Home
last modified time | relevance | path

Searched refs:fp_code (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c3859 if (TARGET_MIPS16 && cum->fp_code != 0) in function_arg()
3860 return gen_rtx_REG ((enum machine_mode) cum->fp_code, 0); in function_arg()
6690 && current_function_args_info.fp_code != 0) in mips_output_function_prologue()
7913 mips16_fp_args (FILE *file, int fp_code, int from_fp_p) in mips16_fp_args() argument
7928 for (f = (unsigned int) fp_code; f != 0; f >>= 2) in mips16_fp_args()
8020 mips16_fp_args (file, current_function_args_info.fp_code, 1); in build_mips16_function_stub()
8081 build_mips16_call_stub (rtx retval, rtx fn, rtx arg_size, int fp_code) in build_mips16_call_stub() argument
8105 if (fp_code == 0 && ! fpret) in build_mips16_call_stub()
8141 fp_code); in build_mips16_call_stub()
8224 for (f = (unsigned int) fp_code; f != 0; f >>= 2) in build_mips16_call_stub()
[all …]
H A Dmips.h1949 int fp_code; member