Home
last modified time | relevance | path

Searched refs:build_fixed (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dfixed-value.h57 extern tree build_fixed (tree, FIXED_VALUE_TYPE);
H A Dconvert.c978 tree fixed_zero_node = build_fixed (type, FCONST0 (TYPE_MODE (type))); in convert_to_fixed()
983 tree fixed_one_node = build_fixed (type, FCONST1 (TYPE_MODE (type))); in convert_to_fixed()
H A Dtree.c1457 build_fixed (tree type, FIXED_VALUE_TYPE f) in build_fixed() function
1590 return build_fixed (type, FCONST1(TYPE_MODE (type))); in build_one_cst()
1627 return build_fixed (type, FCONST0 (TYPE_MODE (type))); in build_zero_cst()
H A Dfold-const.c1235 t = build_fixed (type, result); in const_binop()
1724 t = build_fixed (type, value); in fold_convert_const_fixed_from_fixed()
1746 t = build_fixed (type, value); in fold_convert_const_fixed_from_int()
1767 t = build_fixed (type, value); in fold_convert_const_fixed_from_real()
15853 t = build_fixed (type, f); in fold_negate_const()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dfixed-value.h68 extern tree build_fixed (tree, FIXED_VALUE_TYPE);
H A Dconvert.c1146 tree fixed_zero_node = build_fixed (type, FCONST0 (TYPE_MODE (type))); in convert_to_fixed()
1151 tree fixed_one_node = build_fixed (type, FCONST1 (TYPE_MODE (type))); in convert_to_fixed()
H A Dfold-const.c1371 t = build_fixed (type, result); in const_binop()
2178 t = build_fixed (type, value); in fold_convert_const_fixed_from_fixed()
2208 t = build_fixed (type, value); in fold_convert_const_fixed_from_int()
2229 t = build_fixed (type, value); in fold_convert_const_fixed_from_real()
7448 return build_fixed (type, fixed_value); in native_interpret_fixed()
13827 t = build_fixed (type, f); in fold_negate_const()
H A Dtree.c2065 build_fixed (tree type, FIXED_VALUE_TYPE f) in build_fixed() function
2235 return build_fixed (type, FCONST1 (TYPE_MODE (type))); in build_one_cst()
2288 return build_fixed (type, in build_minus_one_cst()
2327 return build_fixed (type, FCONST0 (TYPE_MODE (type))); in build_zero_cst()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-lex.c946 value = build_fixed (type, fixed); in interpret_fixed()
H A Dc-common.c4113 tree fixed_zero_node = build_fixed (TREE_TYPE (expr), in c_common_truthvalue_conversion()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c1120 value = build_fixed (type, fixed); in interpret_fixed()
H A Dc-common.c3467 tree fixed_zero_node = build_fixed (TREE_TYPE (expr), in c_common_truthvalue_conversion()