Searched refs:d30v_operand (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dd30v-dis.c29 static int extract_value PARAMS ((long long num, struct d30v_operand *oper, int is_long));
186 struct d30v_operand *oper;
197 (struct d30v_operand *) &d30v_operand_table[insn->form->operands[0]],
219 oper = (struct d30v_operand *) &d30v_operand_table[opnum];
269 struct d30v_operand *oper3 =
270 (struct d30v_operand *) &d30v_operand_table[insn->form->operands[2]];
381 struct d30v_operand *oper;
H A Dd30v-opc.c340 const struct d30v_operand d30v_operand_table[] =
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd30v-dis.c90 extract_value (long long num, struct d30v_operand *oper, int is_long)
124 struct d30v_operand *oper;
135 (struct d30v_operand *) &d30v_operand_table[insn->form->operands[0]],
158 oper = (struct d30v_operand *) &d30v_operand_table[opnum];
208 struct d30v_operand *oper3 =
209 (struct d30v_operand *) &d30v_operand_table[insn->form->operands[2]];
H A Dd30v-opc.c344 const struct d30v_operand d30v_operand_table[] =
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dd30v.h186 /* The operands table is an array of struct d30v_operand. */
187 struct d30v_operand struct
201 extern const struct d30v_operand d30v_operand_table[];
203 /* Values defined for the flags field of a struct d30v_operand. */
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dd30v.h186 /* The operands table is an array of struct d30v_operand. */
187 struct d30v_operand struct
201 extern const struct d30v_operand d30v_operand_table[];
203 /* Values defined for the flags field of a struct d30v_operand. */
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-d30v.c117 static bfd_reloc_code_real_type get_reloc PARAMS ((struct d30v_operand *op, int rel_flag));
448 struct d30v_operand *op;
642 get_reloc ((struct d30v_operand *) &d30v_operand_table[form->operands[i]], op->reloc_flag);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-d30v.c390 get_reloc (struct d30v_operand *op, int rel_flag)
576 get_reloc ((struct d30v_operand *) &d30v_operand_table[form->operands[i]], op->reloc_flag);

Completed in 135 milliseconds