Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/config/sparc/
HDsparc.c4539 regno = SPARC_FP_ARG_FIRST + slotno * 2; in function_arg_slotno()
4859 regno = SPARC_FP_ARG_FIRST + this_slotno * 2; in function_arg_record_value_2()
5096 SPARC_FP_ARG_FIRST + 2*slotno); in function_arg()
5140 if ((regno - SPARC_FP_ARG_FIRST) >= SPARC_INT_ARG_MAX * 2) in function_arg()
5165 if ((regno - SPARC_FP_ARG_FIRST) < SPARC_INT_ARG_MAX * 2) in function_arg()
5176 + (regno - SPARC_FP_ARG_FIRST) / 2); in function_arg()
5512 SPARC_FP_ARG_FIRST); in function_value()
5573 regno = SPARC_FP_ARG_FIRST; in function_value()
HDsparc.h739 #define SPARC_FP_ARG_FIRST 32 macro
/freebsd-11-stable/contrib/gcc/
HDChangeLog-19972023 (SPARC_FP_ARG_FIRST): New macro.
HDFSFChangeLog.111635 (SPARC_FP_ARG_FIRST): New macro.