Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/include/opcode/
H A Darc.h51 struct arc_opcode { struct
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
103 extern struct arc_opcode *arc_ext_opcodes;
296 extern struct arc_opcode arc_opcodes[];
311 const struct arc_opcode *arc_opcode_lookup_asm (const char *);
312 const struct arc_opcode *arc_opcode_lookup_dis (unsigned int);
316 int arc_opcode_supported (const struct arc_opcode *);
/freebsd-12.1/contrib/binutils/opcodes/
H A Darc-opc.c33 struct arc_opcode *arc_ext_opcodes;
1357 struct arc_opcode arc_opcodes[] =
1558 static struct arc_opcode *opcode_map[26 + 1];
1561 static struct arc_opcode *icode_map[32];
1631 arc_opcode_supported (const struct arc_opcode *opcode) in arc_opcode_supported()
1640 const struct arc_opcode *
1648 const struct arc_opcode *
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-arc.c651 struct arc_opcode *ext_op; in arc_extinst()
805 ext_op = xmalloc (sizeof (struct arc_opcode)); in arc_extinst()
1446 const struct arc_opcode *opcode; in md_assemble()
1447 const struct arc_opcode *std_opcode; in md_assemble()
1448 struct arc_opcode *ext_opcode; in md_assemble()