Searched defs:arm_opcode (Results 1 – 1 of 1) sorted by relevance
21 struct arm_opcode { struct22 unsigned long value, mask; /* recognise instruction if (op&mask)==value */23 char *assembler; /* how to disassemble this instruction */