Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/include/opcode/
H A Darc.h51 struct arc_opcode { struct
52 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. */ argument
87 struct arc_opcode *next_dis; /* Next instr to try during disassembly. */ argument