Searched refs:other_regno (Results 1 – 2 of 2) sorted by relevance
1351 int regno, other_regno; in record_operand_costs() local1365 && (other_regno = REGNO (dest)) < FIRST_PSEUDO_REGISTER) in record_operand_costs()1367 && (other_regno = REGNO (src)) < FIRST_PSEUDO_REGISTER))) in record_operand_costs()1370 machine_mode hard_reg_mode = GET_MODE(regno_reg_rtx[other_regno]); in record_operand_costs()1381 hard_reg_class = REGNO_REG_CLASS (other_regno); in record_operand_costs()1387 && ! ira_hard_reg_in_set_p (other_regno, mode, in record_operand_costs()1431 && TEST_HARD_REG_BIT (reg_class_contents[rclass], other_regno) in record_operand_costs()1439 GET_MODE(src), other_regno)) in record_operand_costs()
6070 match_tied_reg_operand (struct mips_arg_info *arg, unsigned int other_regno) in match_tied_reg_operand() argument6074 return match_reg (arg, OP_REG_GP, ®no) && regno == other_regno; in match_tied_reg_operand()