Searched refs:reg_op (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mips-dis.c | 1255 const struct mips_reg_operand *reg_op; in print_insn_arg() local 1257 reg_op = (const struct mips_reg_operand *) operand; in print_insn_arg() 1258 uval = mips_decode_reg_operand (reg_op, uval); in print_insn_arg() 1259 print_reg (info, opcode, reg_op->reg_type, uval); in print_insn_arg() 1261 mips_seen_register (state, uval, reg_op->reg_type); in print_insn_arg() 1524 const struct mips_reg_operand *reg_op; in validate_insn_args() local 1526 reg_op = (const struct mips_reg_operand *) operand; in validate_insn_args() 1527 uval = mips_decode_reg_operand (reg_op, uval); in validate_insn_args() 1528 mips_seen_register (&state, uval, reg_op->reg_type); in validate_insn_args()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 4466 const struct mips_reg_operand *reg_op; in operand_reg_mask() local 4468 reg_op = (const struct mips_reg_operand *) operand; in operand_reg_mask() 4469 if (!(type_mask & (1 << reg_op->reg_type))) in operand_reg_mask() 4472 return 1 << mips_decode_reg_operand (reg_op, uval); in operand_reg_mask()
|