Home
last modified time | relevance | path

Searched refs:SPARC_FP_ARG_FIRST (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/sparc/
Dsparc.c4542 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()
Dsparc.h742 #define SPARC_FP_ARG_FIRST 32 macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dsparc.c4486 regno = SPARC_FP_ARG_FIRST + slotno * 2;
4781 regno = SPARC_FP_ARG_FIRST + this_slotno * 2
4979 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);
Dsparc.h867 #define SPARC_FP_ARG_FIRST 32 macro
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.011061 (SPARC_FP_ARG_FIRST): New macro.
DFSFChangeLog.111635 (SPARC_FP_ARG_FIRST): New macro.