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