Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arc.c407 struct arc_ext_operand_value *ext_oper; in arc_extoper() local
542 ext_oper = (struct arc_ext_operand_value *) in arc_extoper()
551 S_SET_VALUE (symbolP, (valueT) &ext_oper->operand); in arc_extoper()
557 free (ext_oper); in arc_extoper()
565 (valueT) &ext_oper->operand, in arc_extoper()
570 ext_oper->operand.name = name; in arc_extoper()
571 ext_oper->operand.value = number; in arc_extoper()
572 ext_oper->operand.type = arc_operand_type (opertype); in arc_extoper()
573 ext_oper->operand.flags = imode; in arc_extoper()
575 ext_oper->next = arc_ext_operands; in arc_extoper()
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Darc-opc.c1048 struct arc_ext_operand_value *ext_oper = arc_ext_operands; in lookup_register() local
1050 while (ext_oper) in lookup_register()
1052 if (ext_oper->operand.type == type && ext_oper->operand.value == regno) in lookup_register()
1053 return (&ext_oper->operand); in lookup_register()
1054 ext_oper = ext_oper->next; in lookup_register()
1694 struct arc_ext_operand_value *ext_oper = arc_ext_operands; in arc_opcode_lookup_suffix() local
1696 while (ext_oper) in arc_opcode_lookup_suffix()
1698 if (type == &arc_operands[ext_oper->operand.type] in arc_opcode_lookup_suffix()
1699 && value == ext_oper->operand.value) in arc_opcode_lookup_suffix()
1700 return (&ext_oper->operand); in arc_opcode_lookup_suffix()
[all …]