Searched refs:arc_opcode (Results 1 – 3 of 3) sorted by relevance
51 struct arc_opcode { struct86 struct arc_opcode *next_asm; /* Next instr to try during assembly. */ argument87 struct arc_opcode *next_dis; /* Next instr to try during disassembly. */ argument103 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 *);
33 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 *
651 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()