/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.c | 1167 rtx libfunc; in expand_binop() local 1812 libfunc = optab_libfunc (binoptab, mode); in expand_binop() 1813 if (libfunc in expand_binop() 1837 value = emit_library_call_value (libfunc, in expand_binop() 2159 rtx libfunc; in expand_twoval_binop_libfunc() local 2165 libfunc = optab_libfunc (binoptab, mode); in expand_twoval_binop_libfunc() 2166 if (!libfunc) in expand_twoval_binop_libfunc() 2173 libval = emit_library_call_value (libfunc, NULL_RTX, LCT_CONST, in expand_twoval_binop_libfunc() 2781 rtx libfunc; in expand_unop() local 3045 libfunc = optab_libfunc (unoptab, mode); in expand_unop() [all …]
|
H A D | libfuncs.h | 43 rtx libfunc; member
|
H A D | optabs-libfuncs.c | 99 return (*slot)->libfunc; in convert_optab_libfunc() 134 return (*slot)->libfunc; in optab_libfunc() 823 (*slot)->libfunc = val; in set_optab_libfunc() 852 (*slot)->libfunc = val; in set_conv_libfunc()
|
H A D | internal-fn.c | 2860 rtx quotient, remainder, libfunc; in expand_DIVMOD() local 2871 else if ((libfunc = optab_libfunc (tab, mode)) != NULL_RTX) in expand_DIVMOD() 2872 targetm.expand_divmod_libfunc (libfunc, mode, op0, op1, in expand_DIVMOD()
|
H A D | tree-ssa-math-opts.c | 3483 rtx libfunc = optab_libfunc (divmod_optab, mode); in target_supports_divmod_p() local 3484 if (libfunc != NULL_RTX) in target_supports_divmod_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs.cc | 1487 rtx libfunc; in expand_binop() local 2180 libfunc = optab_libfunc (binoptab, mode); in expand_binop() 2181 if (libfunc in expand_binop() 2205 value = emit_library_call_value (libfunc, in expand_binop() 2527 rtx libfunc; in expand_twoval_binop_libfunc() local 2533 libfunc = optab_libfunc (binoptab, mode); in expand_twoval_binop_libfunc() 2534 if (!libfunc) in expand_twoval_binop_libfunc() 2541 libval = emit_library_call_value (libfunc, NULL_RTX, LCT_CONST, in expand_twoval_binop_libfunc() 3225 rtx libfunc; in expand_unop() local 3495 libfunc = optab_libfunc (unoptab, mode); in expand_unop() [all …]
|
H A D | libfuncs.h | 43 rtx libfunc; member
|
H A D | optabs-libfuncs.cc | 99 return (*slot)->libfunc; in convert_optab_libfunc() 134 return (*slot)->libfunc; in optab_libfunc() 823 (*slot)->libfunc = val; in set_optab_libfunc() 852 (*slot)->libfunc = val; in set_conv_libfunc()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-expand.h | 55 void ix86_expand_divmod_libfunc (rtx libfunc, machine_mode mode, rtx op0,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-expand.h | 55 void ix86_expand_divmod_libfunc (rtx libfunc, machine_mode mode, rtx op0,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/ |
H A D | pru.c | 940 rtx libfunc; in pru_expand_fp_compare() local 962 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc; in pru_expand_fp_compare() 965 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc; in pru_expand_fp_compare() 968 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc; in pru_expand_fp_compare() 971 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc; in pru_expand_fp_compare() 974 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc; in pru_expand_fp_compare() 977 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc; in pru_expand_fp_compare() 984 cmp = emit_library_call_value (libfunc, 0, LCT_CONST, SImode, in pru_expand_fp_compare()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/ |
H A D | pru.cc | 909 rtx libfunc; in pru_expand_fp_compare() local 931 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc; in pru_expand_fp_compare() 934 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc; in pru_expand_fp_compare() 937 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc; in pru_expand_fp_compare() 940 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc; in pru_expand_fp_compare() 943 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc; in pru_expand_fp_compare() 946 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc; in pru_expand_fp_compare() 953 cmp = emit_library_call_value (libfunc, 0, LCT_CONST, SImode, in pru_expand_fp_compare()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.c | 1555 rtx libfunc; in c6x_expand_compare() local 1559 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc; in c6x_expand_compare() 1562 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc; in c6x_expand_compare() 1565 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc; in c6x_expand_compare() 1568 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc; in c6x_expand_compare() 1571 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc; in c6x_expand_compare() 1574 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc; in c6x_expand_compare() 1581 cmp = emit_library_call_value (libfunc, 0, LCT_CONST, SImode, in c6x_expand_compare()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.cc | 1557 rtx libfunc; in c6x_expand_compare() local 1561 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc; in c6x_expand_compare() 1564 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc; in c6x_expand_compare() 1567 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc; in c6x_expand_compare() 1570 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc; in c6x_expand_compare() 1573 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc; in c6x_expand_compare() 1576 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc; in c6x_expand_compare() 1583 cmp = emit_library_call_value (libfunc, 0, LCT_CONST, SImode, in c6x_expand_compare()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | vsx.md | 1642 rtx libfunc = optab_libfunc (sdiv_optab, DImode); 1643 rtx target = emit_library_call_value (libfunc, 1655 rtx libfunc = optab_libfunc (sdiv_optab, DImode); 1656 rtx target = emit_library_call_value (libfunc, 1689 rtx libfunc = optab_libfunc (udiv_optab, DImode); 1690 rtx target = emit_library_call_value (libfunc, 1702 rtx libfunc = optab_libfunc (udiv_optab, DImode); 1703 rtx target = emit_library_call_value (libfunc,
|
H A D | rs6000.c | 14147 rtx libfunc = NULL_RTX; in rs6000_generate_compare() local 14155 libfunc = optab_libfunc (eq_optab, mode); in rs6000_generate_compare() 14160 libfunc = optab_libfunc (ge_optab, mode); in rs6000_generate_compare() 14165 libfunc = optab_libfunc (le_optab, mode); in rs6000_generate_compare() 14170 libfunc = optab_libfunc (unord_optab, mode); in rs6000_generate_compare() 14177 libfunc = optab_libfunc (ge_optab, mode); in rs6000_generate_compare() 14184 libfunc = optab_libfunc (le_optab, mode); in rs6000_generate_compare() 14191 libfunc = optab_libfunc (eq_optab, mode); in rs6000_generate_compare() 14199 gcc_assert (libfunc); in rs6000_generate_compare() 14202 dest = emit_library_call_value (libfunc, NULL_RTX, LCT_CONST, in rs6000_generate_compare() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.md | 2245 rtx libfunc; 2247 libfunc = init_one_libfunc ("__atomic_test_and_set_1"); 2249 emit_library_call_value (libfunc, operands[0], LCT_NORMAL, SImode,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 14874 rtx libfunc = NULL_RTX; in rs6000_generate_compare() local 14882 libfunc = optab_libfunc (eq_optab, mode); in rs6000_generate_compare() 14887 libfunc = optab_libfunc (ge_optab, mode); in rs6000_generate_compare() 14892 libfunc = optab_libfunc (le_optab, mode); in rs6000_generate_compare() 14897 libfunc = optab_libfunc (unord_optab, mode); in rs6000_generate_compare() 14904 libfunc = optab_libfunc (ge_optab, mode); in rs6000_generate_compare() 14911 libfunc = optab_libfunc (le_optab, mode); in rs6000_generate_compare() 14918 libfunc = optab_libfunc (eq_optab, mode); in rs6000_generate_compare() 14926 gcc_assert (libfunc); in rs6000_generate_compare() 14929 dest = emit_library_call_value (libfunc, NULL_RTX, LCT_CONST, in rs6000_generate_compare() [all …]
|
H A D | vsx.md | 1752 rtx libfunc = optab_libfunc (sdiv_optab, DImode); 1753 rtx target = emit_library_call_value (libfunc, 1765 rtx libfunc = optab_libfunc (sdiv_optab, DImode); 1766 rtx target = emit_library_call_value (libfunc, 1806 rtx libfunc = optab_libfunc (udiv_optab, DImode); 1807 rtx target = emit_library_call_value (libfunc, 1820 rtx libfunc = optab_libfunc (udiv_optab, DImode); 1821 rtx target = emit_library_call_value (libfunc,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cr16/ |
H A D | cr16.c | 641 rtx libfunc ATTRIBUTE_UNUSED) in cr16_init_cumulative_args()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cr16/ |
H A D | cr16.cc | 643 rtx libfunc ATTRIBUTE_UNUSED) in cr16_init_cumulative_args()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
H A D | nios2.c | 1818 rtx libfunc; in nios2_emit_expensive_div() local 1825 libfunc = optab_libfunc (sdiv_optab, SImode); in nios2_emit_expensive_div() 1857 final_result = emit_library_call_value (libfunc, NULL_RTX, in nios2_emit_expensive_div()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/ |
H A D | nios2.cc | 1813 rtx libfunc; in nios2_emit_expensive_div() local 1820 libfunc = optab_libfunc (sdiv_optab, SImode); in nios2_emit_expensive_div() 1852 final_result = emit_library_call_value (libfunc, NULL_RTX, in nios2_emit_expensive_div()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 8463 rtx slot0, slot1, result, tem, tem2, libfunc; in sparc_emit_float_lib_cmp() local 8536 libfunc = gen_rtx_SYMBOL_REF (Pmode, qpfunc); in sparc_emit_float_lib_cmp() 8537 emit_library_call (libfunc, LCT_NORMAL, in sparc_emit_float_lib_cmp() 8545 libfunc = gen_rtx_SYMBOL_REF (Pmode, qpfunc); in sparc_emit_float_lib_cmp() 8546 emit_library_call (libfunc, LCT_NORMAL, in sparc_emit_float_lib_cmp() 8557 emit_move_insn (result, hard_libcall_value (mode, libfunc)); in sparc_emit_float_lib_cmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 8395 rtx slot0, slot1, result, tem, tem2, libfunc; in sparc_emit_float_lib_cmp() local 8468 libfunc = gen_rtx_SYMBOL_REF (Pmode, qpfunc); in sparc_emit_float_lib_cmp() 8469 emit_library_call (libfunc, LCT_NORMAL, in sparc_emit_float_lib_cmp() 8477 libfunc = gen_rtx_SYMBOL_REF (Pmode, qpfunc); in sparc_emit_float_lib_cmp() 8478 emit_library_call (libfunc, LCT_NORMAL, in sparc_emit_float_lib_cmp() 8489 emit_move_insn (result, hard_libcall_value (mode, libfunc)); in sparc_emit_float_lib_cmp()
|