Lines Matching defs:REGNO
222 /* The value of REGNO. */
223 unsigned int regno;
1915 /* For a REG rtx, REGNO extracts the register number. REGNO can only
1917 #define REGNO(RTX) (rhs_regno(RTX))
1931 /* Force the REGNO macro to only be used on the lhs. */
1935 return REG_CHECK (x)->regno;
1942 return REGNO (x) + REG_NREGS (x);
1945 /* Change the REGNO and REG_NREGS of REG X to the specified values,
1948 set_regno_raw (rtx x, unsigned int regno, unsigned int nregs)
1951 reg->regno = regno;
1973 #define HARD_REGISTER_P(REG) (HARD_REGISTER_NUM_P (REGNO (REG)))
2838 ? find_regno_note ((INSN), REG_INC, REGNO (REG)) \
3992 #define alloca_raw_REG(mode, regno) \
3993 init_raw_REG (rtx_alloca (REG), (mode), (regno))
4007 set_mode_and_regno (x, mode, REGNO (x));