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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c197 /* This call is necessary because we need to initialize `arc_operand_map'
373 return data_p ? BFD_RELOC_ARC_B26 : arc_operand_map['J'];
379 return data_p ? BFD_RELOC_ARC_B26 : arc_operand_map['J'];
1534 while (ARC_MOD_P (arc_operands[arc_operand_map[(int) *syn]].flags))
1536 mods |= arc_operands[arc_operand_map[(int) *syn]].flags & ARC_MOD_BITS;
1539 operand = arc_operands + arc_operand_map[(int) *syn];
1566 fixups[fix_up_at].opindex = arc_operand_map[operand->fmt];
1751 (*arc_operands[arc_operand_map['Q']].insert)
1755 fixups[fc].opindex = arc_operand_map[(int) *syn];
1905 if (op_type == arc_operand_map['
[all...]
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Darc.h302 extern unsigned char arc_operand_map[];
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-opc.c42 eg: arc_operand_map['a'] = REGA. */
43 unsigned char arc_operand_map[256]; variable
1325 return extract_reg (insn, &arc_operands[arc_operand_map['c']],
1608 memset (arc_operand_map, 0, sizeof (arc_operand_map));
1611 arc_operand_map[arc_operands[i].fmt] = i;

Completed in 127 milliseconds