Searched defs:arc_opcode (Results 1 – 2 of 2) sorted by relevance
51 struct arc_opcode { struct52 char *syntax; /* syntax of insn */53 unsigned long mask, value; /* recognize insn if (op&mask) == value */54 int flags; /* various flag bits */86 struct arc_opcode *next_asm; /* Next instr to try during assembly. */ argument87 struct arc_opcode *next_dis; /* Next instr to try during disassembly. */ argument