Searched defs:cdeopcode32 (Results 1 – 2 of 2) sorted by relevance
353 struct cdeopcode32 struct355 arm_feature_set arch; /* Architecture defining this insn. */356 uint8_t coproc_shift; /* coproc is this far into op. */357 uint16_t coproc_mask; /* Length of coproc field in op. */358 unsigned long value; /* If arch is 0 then value is a sentinel. */359 unsigned long mask; /* Recognise insn if (op & mask) == value. */360 const char * assembler; /* How to disassemble this insn. */