Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dmips-dis.c1218 const struct mips_reg_pair_operand *pair_op; in print_insn_arg() local
1220 pair_op = (const struct mips_reg_pair_operand *) operand; in print_insn_arg()
1221 print_reg (info, opcode, pair_op->reg_type, in print_insn_arg()
1222 pair_op->reg1_map[uval]); in print_insn_arg()
1224 print_reg (info, opcode, pair_op->reg_type, in print_insn_arg()
1225 pair_op->reg2_map[uval]); in print_insn_arg()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c4467 const struct mips_reg_pair_operand *pair_op; in operand_reg_mask() local
4469 pair_op = (const struct mips_reg_pair_operand *) operand; in operand_reg_mask()
4470 if (!(type_mask & (1 << pair_op->reg_type))) in operand_reg_mask()
4473 return (1 << pair_op->reg1_map[uval]) | (1 << pair_op->reg2_map[uval]); in operand_reg_mask()