Searched refs:build_fixed (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fixed-value.h | 68 extern tree build_fixed (tree, FIXED_VALUE_TYPE);
|
| D | convert.cc | 1100 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()
|
| D | fold-const.cc | 1393 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()
|
| D | tree.cc | 2364 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()
|
| D | ChangeLog-2008 | 16105 build_fixed, build_real, make_tree_binfo_stat, make_tree_vec_stat,
|
| D | ChangeLog-2007 | 12105 (build_fixed): New function.
|
| D | ChangeLog-2014 | 38271 * tree.c (build_fixed): Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr.cc | 14806 return build_fixed (TREE_TYPE (tval), fval); in avr_fold_absfx()
|