Home
last modified time | relevance | path

Searched refs:DECIMAL_FLOAT_MODE_P (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs-libfuncs.c218 if (DECIMAL_FLOAT_MODE_P (mode)) in gen_fp_libfunc()
270 if (DECIMAL_FLOAT_MODE_P (mode) || GET_MODE_CLASS (mode) == MODE_FLOAT) in gen_int_fp_libfunc()
283 if (DECIMAL_FLOAT_MODE_P (mode) || GET_MODE_CLASS (mode) == MODE_FLOAT) in gen_intv_fp_libfunc()
303 if (DECIMAL_FLOAT_MODE_P (mode) || GET_MODE_CLASS (mode) == MODE_FLOAT) in gen_int_fp_fixed_libfunc()
318 if (DECIMAL_FLOAT_MODE_P (mode) || GET_MODE_CLASS (mode) == MODE_FLOAT) in gen_int_fp_signed_fixed_libfunc()
417 if (DECIMAL_FLOAT_MODE_P (fmode) || DECIMAL_FLOAT_MODE_P (tmode)) in gen_interclass_conv_libfunc()
451 if (GET_MODE_CLASS (tmode) != MODE_FLOAT && !DECIMAL_FLOAT_MODE_P (tmode)) in gen_int_to_fp_conv_libfunc()
465 if (DECIMAL_FLOAT_MODE_P (tmode)) in gen_ufloat_conv_libfunc()
496 if (GET_MODE_CLASS (fmode) != MODE_FLOAT && !DECIMAL_FLOAT_MODE_P (fmode)) in gen_fp_to_int_conv_libfunc()
550 if (DECIMAL_FLOAT_MODE_P (fmode) || DECIMAL_FLOAT_MODE_P (tmode)) in gen_intraclass_conv_libfunc()
H A Dreal.h178 (real_format_for_mode[DECIMAL_FLOAT_MODE_P (MODE) \
H A Dmachmode.h147 #define DECIMAL_FLOAT_MODE_P(MODE) \
H A Dsimplify-rtx.c1263 if (DECIMAL_FLOAT_MODE_P (mode)) in simplify_unary_operation_1()
1315 if (DECIMAL_FLOAT_MODE_P (mode)) in simplify_unary_operation_1()
2708 && !DECIMAL_FLOAT_MODE_P (GET_MODE (trueop1)) in simplify_binary_operation_1()
H A Dexpr.c298 || (DECIMAL_FLOAT_MODE_P (from_mode) in convert_mode_scalar()
299 != DECIMAL_FLOAT_MODE_P (to_mode))); in convert_mode_scalar()
303 tab = DECIMAL_FLOAT_MODE_P (from_mode) ? trunc_optab : sext_optab; in convert_mode_scalar()
H A Dtree.c2762 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr)))); in real_zerop()
2792 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr)))); in real_onep()
2815 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr)))); in real_minus_onep()
H A Demit-rtl.c6076 gcc_assert (!DECIMAL_FLOAT_MODE_P (inner)); in gen_const_vector()
H A Dtree.h570 && DECIMAL_FLOAT_MODE_P (TYPE_MODE (TYPE)))
H A Doptabs.c4976 && (!DECIMAL_FLOAT_MODE_P (fmode) in expand_fix()
/dragonfly/contrib/gcc-4.7/gcc/
H A Doptabs.c5133 && (!DECIMAL_FLOAT_MODE_P (fmode) in expand_fix()
5446 if (DECIMAL_FLOAT_MODE_P (mode)) in gen_fp_libfunc()
5498 if (DECIMAL_FLOAT_MODE_P (mode) || GET_MODE_CLASS (mode) == MODE_FLOAT) in gen_int_fp_libfunc()
5511 if (DECIMAL_FLOAT_MODE_P (mode) || GET_MODE_CLASS (mode) == MODE_FLOAT) in gen_intv_fp_libfunc()
5531 if (DECIMAL_FLOAT_MODE_P (mode) || GET_MODE_CLASS (mode) == MODE_FLOAT) in gen_int_fp_fixed_libfunc()
5546 if (DECIMAL_FLOAT_MODE_P (mode) || GET_MODE_CLASS (mode) == MODE_FLOAT) in gen_int_fp_signed_fixed_libfunc()
5645 if (DECIMAL_FLOAT_MODE_P(fmode) || DECIMAL_FLOAT_MODE_P(tmode)) in gen_interclass_conv_libfunc()
5693 if (DECIMAL_FLOAT_MODE_P (tmode)) in gen_ufloat_conv_libfunc()
5778 if (DECIMAL_FLOAT_MODE_P(fmode) || DECIMAL_FLOAT_MODE_P(tmode)) in gen_intraclass_conv_libfunc()
5827 || (DECIMAL_FLOAT_MODE_P (fmode) && DECIMAL_FLOAT_MODE_P (tmode))) in gen_trunc_conv_libfunc()
[all …]
H A Dmachmode.h85 #define DECIMAL_FLOAT_MODE_P(MODE) \ macro
H A Dreal.h170 (real_format_for_mode[DECIMAL_FLOAT_MODE_P (MODE) \
H A Dreal.c2140 if (DECIMAL_FLOAT_MODE_P (mode)) in real_from_string3()
2191 if (DECIMAL_FLOAT_MODE_P (mode)) in real_from_integer()
2559 if (DECIMAL_FLOAT_MODE_P (fmode)) in real_2expN()
H A Dsimplify-rtx.c876 if (DECIMAL_FLOAT_MODE_P (mode)) in simplify_unary_operation_1()
933 if (DECIMAL_FLOAT_MODE_P (mode)) in simplify_unary_operation_1()
2391 && !DECIMAL_FLOAT_MODE_P (GET_MODE (trueop1)) in simplify_binary_operation_1()
H A Dtree.c1943 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr))))) in real_zerop()
1960 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr))))) in real_onep()
1976 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr))))) in real_twop()
1992 && !(DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (expr))))) in real_minus_onep()
H A Dexpr.c380 || (DECIMAL_FLOAT_MODE_P (from_mode) in convert_move()
381 != DECIMAL_FLOAT_MODE_P (to_mode))); in convert_move()
385 tab = DECIMAL_FLOAT_MODE_P (from_mode) ? trunc_optab : sext_optab; in convert_move()
H A Demit-rtl.c5482 gcc_assert (!DECIMAL_FLOAT_MODE_P (inner)); in gen_const_vector()
H A Dtree.h1144 && DECIMAL_FLOAT_MODE_P (TYPE_MODE (TYPE)))
H A Dc-typeck.c3241 && !DECIMAL_FLOAT_MODE_P (TYPE_MODE (valtype))) in convert_arguments()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c2965 && DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (primop0))) in shorten_compare()
2966 && DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (primop1)))) in shorten_compare()
2971 && (DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (primop0))) in shorten_compare()
2972 || DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (primop1))))) in shorten_compare()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c3654 && (DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (primop0))) in shorten_compare()
3655 || DECIMAL_FLOAT_MODE_P (TYPE_MODE (TREE_TYPE (primop1))))) in shorten_compare()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c18061 gcc_assert (!DECIMAL_FLOAT_MODE_P (mode)); in ix86_cc_mode()
18562 gcc_assert (!DECIMAL_FLOAT_MODE_P (GET_MODE (op0))); in ix86_expand_compare()
18777 gcc_assert (!DECIMAL_FLOAT_MODE_P (mode)); in ix86_expand_carry_flag_compare()
19082 gcc_assert (!DECIMAL_FLOAT_MODE_P (cmp_mode)); in ix86_expand_int_movcc()
19238 gcc_assert (!DECIMAL_FLOAT_MODE_P (cmp_mode)); in ix86_expand_int_movcc()
34458 if (DECIMAL_FLOAT_MODE_P (mode)) in ix86_scalar_mode_supported_p()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcall.c6004 && !DECIMAL_FLOAT_MODE_P (TYPE_MODE (arg_type))) in convert_arg_to_ellipsis()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c22477 gcc_assert (!DECIMAL_FLOAT_MODE_P (mode)); in ix86_cc_mode()
22986 gcc_assert (!DECIMAL_FLOAT_MODE_P (GET_MODE (op0))); in ix86_expand_compare()
23266 gcc_assert (!DECIMAL_FLOAT_MODE_P (mode)); in ix86_expand_carry_flag_compare()
23564 gcc_assert (!DECIMAL_FLOAT_MODE_P (cmp_mode)); in ix86_expand_int_movcc()
23720 gcc_assert (!DECIMAL_FLOAT_MODE_P (cmp_mode)); in ix86_expand_int_movcc()
44602 if (DECIMAL_FLOAT_MODE_P (mode)) in ix86_scalar_mode_supported_p()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcall.c7167 && !DECIMAL_FLOAT_MODE_P (TYPE_MODE (arg_type))) in convert_arg_to_ellipsis()

12