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

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c3852 cum->fp_code += (mode == SFmode ? 1 : 2) << ((cum->arg_number - 1) * 2);
3875 insn. If we need a mips16 fp_code, return a REG with the code
3879 if (TARGET_MIPS16 && cum->fp_code != 0)
3880 return gen_rtx_REG ((enum machine_mode) cum->fp_code, 0);
6728 && current_function_args_info.fp_code != 0)
7959 mips16_fp_args (FILE *file, int fp_code, int from_fp_p)
7974 for (f = (unsigned int) fp_code; f != 0; f >>= 2)
8038 for (f = (unsigned int) current_function_args_info.fp_code; f != 0; f >>= 2)
8066 mips16_fp_args (file, current_function_args_info.fp_code, 1);
8127 build_mips16_call_stub (rtx retval, rtx fn, rtx arg_size, int fp_code)
7913 mips16_fp_args(FILE *file, int fp_code, int from_fp_p) argument
8081 build_mips16_call_stub(rtx retval, rtx fn, rtx arg_size, int fp_code) argument
[all...]
H A Dmips.h1953 function. We record this information in fp_code, encoded in base
1960 int fp_code;
1949 int fp_code; member in struct:mips_args

Completed in 182 milliseconds