HomeSort by: relevance | last modified time | path
    Searched defs:opinst (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
cgen-opc.c 554 const CGEN_OPINST *opinst;
557 if (insn->opinst == NULL)
559 for (i = 0, opinst = insn->opinst; opinst->type != CGEN_OPINST_END; ++i, ++opinst)
561 enum cgen_operand_type op_type = opinst->op_type;
563 indices[i] = opinst->index;
550 const CGEN_OPINST *opinst; local
  /src/external/gpl3/binutils.old/dist/opcodes/
cgen-opc.c 554 const CGEN_OPINST *opinst;
557 if (insn->opinst == NULL)
559 for (i = 0, opinst = insn->opinst; opinst->type != CGEN_OPINST_END; ++i, ++opinst)
561 enum cgen_operand_type op_type = opinst->op_type;
563 indices[i] = opinst->index;
550 const CGEN_OPINST *opinst; local
  /src/external/gpl3/gdb/dist/opcodes/
cgen-opc.c 554 const CGEN_OPINST *opinst;
557 if (insn->opinst == NULL)
559 for (i = 0, opinst = insn->opinst; opinst->type != CGEN_OPINST_END; ++i, ++opinst)
561 enum cgen_operand_type op_type = opinst->op_type;
563 indices[i] = opinst->index;
550 const CGEN_OPINST *opinst; local
  /src/external/gpl3/gdb.old/dist/opcodes/
cgen-opc.c 554 const CGEN_OPINST *opinst;
557 if (insn->opinst == NULL)
559 for (i = 0, opinst = insn->opinst; opinst->type != CGEN_OPINST_END; ++i, ++opinst)
561 enum cgen_operand_type op_type = opinst->op_type;
563 indices[i] = opinst->index;
550 const CGEN_OPINST *opinst; local
  /src/external/gpl3/binutils/dist/include/opcode/
cgen.h 783 #define CGEN_OPINST_ATTRS(opinst) ((opinst)->attrs)
784 /* Return value of attribute ATTR in OPINST. */
785 #define CGEN_OPINST_ATTR(opinst, attr) \
786 ((CGEN_OPINST_ATTRS (opinst) & (attr)) != 0)
1072 const CGEN_OPINST *opinst;
1108 #define CGEN_INSN_OPERANDS(insn) ((insn)->opinst)
1058 const CGEN_OPINST *opinst; member in struct:cgen_insn
  /src/external/gpl3/binutils.old/dist/include/opcode/
cgen.h 783 #define CGEN_OPINST_ATTRS(opinst) ((opinst)->attrs)
784 /* Return value of attribute ATTR in OPINST. */
785 #define CGEN_OPINST_ATTR(opinst, attr) \
786 ((CGEN_OPINST_ATTRS (opinst) & (attr)) != 0)
1072 const CGEN_OPINST *opinst;
1108 #define CGEN_INSN_OPERANDS(insn) ((insn)->opinst)
1058 const CGEN_OPINST *opinst; member in struct:cgen_insn
  /src/external/gpl3/gdb/dist/include/opcode/
cgen.h 783 #define CGEN_OPINST_ATTRS(opinst) ((opinst)->attrs)
784 /* Return value of attribute ATTR in OPINST. */
785 #define CGEN_OPINST_ATTR(opinst, attr) \
786 ((CGEN_OPINST_ATTRS (opinst) & (attr)) != 0)
1072 const CGEN_OPINST *opinst;
1108 #define CGEN_INSN_OPERANDS(insn) ((insn)->opinst)
1058 const CGEN_OPINST *opinst; member in struct:cgen_insn
  /src/external/gpl3/gdb.old/dist/include/opcode/
cgen.h 783 #define CGEN_OPINST_ATTRS(opinst) ((opinst)->attrs)
784 /* Return value of attribute ATTR in OPINST. */
785 #define CGEN_OPINST_ATTR(opinst, attr) \
786 ((CGEN_OPINST_ATTRS (opinst) & (attr)) != 0)
1072 const CGEN_OPINST *opinst;
1108 #define CGEN_INSN_OPERANDS(insn) ((insn)->opinst)
1058 const CGEN_OPINST *opinst; member in struct:cgen_insn

Completed in 35 milliseconds