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

/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Darc.h51 struct arc_opcode { struct
86 struct arc_opcode *next_asm; /* Next instr to try during assembly. */
87 struct arc_opcode *next_dis; /* Next instr to try during disassembly. */
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-11.0-release/contrib/binutils/opcodes/
H A Darc-opc.c33 struct arc_opcode *arc_ext_opcodes;
1361 struct arc_opcode arc_opcodes[] =
1562 static struct arc_opcode *opcode_map[26 + 1];
1565 static struct arc_opcode *icode_map[32];
1636 arc_opcode_supported (const struct arc_opcode *opcode)
1645 const struct arc_opcode *
1653 const struct arc_opcode *
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arc.c654 struct arc_opcode *ext_op;
808 ext_op = xmalloc (sizeof (struct arc_opcode));
1453 const struct arc_opcode *opcode;
1454 const struct arc_opcode *std_opcode;
1455 struct arc_opcode *ext_opcode;

Completed in 63 milliseconds