Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfixed-value.h68 extern tree build_fixed (tree, FIXED_VALUE_TYPE);
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()
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()
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()
DChangeLog-200816105 build_fixed, build_real, make_tree_binfo_stat, make_tree_vec_stat,
DChangeLog-200712105 (build_fixed): New function.
DChangeLog-201438271 * tree.c (build_fixed): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc14806 return build_fixed (TREE_TYPE (tval), fval); in avr_fold_absfx()