Searched refs:SPARC_FP_ARG_FIRST (Results 1 – 6 of 6) sorted by relevance
4542 regno = SPARC_FP_ARG_FIRST + slotno * 2; in function_arg_slotno()4862 regno = SPARC_FP_ARG_FIRST + this_slotno * 2; in function_arg_record_value_2()5099 SPARC_FP_ARG_FIRST + 2*slotno); in function_arg()5143 if ((regno - SPARC_FP_ARG_FIRST) >= SPARC_INT_ARG_MAX * 2) in function_arg()5168 if ((regno - SPARC_FP_ARG_FIRST) < SPARC_INT_ARG_MAX * 2) in function_arg()5179 + (regno - SPARC_FP_ARG_FIRST) / 2); in function_arg()5515 SPARC_FP_ARG_FIRST); in function_value()5576 regno = SPARC_FP_ARG_FIRST; in function_value()
742 #define SPARC_FP_ARG_FIRST 32 macro
4486 regno = SPARC_FP_ARG_FIRST + slotno * 2;4781 regno = SPARC_FP_ARG_FIRST + this_slotno * 24979 if ((regno - SPARC_FP_ARG_FIRST) >= SPARC_INT_ARG_MAX * 2)5004 if ((regno - SPARC_FP_ARG_FIRST) < SPARC_INT_ARG_MAX * 2)5015 + (regno - SPARC_FP_ARG_FIRST) / 2);
867 #define SPARC_FP_ARG_FIRST 32 macro
11061 (SPARC_FP_ARG_FIRST): New macro.
1635 (SPARC_FP_ARG_FIRST): New macro.