/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fixed-value.h | 68 extern tree build_fixed (tree, FIXED_VALUE_TYPE);
|
H A D | convert.c | 1106 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 D | fold-const.c | 1388 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 D | tree.c | 2131 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 D | fixed-value.h | 68 extern tree build_fixed (tree, FIXED_VALUE_TYPE);
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | ChangeLog-2008 | 16105 build_fixed, build_real, make_tree_binfo_stat, make_tree_vec_stat,
|
H A D | ChangeLog-2007 | 12105 (build_fixed): New function.
|
H A D | ChangeLog-2014 | 38271 * tree.c (build_fixed): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 1246 value = build_fixed (type, fixed); in interpret_fixed()
|
H A D | c-common.cc | 3753 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 D | c-lex.c | 1178 value = build_fixed (type, fixed); in interpret_fixed()
|
H A D | c-common.c | 3506 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 D | avr.c | 14381 return build_fixed (TREE_TYPE (tval), fval); in avr_fold_absfx()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr.cc | 14806 return build_fixed (TREE_TYPE (tval), fval); in avr_fold_absfx()
|