Searched refs:FIXED_REGNO_P (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c489 #define FIXED_REGNO_P(N) \ macro
501 && FIXED_REGNO_P (N) && REGNO_REG_CLASS (N) != NO_REGS))
1027 if (! (firstr < FIRST_PSEUDO_REGISTER && FIXED_REGNO_P (firstr))
1033 && ((new < FIRST_PSEUDO_REGISTER && FIXED_REGNO_P (new))
1054 && (REGNO_REG_CLASS (lastr) == NO_REGS || ! FIXED_REGNO_P (lastr))

Completed in 62 milliseconds