Home
last modified time | relevance | path

Searched refs:arc_ext_operand_value (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Darc.h119 struct arc_ext_operand_value { struct
120 struct arc_ext_operand_value *next; argument
124 extern struct arc_ext_operand_value *arc_ext_operands; argument
H A DChangeLog-9103662 (arc_ext_operand_value) New structure for storing extended
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Darc.h119 struct arc_ext_operand_value { struct
120 struct arc_ext_operand_value *next; argument
124 extern struct arc_ext_operand_value *arc_ext_operands; argument
H A DChangeLog-9103681 (arc_ext_operand_value) New structure for storing extended
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Darc-opc.c34 struct arc_ext_operand_value *arc_ext_operands;
1047 struct arc_ext_operand_value *ext_oper = arc_ext_operands; in lookup_register()
1693 struct arc_ext_operand_value *ext_oper = arc_ext_operands; in arc_opcode_lookup_suffix()
1745 struct arc_ext_operand_value *suffix = arc_ext_operands; in get_ext_suffix()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arc.c899 struct arc_ext_operand_value *ext_oper;
1034 ext_oper = (struct arc_ext_operand_value *) \
1035 xmalloc (sizeof (struct arc_ext_operand_value));
1675 struct arc_ext_operand_value *ext_oper = arc_ext_operands;
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Darc-opc.c70 struct arc_ext_operand_value *arc_ext_operands;
1723 struct arc_ext_operand_value *ext_oper = arc_ext_operands;
1748 struct arc_ext_operand_value *ext_oper = arc_ext_operands;
1806 struct arc_ext_operand_value *suffix = arc_ext_operands;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arc.c410 struct arc_ext_operand_value *ext_oper; in arc_extoper()
545 ext_oper = xmalloc (sizeof (struct arc_ext_operand_value)); in arc_extoper()
1159 struct arc_ext_operand_value *ext_oper = arc_ext_operands; in md_operand()