Home
last modified time | relevance | path

Searched refs:mips_reg_operand (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmips-formats.h76 static const struct mips_reg_operand op = { \
84 static const struct mips_reg_operand op = { \
94 static const struct mips_reg_operand op = { \
104 static const struct mips_reg_operand op = { \
Dmips-dis.c1255 const struct mips_reg_operand *reg_op; in print_insn_arg()
1257 reg_op = (const struct mips_reg_operand *) operand; in print_insn_arg()
1524 const struct mips_reg_operand *reg_op; in validate_insn_args()
1526 reg_op = (const struct mips_reg_operand *) operand; in validate_insn_args()
/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h567 struct mips_reg_operand struct
704 mips_decode_reg_operand (const struct mips_reg_operand *operand, in mips_decode_reg_operand()
DChangeLog321 (mips_msb_operand, mips_reg_operand, mips_reg_pair_operand)
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c4466 const struct mips_reg_operand *reg_op; in operand_reg_mask()
4468 reg_op = (const struct mips_reg_operand *) operand; in operand_reg_mask()
5230 const struct mips_reg_operand *operand; in match_reg_operand()
5233 operand = (const struct mips_reg_operand *) operand_base; in match_reg_operand()