Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/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
/openbsd-src/gnu/usr.bin/binutils-2.17/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