Searched refs:arc_operand_map (Results 1 – 3 of 3) sorted by relevance
371 return data_p ? BFD_RELOC_ARC_B26 : arc_operand_map['J']; in get_arc_exp_reloc_type()377 return data_p ? BFD_RELOC_ARC_B26 : arc_operand_map['J']; in get_arc_exp_reloc_type()1527 while (ARC_MOD_P (arc_operands[arc_operand_map[(int) *syn]].flags)) in md_assemble()1529 mods |= arc_operands[arc_operand_map[(int) *syn]].flags & ARC_MOD_BITS; in md_assemble()1532 operand = arc_operands + arc_operand_map[(int) *syn]; in md_assemble()1559 fixups[fix_up_at].opindex = arc_operand_map[operand->fmt]; in md_assemble()1744 (*arc_operands[arc_operand_map['Q']].insert) in md_assemble()1748 fixups[fc].opindex = arc_operand_map[(int) *syn]; in md_assemble()1898 if (op_type == arc_operand_map['L'] in md_assemble()1899 || op_type == arc_operand_map['s'] in md_assemble()[all …]
43 unsigned char arc_operand_map[256]; variable1322 return extract_reg (insn, &arc_operands[arc_operand_map['c']], in extract_ld_offset()1603 memset (arc_operand_map, 0, sizeof (arc_operand_map)); in arc_opcode_init_tables()1606 arc_operand_map[arc_operands[i].fmt] = i; in arc_opcode_init_tables()
302 extern unsigned char arc_operand_map[];