Home
last modified time | relevance | path

Searched defs:arc_opcode (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Darc.h49 struct arc_opcode { struct
50 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. */ argument
85 struct arc_opcode *next_dis; /* Next instr to try during disassembly. */ argument