Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.h288 int fp_code; /* Mode of FP arguments. */ member
H A Diq2000.cc1190 cum->fp_code += 1 << ((cum->arg_number - 1) * 2); in iq2000_function_arg_advance()
1196 cum->fp_code += 2 << ((cum->arg_number - 1) * 2); in iq2000_function_arg_advance()
1380 ret = gen_rtx_PARALLEL ((machine_mode) cum->fp_code, in iq2000_function_arg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.h288 int fp_code; /* Mode of FP arguments. */ member
H A Diq2000.c1190 cum->fp_code += 1 << ((cum->arg_number - 1) * 2); in iq2000_function_arg_advance()
1196 cum->fp_code += 2 << ((cum->arg_number - 1) * 2); in iq2000_function_arg_advance()
1380 ret = gen_rtx_PARALLEL ((machine_mode) cum->fp_code, in iq2000_function_arg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.h474 int fp_code; /* Mode of FP arguments */ member
H A Dmicroblaze.c1574 cum->fp_code += 1 << ((cum->arg_number - 1) * 2); in microblaze_function_arg_advance()
1580 cum->fp_code += 2 << ((cum->arg_number - 1) * 2); in microblaze_function_arg_advance()
1644 ret = gen_rtx_PARALLEL ((machine_mode) cum->fp_code, in microblaze_function_arg()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.h474 int fp_code; /* Mode of FP arguments */ member
H A Dmicroblaze.cc1575 cum->fp_code += 1 << ((cum->arg_number - 1) * 2); in microblaze_function_arg_advance()
1581 cum->fp_code += 2 << ((cum->arg_number - 1) * 2); in microblaze_function_arg_advance()
1645 ret = gen_rtx_PARALLEL ((machine_mode) cum->fp_code, in microblaze_function_arg()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc6002 if (TARGET_MIPS16 && cum->fp_code != 0) in mips_function_arg()
6003 return gen_rtx_REG ((machine_mode) cum->fp_code, 0); in mips_function_arg()
6172 cum->fp_code += (arg.mode == SFmode ? 1 : 2) << (cum->arg_number * 2); in mips_function_arg_advance()
7415 mips_output_args_xfer (int fp_code, char direction) in mips_output_args_xfer() argument
7425 for (f = (unsigned int) fp_code; f != 0; f >>= 2) in mips_output_args_xfer()
7486 for (f = (unsigned int) crtl->args.info.fp_code; f != 0; f >>= 2) in mips16_build_function_stub()
7522 mips_output_args_xfer (crtl->args.info.fp_code, 'f'); in mips16_build_function_stub()
7605 mips16_build_call_stub (rtx retval, rtx *fn_ptr, rtx args_size, int fp_code) in mips16_build_call_stub() argument
7625 if (fp_code == 0 && !fp_ret_p) in mips16_build_call_stub()
7638 if (fp_code == 0 && mips16_local_function_p (fn)) in mips16_build_call_stub()
[all …]
H A Dmips.h2519 int fp_code; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c5991 if (TARGET_MIPS16 && cum->fp_code != 0) in mips_function_arg()
5992 return gen_rtx_REG ((machine_mode) cum->fp_code, 0); in mips_function_arg()
6122 cum->fp_code += (arg.mode == SFmode ? 1 : 2) << (cum->arg_number * 2); in mips_function_arg_advance()
7275 mips_output_args_xfer (int fp_code, char direction) in mips_output_args_xfer() argument
7285 for (f = (unsigned int) fp_code; f != 0; f >>= 2) in mips_output_args_xfer()
7346 for (f = (unsigned int) crtl->args.info.fp_code; f != 0; f >>= 2) in mips16_build_function_stub()
7382 mips_output_args_xfer (crtl->args.info.fp_code, 'f'); in mips16_build_function_stub()
7465 mips16_build_call_stub (rtx retval, rtx *fn_ptr, rtx args_size, int fp_code) in mips16_build_call_stub() argument
7485 if (fp_code == 0 && !fp_ret_p) in mips16_build_call_stub()
7498 if (fp_code == 0 && mips16_local_function_p (fn)) in mips16_build_call_stub()
[all …]
H A Dmips.h2500 int fp_code; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.c2237 enum rtx_code fp_code = *code; in riscv_emit_float_compare() local
2240 switch (fp_code) in riscv_emit_float_compare()
2294 fp_code = EQ; in riscv_emit_float_compare()
2304 *op0 = riscv_force_binary (word_mode, fp_code, cmp_op0, cmp_op1); in riscv_emit_float_compare()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.cc2592 enum rtx_code fp_code = *code; in riscv_emit_float_compare() local
2595 switch (fp_code) in riscv_emit_float_compare()
2649 fp_code = EQ; in riscv_emit_float_compare()
2659 *op0 = riscv_force_binary (word_mode, fp_code, cmp_op0, cmp_op1); in riscv_emit_float_compare()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20099044 (mips16_build_call_stub): Fix comment for fp_code. Adjust call to
H A DChangeLog-200719846 (function_arg_advance): When setting bits in cum->fp_code for