Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/mips/
HDmips.c3831 cum->fp_code += (mode == SFmode ? 1 : 2) << ((cum->arg_number - 1) * 2); in function_arg_advance()
3858 if (TARGET_MIPS16 && cum->fp_code != 0) in function_arg()
3859 return gen_rtx_REG ((enum machine_mode) cum->fp_code, 0); in function_arg()
6689 && current_function_args_info.fp_code != 0) in mips_output_function_prologue()
7912 mips16_fp_args (FILE *file, int fp_code, int from_fp_p) in mips16_fp_args() argument
7927 for (f = (unsigned int) fp_code; f != 0; f >>= 2) in mips16_fp_args()
7991 for (f = (unsigned int) current_function_args_info.fp_code; f != 0; f >>= 2) in build_mips16_function_stub()
8019 mips16_fp_args (file, current_function_args_info.fp_code, 1); in build_mips16_function_stub()
8080 build_mips16_call_stub (rtx retval, rtx fn, rtx arg_size, int fp_code) in build_mips16_call_stub() argument
8104 if (fp_code == 0 && ! fpret) in build_mips16_call_stub()
[all …]
HDmips.h1946 int fp_code; member