Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-costs.cc1351 int regno, other_regno; in record_operand_costs() local
1365 && (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()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c6070 match_tied_reg_operand (struct mips_arg_info *arg, unsigned int other_regno) in match_tied_reg_operand() argument
6074 return match_reg (arg, OP_REG_GP, &regno) && regno == other_regno; in match_tied_reg_operand()