Lines Matching defs:hard_regno
1030 int hard_regno = regno < FIRST_PSEUDO_REGISTER ? regno : reg_renumber[regno];
1032 if (hard_regno >= 0)
1033 nregs = hard_regno_nregs (hard_regno, reg->biggest_mode);
1034 return hard_regno;
1080 int hard_regno = regno < FIRST_PSEUDO_REGISTER
1083 if (hard_regno >= 0)
1084 SET_HARD_REG_BIT (live_hard_regs, hard_regno);
1128 int i, hard_regno, nregs;
1153 hard_regno = get_hard_regs (reg, nregs);
1154 gcc_assert (hard_regno >= 0);
1156 if (TEST_HARD_REG_BIT (live_hard_regs, hard_regno + i))
1161 if (hard_regno + nregs > dst_hard_regno
1162 && hard_regno < dst_hard_regno + dst_nregs)
1273 if ((hard_regno = get_hard_regs (reg, nregs)) < 0)
1276 CLEAR_HARD_REG_BIT (live_hard_regs, hard_regno + i);
1289 if ((hard_regno = get_hard_regs (reg, nregs)) < 0)
1292 SET_HARD_REG_BIT (live_hard_regs, hard_regno + i);