Searched refs:FIRST_SSE_REG (Results 1 – 4 of 4) sorted by relevance
1002 #define FIRST_SSE_REG (FRAME_POINTER_REGNUM + 1) macro1003 #define LAST_SSE_REG (FIRST_SSE_REG + 7)1240 (((N) >= FIRST_SSE_REG && (N) <= LAST_SSE_REG) \1247 ((N) < 8 ? FIRST_SSE_REG + (N) : FIRST_REX_SSE_REG + (N) - 8)
3013 && (regno < FIRST_SSE_REG + SSE_REGPARM_MAX))); in ix86_function_arg_regno_p()3024 && (regno < FIRST_SSE_REG + SSE_REGPARM_MAX)) in ix86_function_arg_regno_p()4007 cum->sse_regno + FIRST_SSE_REG); in function_arg()4177 || ((regno) == FIRST_SSE_REG && TARGET_SSE)); in ix86_function_value_regno_p()4180 || ((regno) == FIRST_SSE_REG && TARGET_SSE) in ix86_function_value_regno_p()4187 || (regno == FIRST_SSE_REG && TARGET_SSE)) in ix86_function_value_regno_p()4339 return gen_rtx_REG (mode, FIRST_SSE_REG); in ix86_libcall_value()4370 return TARGET_SSE ? FIRST_SSE_REG : 0; in ix86_value_regno()4388 return FIRST_SSE_REG; in ix86_value_regno()4694 if (REGNO (XEXP (slot, 0)) != FIRST_SSE_REG + (unsigned int) i in ix86_gimplify_va_arg()[all …]
15564 (FIRST_SSE_REG, LAST_SSE_REG, SSE_REGNO_P): New.15598 FIRST_SSE_REG.
2600 if !TARGET_MMX, and don't return FIRST_SSE_REG if !TARGET_SSE.