Searched refs:pair_op (Results 1 – 2 of 2) sorted by relevance
1218 const struct mips_reg_pair_operand *pair_op; in print_insn_arg() local1220 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()
4467 const struct mips_reg_pair_operand *pair_op; in operand_reg_mask() local4469 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()