Lines Matching refs:REGNO

215 /* For a given REGNO, determine whether it must be saved in the function
1230 && REGNO (XEXP (x, 0)) == PIC_OFFSET_TABLE_REGNUM)
1440 if (REGNO (x) < 32)
1441 fprintf (file, "%s", short_reg_names[REGNO (x)]);
1447 if (REGNO (x) < 32)
1448 fprintf (file, "%s", high_reg_names[REGNO (x)]);
1454 if (REGNO (x) == REG_A0 || REGNO (x) == REG_A1)
1455 fprintf (file, "%s.w", reg_names[REGNO (x)]);
1461 if (REGNO (x) == REG_A0 || REGNO (x) == REG_A1)
1462 fprintf (file, "%s.x", reg_names[REGNO (x)]);
1468 if (REGNO (x) == REG_A0)
1470 else if (REGNO (x) == REG_A1)
1477 if (D_REGNO_P (REGNO (x)))
1478 fprintf (file, "%s", dregs_pair_names[REGNO (x)]);
1485 fprintf (file, "%s", reg_names[REGNO (x) + 1]);
1491 if (D_REGNO_P (REGNO (x)))
1492 fprintf (file, "%s", byte_reg_names[REGNO (x)]);
1497 fprintf (file, "%s", reg_names[REGNO (x)]);
2245 int regno = REGNO (x);
2606 unsigned int regno = REGNO (operands[0]);
2735 if (bfin_valid_reg_p (REGNO (x), strict, mode, MEM))
2740 && bfin_valid_reg_p (REGNO (XEXP (x, 0)), strict, mode, PLUS)
2750 && bfin_valid_reg_p (REGNO (XEXP (x, 0)), strict, mode, POST_INC))
2757 && bfin_valid_reg_p (REGNO (XEXP (x, 0)), strict, mode, PRE_DEC))
3050 || REGNO (XEXP (dest, 0)) != REG_SP
3055 regno = REGNO (src);
3120 if (! REG_P (src) || REGNO (src) != REG_SP)
3125 || REGNO (XEXP (src, 0)) != REG_SP
3130 regno = REGNO (dest);
3367 if (! ADDRESS_REGNO_P (REGNO (dest))
3368 || ! (MEM_P (src) || D_REGNO_P (REGNO (src))))
3723 if (P_REGNO_P (REGNO (iter_reg)))
4247 if (REG_P (mem) && (int) REGNO (mem) == np_reg)
4250 && REG_P (XEXP (mem, 0)) && (int) REGNO (XEXP (mem, 0)) == np_reg)
4324 if (REG_P (x) && (REGNO (x) == REG_CC || (int) REGNO (x) == np_check_regno))
4417 && P_REGNO_P (REGNO (XEXP (src, 0)))
4420 np_check_regno = REGNO (XEXP (src, 0));