Home
last modified time | relevance | path

Searched refs:TFmode (Results 1 – 25 of 85) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/i386/64/
Dt-softfp-compat1 # When TFmode was first added to x86-64 in gcc 4.3.0, some TFmode
5 # Filter out the following TFmode functions.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-modes.def24 compiler do not try to widen IFmode to TFmode on ISA 3.0 (power9) that has
25 hardware support for IEEE 128-bit. We set TFmode (long double mode) in
28 Previously, IFmode and KFmode were defined to be fractional modes and TFmode
31 parts of the compiler would see that TFmode has the necessary hardware
32 support, and widen the operation from IFmode to TFmode. However, IEEE
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.cc1434 if (GET_MODE (in) != TFmode) in ia64_split_tmode()
1443 real_to_target (l, CONST_DOUBLE_REAL_VALUE (in), TFmode); in ia64_split_tmode()
1818 else if (TARGET_HPUX && GET_MODE (*op0) == TFmode) in ia64_expand_compare()
1831 gcc_assert (cmptf_libfunc && GET_MODE (*op1) == TFmode); in ia64_expand_compare()
1862 *op0, TFmode, *op1, TFmode, in ia64_expand_compare()
4313 && mode != TFmode); in ia64_hard_regno_mode_ok()
4655 if (nested && TYPE_MODE (type) != TFmode) in hfa_element_mode()
4876 else if (arg.mode == TFmode || arg.mode == TCmode in ia64_function_arg_1()
5070 else if (arg.mode == TFmode || arg.mode == TCmode in ia64_function_arg_advance()
5104 if (mode == TFmode && TARGET_HPUX && TARGET_ILP32) in ia64_function_arg_boundary()
[all …]
Dhpux.h186 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) ((MODE) == TFmode)
Dia64-modes.def23 XFmode is __float80 is IEEE extended; TFmode is __float128
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa-hpux.h38 #define FLOAT_LIB_COMPARE_RETURNS_BOOL(MODE, COMPARISON) ((MODE) == TFmode)
Dpa.cc5900 set_optab_libfunc (add_optab, TFmode, "_U_Qfadd"); in pa_init_libfuncs()
5901 set_optab_libfunc (sub_optab, TFmode, "_U_Qfsub"); in pa_init_libfuncs()
5902 set_optab_libfunc (smul_optab, TFmode, "_U_Qfmpy"); in pa_init_libfuncs()
5903 set_optab_libfunc (sdiv_optab, TFmode, "_U_Qfdiv"); in pa_init_libfuncs()
5904 set_optab_libfunc (smin_optab, TFmode, "_U_Qmin"); in pa_init_libfuncs()
5905 set_optab_libfunc (smax_optab, TFmode, "_U_Qfmax"); in pa_init_libfuncs()
5906 set_optab_libfunc (sqrt_optab, TFmode, "_U_Qfsqrt"); in pa_init_libfuncs()
5907 set_optab_libfunc (abs_optab, TFmode, "_U_Qfabs"); in pa_init_libfuncs()
5908 set_optab_libfunc (neg_optab, TFmode, "_U_Qfneg"); in pa_init_libfuncs()
5910 set_optab_libfunc (eq_optab, TFmode, "_U_Qfeq"); in pa_init_libfuncs()
[all …]
Dpa-modes.def28 /* TFmode: IEEE quad floating point (software). */
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.cc3515 if (GET_MODE (operands[2]) == TFmode && ! TARGET_HARD_QUAD) in emit_scc_insn()
3634 if (GET_MODE (operands[1]) == TFmode && ! TARGET_HARD_QUAD) in emit_conditional_branch_insn()
3706 if (GET_MODE (this_arg) == TFmode) in emit_soft_tfmode_libcall()
3725 this_slot = force_const_mem (TFmode, this_arg); in emit_soft_tfmode_libcall()
3730 this_slot = assign_stack_temp (TFmode, GET_MODE_SIZE (TFmode)); in emit_soft_tfmode_libcall()
3747 if (GET_MODE (operands[0]) == TFmode) in emit_soft_tfmode_libcall()
4579 if (mode == TFmode in sparc_legitimate_address_p()
4620 if (mode == TFmode && TARGET_ARCH32) in sparc_legitimate_address_p()
5078 && (mode != TFmode || TARGET_ARCH64) in sparc_legitimize_reload_address()
7670 || TYPE_MODE (type) == TFmode in sparc_return_in_memory()
[all …]
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/
Dinsn-modes.h219 #define TFmode E_TFmode macro
221 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/
Dinsn-modes.h233 #define TFmode E_TFmode macro
235 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/sparc/
Dinsn-modes.h289 #define TFmode E_TFmode macro
291 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64/
Dinsn-modes.h289 #define TFmode E_TFmode macro
291 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/ia64/
Dinsn-modes.h247 #define TFmode E_TFmode macro
249 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
Dt-linux10 # On the modules that deal with IBM 128-bit values, make sure that TFmode uses
Dt-float1283 # The standard 128-bit floating point support functions are TFmode. Most
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/
Dinsn-modes.h254 #define TFmode E_TFmode macro
256 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/
Dinsn-modes.h254 #define TFmode E_TFmode macro
256 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/mipseb/
Dinsn-modes.h247 #define TFmode E_TFmode macro
249 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel/
Dinsn-modes.h247 #define TFmode E_TFmode macro
249 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/
Dinsn-modes.h247 #define TFmode E_TFmode macro
249 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/
Dinsn-modes.h247 #define TFmode E_TFmode macro
249 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/i386/
Dinsn-modes.h345 #define TFmode E_TFmode macro
347 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/x86_64/
Dinsn-modes.h345 #define TFmode E_TFmode macro
347 #define TFmode (scalar_float_mode ((scalar_float_mode::from_int) E_TFmode))
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.h1040 || (MODE) == TFmode || (MODE) == V1TImode || (MODE) == V8HFmode \
1057 || (MODE) == SFmode || (MODE) == TFmode || (MODE) == TDmode)
1088 || (MODE) == TFmode || (MODE) == TCmode \
1095 || (MODE) == TFmode || (MODE) == V8HImode || (MODE) == V2DFmode \

1234