Searched refs:arc_opcode (Results 1 – 3 of 3) sorted by relevance
49 struct arc_opcode { struct84 struct arc_opcode *next_asm; /* Next instr to try during assembly. */ argument85 struct arc_opcode *next_dis; /* Next instr to try during disassembly. */ argument101 extern struct arc_opcode *arc_ext_opcodes;294 extern struct arc_opcode arc_opcodes[];309 const struct arc_opcode *arc_opcode_lookup_asm (const char *);310 const struct arc_opcode *arc_opcode_lookup_dis (unsigned int);314 int arc_opcode_supported (const struct arc_opcode *);
34 struct arc_opcode *arc_ext_opcodes;1358 struct arc_opcode arc_opcodes[] =1559 static struct arc_opcode *opcode_map[26 + 1];1562 static struct arc_opcode *icode_map[32];1632 arc_opcode_supported (const struct arc_opcode *opcode) in arc_opcode_supported()1641 const struct arc_opcode *1649 const struct arc_opcode *
651 struct arc_opcode *ext_op; in arc_extinst()805 ext_op = (struct arc_opcode *) xmalloc (sizeof (struct arc_opcode)); in arc_extinst()1409 const struct arc_opcode *opcode; in md_assemble()1410 const struct arc_opcode *std_opcode; in md_assemble()1411 struct arc_opcode *ext_opcode; in md_assemble()