HomeSort by relevance Sort by last modified time
    Searched full:prefix_opcodep (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
cris-dis.c 464 const struct cris_opcode *prefix_opcodep
467 if (prefix_opcodep->match == DIP_OPCODE)
484 const struct cris_opcode *prefix_opcodep
487 if (prefix_opcodep->match == BDAP_QUICK_OPCODE)
730 fields. The prefix_opcodep and the rest hold a prefix insn that is
742 const struct cris_opcode *prefix_opcodep,
839 prefix_opcodep = NULL;
889 if ((insn & 0x400) && (insn & 15) == 15 && prefix_opcodep == NULL)
1023 if (prefix_opcodep
1027 || prefix_opcodep->match != DIP_OPCODE)
463 const struct cris_opcode *prefix_opcodep local
483 const struct cris_opcode *prefix_opcodep local
1489 const struct cris_opcode *prefix_opcodep = NULL; local
    [all...]

Completed in 86 milliseconds