This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
using recog_data.operand in ASM_OUTPUT_OPCODE
- From: "Tabony, Charles" <ctabony at qualcomm dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Thu, 4 Aug 2005 11:56:27 -0700
- Subject: using recog_data.operand in ASM_OUTPUT_OPCODE
Hi,
I am trying to use recog_data.operand in ASM_OUTPUT_OPCODE to access the
operands of the current insn for printing as the documentation for
ASM_OUTPUT_OPCODE suggests. However, this does not work for printing
inline assembly because asm insns are never matched. How can I
distinguish recognized from unrecognized insns in ASM_OUTPUT_OPCODE?
Thank you,
Charles