Searched refs:fp_code (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 4420 cum->fp_code += (mode == SFmode ? 1 : 2) << ((cum->arg_number - 1) * 2); 4454 return gen_rtx_PARALLEL ((enum machine_mode) cum->fp_code, 4458 else if (TARGET_MIPS16 && cum->fp_code != 0) 4459 return gen_rtx_REG ((enum machine_mode) cum->fp_code, 0); 7254 && current_function_args_info.fp_code != 0) 8958 mips16_fp_args (file, fp_code, from_fp_p) in mips16_fp_args() argument 8960 int fp_code; 8977 for (f = (unsigned int) fp_code; f != 0; f >>= 2) 9042 for (f = (unsigned int) current_function_args_info.fp_code; f != 0; f >>= 2) 9069 mips16_fp_args (file, current_function_args_info.fp_code, 1); [all …]
|
| H A D | mips.h | 2761 int fp_code; member
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.c | 3804 cum->fp_code += (mode == SFmode ? 1 : 2) << ((cum->arg_number - 1) * 2); in function_arg_advance() 3831 if (TARGET_MIPS16 && cum->fp_code != 0) in function_arg() 3832 return gen_rtx_REG ((enum machine_mode) cum->fp_code, 0); in function_arg() 6666 && current_function_args_info.fp_code != 0) in mips_output_function_prologue() 7889 mips16_fp_args (FILE *file, int fp_code, int from_fp_p) in mips16_fp_args() argument 7904 for (f = (unsigned int) fp_code; f != 0; f >>= 2) in mips16_fp_args() 7968 for (f = (unsigned int) current_function_args_info.fp_code; f != 0; f >>= 2) in build_mips16_function_stub() 7996 mips16_fp_args (file, current_function_args_info.fp_code, 1); in build_mips16_function_stub() 8057 build_mips16_call_stub (rtx retval, rtx fn, rtx arg_size, int fp_code) in build_mips16_call_stub() argument 8081 if (fp_code == 0 && ! fpret) in build_mips16_call_stub() [all …]
|
| H A D | mips.h | 1917 int fp_code; member
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | iq2000.h | 397 int fp_code; /* Mode of FP arguments. */ member
|
| H A D | iq2000.c | 1161 cum->fp_code += 1 << ((cum->arg_number - 1) * 2); in function_arg_advance() 1167 cum->fp_code += 2 << ((cum->arg_number - 1) * 2); in function_arg_advance() 1338 ret = gen_rtx_PARALLEL ((enum machine_mode) cum->fp_code, in function_arg()
|