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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-arc.c411 struct arc_ext_operand_value *ext_oper;
546 ext_oper = (struct arc_ext_operand_value *)
555 S_SET_VALUE (symbolP, (valueT) &ext_oper->operand);
561 free (ext_oper);
569 (valueT) &ext_oper->operand,
574 ext_oper->operand.name = name;
575 ext_oper->operand.value = number;
576 ext_oper->operand.type = arc_operand_type (opertype);
577 ext_oper->operand.flags = imode;
579 ext_oper
408 struct arc_ext_operand_value *ext_oper; local
1118 struct arc_ext_operand_value *ext_oper = arc_ext_operands; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Darc-opc.c1052 struct arc_ext_operand_value *ext_oper = arc_ext_operands;
1054 while (ext_oper)
1056 if (ext_oper->operand.type == type && ext_oper->operand.value == regno)
1057 return (&ext_oper->operand);
1058 ext_oper = ext_oper->next;
1700 struct arc_ext_operand_value *ext_oper = arc_ext_operands;
1702 while (ext_oper)
1704 if (type == &arc_operands[ext_oper
1049 struct arc_ext_operand_value *ext_oper = arc_ext_operands; local
1695 struct arc_ext_operand_value *ext_oper = arc_ext_operands; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Darc-opc.c1052 struct arc_ext_operand_value *ext_oper = arc_ext_operands;
1054 while (ext_oper)
1056 if (ext_oper->operand.type == type && ext_oper->operand.value == regno)
1057 return (&ext_oper->operand);
1058 ext_oper = ext_oper->next;
1700 struct arc_ext_operand_value *ext_oper = arc_ext_operands;
1702 while (ext_oper)
1704 if (type == &arc_operands[ext_oper
1049 struct arc_ext_operand_value *ext_oper = arc_ext_operands; local
1695 struct arc_ext_operand_value *ext_oper = arc_ext_operands; local
[all...]

Completed in 119 milliseconds