Searched refs:pair_op (Results 1 – 2 of 2) sorted by relevance
1267 const struct mips_reg_pair_operand *pair_op; in print_insn_arg() local1269 pair_op = (const struct mips_reg_pair_operand *) operand; in print_insn_arg()1270 print_reg (info, opcode, pair_op->reg_type, in print_insn_arg()1271 pair_op->reg1_map[uval]); in print_insn_arg()1273 print_reg (info, opcode, pair_op->reg_type, in print_insn_arg()1274 pair_op->reg2_map[uval]); in print_insn_arg()
4477 const struct mips_reg_pair_operand *pair_op; in operand_reg_mask() local4479 pair_op = (const struct mips_reg_pair_operand *) operand; in operand_reg_mask()4480 if (!(type_mask & (1 << pair_op->reg_type))) in operand_reg_mask()4483 return (1 << pair_op->reg1_map[uval]) | (1 << pair_op->reg2_map[uval]); in operand_reg_mask()