Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.h68 extern tree build_fixed (tree, FIXED_VALUE_TYPE);
H A Dconvert.c1106 tree fixed_zero_node = build_fixed (type, FCONST0 (TYPE_MODE (type))); in convert_to_fixed()
1111 tree fixed_one_node = build_fixed (type, FCONST1 (TYPE_MODE (type))); in convert_to_fixed()
H A Dfold-const.c1388 t = build_fixed (type, result); in const_binop()
2210 t = build_fixed (type, value); in fold_convert_const_fixed_from_fixed()
2240 t = build_fixed (type, value); in fold_convert_const_fixed_from_int()
2261 t = build_fixed (type, value); in fold_convert_const_fixed_from_real()
8218 return build_fixed (type, fixed_value); in native_interpret_fixed()
14775 t = build_fixed (type, f); in fold_negate_const()
H A Dtree.c2131 build_fixed (tree type, FIXED_VALUE_TYPE f) in build_fixed() function
2304 return build_fixed (type, FCONST1 (TYPE_MODE (type))); in build_one_cst()
2357 return build_fixed (type, in build_minus_one_cst()
2396 return build_fixed (type, FCONST0 (TYPE_MODE (type))); in build_zero_cst()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfixed-value.h68 extern tree build_fixed (tree, FIXED_VALUE_TYPE);
H A Dconvert.cc1100 tree fixed_zero_node = build_fixed (type, FCONST0 (TYPE_MODE (type))); in convert_to_fixed()
1105 tree fixed_one_node = build_fixed (type, FCONST1 (TYPE_MODE (type))); in convert_to_fixed()
H A Dfold-const.cc1393 t = build_fixed (type, result); in const_binop()
2221 t = build_fixed (type, value); in fold_convert_const_fixed_from_fixed()
2251 t = build_fixed (type, value); in fold_convert_const_fixed_from_int()
2272 t = build_fixed (type, value); in fold_convert_const_fixed_from_real()
8661 return build_fixed (type, fixed_value); in native_interpret_fixed()
15730 t = build_fixed (type, f); in fold_negate_const()
H A Dtree.cc2364 build_fixed (tree type, FIXED_VALUE_TYPE f) in build_fixed() function
2573 return build_fixed (type, FCONST1 (TYPE_MODE (type))); in build_one_cst()
2626 return build_fixed (type, in build_minus_one_cst()
2665 return build_fixed (type, FCONST0 (TYPE_MODE (type))); in build_zero_cst()
H A DChangeLog-200816105 build_fixed, build_real, make_tree_binfo_stat, make_tree_vec_stat,
H A DChangeLog-200712105 (build_fixed): New function.
H A DChangeLog-201438271 * tree.c (build_fixed): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc1246 value = build_fixed (type, fixed); in interpret_fixed()
H A Dc-common.cc3753 tree fixed_zero_node = build_fixed (TREE_TYPE (expr), in c_common_truthvalue_conversion()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c1178 value = build_fixed (type, fixed); in interpret_fixed()
H A Dc-common.c3506 tree fixed_zero_node = build_fixed (TREE_TYPE (expr), in c_common_truthvalue_conversion()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c14381 return build_fixed (TREE_TYPE (tval), fval); in avr_fold_absfx()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc14806 return build_fixed (TREE_TYPE (tval), fval); in avr_fold_absfx()