Lines Matching refs:REGNO

216 /* For a given REGNO, determine whether it must be saved in the function
1231 && REGNO (XEXP (x, 0)) == PIC_OFFSET_TABLE_REGNUM)
1441 if (REGNO (x) < 32)
1442 fprintf (file, "%s", short_reg_names[REGNO (x)]);
1448 if (REGNO (x) < 32)
1449 fprintf (file, "%s", high_reg_names[REGNO (x)]);
1455 if (REGNO (x) == REG_A0 || REGNO (x) == REG_A1)
1456 fprintf (file, "%s.w", reg_names[REGNO (x)]);
1462 if (REGNO (x) == REG_A0 || REGNO (x) == REG_A1)
1463 fprintf (file, "%s.x", reg_names[REGNO (x)]);
1469 if (REGNO (x) == REG_A0)
1471 else if (REGNO (x) == REG_A1)
1478 if (D_REGNO_P (REGNO (x)))
1479 fprintf (file, "%s", dregs_pair_names[REGNO (x)]);
1486 fprintf (file, "%s", reg_names[REGNO (x) + 1]);
1492 if (D_REGNO_P (REGNO (x)))
1493 fprintf (file, "%s", byte_reg_names[REGNO (x)]);
1498 fprintf (file, "%s", reg_names[REGNO (x)]);
2246 int regno = REGNO (x);
2607 unsigned int regno = REGNO (operands[0]);
2736 if (bfin_valid_reg_p (REGNO (x), strict, mode, MEM))
2741 && bfin_valid_reg_p (REGNO (XEXP (x, 0)), strict, mode, PLUS)
2751 && bfin_valid_reg_p (REGNO (XEXP (x, 0)), strict, mode, POST_INC))
2758 && bfin_valid_reg_p (REGNO (XEXP (x, 0)), strict, mode, PRE_DEC))
3051 || REGNO (XEXP (dest, 0)) != REG_SP
3056 regno = REGNO (src);
3121 if (! REG_P (src) || REGNO (src) != REG_SP)
3126 || REGNO (XEXP (src, 0)) != REG_SP
3131 regno = REGNO (dest);
3368 if (! ADDRESS_REGNO_P (REGNO (dest))
3369 || ! (MEM_P (src) || D_REGNO_P (REGNO (src))))
3724 if (P_REGNO_P (REGNO (iter_reg)))
4248 if (REG_P (mem) && (int) REGNO (mem) == np_reg)
4251 && REG_P (XEXP (mem, 0)) && (int) REGNO (XEXP (mem, 0)) == np_reg)
4325 if (REG_P (x) && (REGNO (x) == REG_CC || (int) REGNO (x) == np_check_regno))
4418 && P_REGNO_P (REGNO (XEXP (src, 0)))
4421 np_check_regno = REGNO (XEXP (src, 0));