Searched refs:arc_opcode (Results 1 – 6 of 6) 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 *
69 struct arc_opcode *arc_ext_opcodes;296 struct arc_opcode arc_opcodes[] =497 static struct arc_opcode *opcode_map[26 + 1];500 static struct arc_opcode *icode_map[32];573 const struct arc_opcode *opcode; in arc_opcode_supported()582 const struct arc_opcode *591 const struct arc_opcode *
380 const struct arc_opcode *opcode;381 const struct arc_opcode *std_opcode;382 struct arc_opcode *ext_opcode;1143 struct arc_opcode *ext_op;1297 ext_op = (struct arc_opcode *) xmalloc (sizeof (struct arc_opcode));
653 struct arc_opcode *ext_op; in arc_extinst()807 ext_op = xmalloc (sizeof (struct arc_opcode)); in arc_extinst()1448 const struct arc_opcode *opcode; in md_assemble()1449 const struct arc_opcode *std_opcode; in md_assemble()1450 struct arc_opcode *ext_opcode; in md_assemble()