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

/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arc.c411 struct arc_ext_operand_value *ext_oper;
546 ext_oper = xmalloc (sizeof (struct arc_ext_operand_value));
554 S_SET_VALUE (symbolP, (valueT) &ext_oper->operand);
560 free (ext_oper);
568 (valueT) &ext_oper->operand,
573 ext_oper->operand.name = name;
574 ext_oper->operand.value = number;
575 ext_oper->operand.type = arc_operand_type (opertype);
576 ext_oper->operand.flags = imode;
578 ext_oper
408 struct arc_ext_operand_value *ext_oper; local
1157 struct arc_ext_operand_value *ext_oper = arc_ext_operands; local
[all...]
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Darc-opc.c1050 struct arc_ext_operand_value *ext_oper = arc_ext_operands;
1052 while (ext_oper)
1054 if (ext_oper->operand.type == type && ext_oper->operand.value == regno)
1055 return (&ext_oper->operand);
1056 ext_oper = ext_oper->next;
1698 struct arc_ext_operand_value *ext_oper = arc_ext_operands;
1700 while (ext_oper)
1702 if (type == &arc_operands[ext_oper
1047 struct arc_ext_operand_value *ext_oper = arc_ext_operands; local
1693 struct arc_ext_operand_value *ext_oper = arc_ext_operands; local
[all...]

Completed in 158 milliseconds