Home
last modified time | relevance | path

Searched refs:float_type_node (Results 1 – 25 of 51) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c619 PUSH_TYPE (float_type_node); break;
630 case OPCODE_fload: type = float_type_node; goto general_load;
645 case OPCODE_fload_0: type = float_type_node; index = 0; goto load;
646 case OPCODE_fload_1: type = float_type_node; index = 1; goto load;
647 case OPCODE_fload_2: type = float_type_node; index = 2; goto load;
648 case OPCODE_fload_3: type = float_type_node; index = 3; goto load;
681 case OPCODE_fstore: type = float_type_node; goto general_store;
696 case OPCODE_fstore_0: type=float_type_node; index=0; goto store;
697 case OPCODE_fstore_1: type=float_type_node; index=1; goto store;
698 case OPCODE_fstore_2: type=float_type_node; index=2; goto store;
[all …]
H A Dtypeck.c186 if (mode == TYPE_MODE (float_type_node))
187 return float_type_node;
490 case 'F': (*ptr)++; return float_type_node;
884 if (t1 == float_type_node || t2 == float_type_node)
886 if (t1 != float_type_node)
887 *exp1 = convert (float_type_node, *exp1);
888 if (t2 != float_type_node)
889 *exp2 = convert (float_type_node, *exp2);
890 return float_type_node;
H A Ddecl.c531 float_type_node = make_node (REAL_TYPE); in java_init_decl_processing()
532 TYPE_PRECISION (float_type_node) = 32; in java_init_decl_processing()
534 float_type_node)); in java_init_decl_processing()
535 layout_type (float_type_node); in java_init_decl_processing()
543 float_zero_node = build_real (float_type_node, dconst0); in java_init_decl_processing()
911 t = tree_cons (NULL_TREE, float_type_node, in java_init_decl_processing()
912 tree_cons (NULL_TREE, float_type_node, endlink)); in java_init_decl_processing()
915 build_function_type (float_type_node, t), in java_init_decl_processing()
H A Dlex.h195 #define FLOAT_TYPE_NODE float_type_node
H A Dexpr.c143 operand_type[23] = operand_type[56] = float_type_node; in init_expr_processing()
622 case 6: return float_type_node;
642 else if (type == float_type_node)
1107 else if (type == float_type_node || type == double_type_node)
2488 else if (elt == float_type_node) in get_primitive_array_vtable()
2713 #define FLOAT_type_node float_type_node
H A Djcf-parse.c301 value = build_real (float_type_node, d);
/openbsd-src/gnu/gcc/gcc/
H A Dconvert.c94 if (TYPE_PRECISION (TREE_TYPE (exp)) > TYPE_PRECISION (float_type_node) in strip_float_extensions()
95 && exact_real_truncate (TYPE_MODE (float_type_node), &orig)) in strip_float_extensions()
96 type = float_type_node; in strip_float_extensions()
139 || TYPE_MODE (type) == TYPE_MODE (float_type_node))) in convert_to_real()
193 || TYPE_MODE (newtype) == TYPE_MODE (float_type_node))) in convert_to_real()
219 || TYPE_MODE (type) == TYPE_MODE (float_type_node))) in convert_to_real()
226 && (TYPE_MODE (type) == TYPE_MODE (float_type_node))))) in convert_to_real()
H A Dc-cppbuiltin.c102 if (type == float_type_node) in builtin_define_float_constants()
464 builtin_define_float_constants ("FLT", "F", "%s", float_type_node); in c_cpp_builtins()
H A Dc-format.h266 #define T_F &float_type_node
H A Dc-lex.c663 type = float_type_node; in interpret_float()
H A Dbuiltin-types.def79 DEF_PRIMITIVE_TYPE (BT_FLOAT, float_type_node)
H A Dtree.c6567 float_type_node = make_node (REAL_TYPE); in build_common_tree_nodes_2()
6568 TYPE_PRECISION (float_type_node) = FLOAT_TYPE_SIZE; in build_common_tree_nodes_2()
6569 layout_type (float_type_node); in build_common_tree_nodes_2()
6582 float_ptr_type_node = build_pointer_type (float_type_node); in build_common_tree_nodes_2()
6611 TREE_TYPE (complex_float_type_node) = float_type_node; in build_common_tree_nodes_2()
H A Dc-common.c1697 if (mode == TYPE_MODE (float_type_node)) in c_common_type_for_mode()
1698 return float_type_node; in c_common_type_for_mode()
3208 record_builtin_type (RID_FLOAT, NULL, float_type_node); in c_common_nodes_and_builtins()
3579 if (TYPE_MAIN_VARIANT (type) == float_type_node) in self_promoting_args_p()
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c1284 TREE_TYPE (float_type_node) = float_type_node; in treelang_init_decl_processing()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.c4788 float_type_node = make_node (REAL_TYPE);
4789 TYPE_PRECISION (float_type_node) = FLOAT_TYPE_SIZE;
4790 layout_type (float_type_node);
4808 TREE_TYPE (complex_float_type_node) = float_type_node;
4853 V16SF_type_node = make_vector (V16SFmode, float_type_node, 0);
4854 V4SF_type_node = make_vector (V4SFmode, float_type_node, 0);
4862 V2SF_type_node = make_vector (V2SFmode, float_type_node, 0);
H A Dc-common.c2034 if (mode == TYPE_MODE (float_type_node))
2035 return float_type_node;
3320 record_builtin_type (RID_FLOAT, NULL, float_type_node); in c_common_nodes_and_builtins()
3340 if (TYPE_PRECISION (float_type_node) in c_common_nodes_and_builtins()
3346 else if (TYPE_PRECISION (float_type_node) in c_common_nodes_and_builtins()
3365 if (TYPE_PRECISION (float_type_node) * 2 in c_common_nodes_and_builtins()
3371 else if (TYPE_PRECISION (float_type_node) * 2 in c_common_nodes_and_builtins()
3761 if (TYPE_MAIN_VARIANT (type) == float_type_node)
4785 if (type == float_type_node)
4973 builtin_define_float_constants ("FLT", "F", float_type_node);
H A Dbuiltin-types.def67 DEF_PRIMITIVE_TYPE (BT_FLOAT, float_type_node)
H A Dc-lex.c908 type = float_type_node;
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c10403 V2SF_type_node = build_vector_type_for_mode (float_type_node, V2SFmode); in mips_init_builtins()
10424 float_type_node, float_type_node, NULL_TREE); in mips_init_builtins()
10437 float_type_node, float_type_node, NULL_TREE); in mips_init_builtins()
10444 = build_function_type_list (float_type_node, V2SF_type_node, NULL_TREE); in mips_init_builtins()
10447 = build_function_type_list (float_type_node, in mips_init_builtins()
10448 float_type_node, NULL_TREE); in mips_init_builtins()
10451 = build_function_type_list (float_type_node, in mips_init_builtins()
10452 float_type_node, float_type_node, NULL_TREE); in mips_init_builtins()
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c1189 tree_push_type_decl (get_identifier ("float"), float_type_node); in treelang_init_decl_processing()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c1182 else if (type == float_type_node)
H A Drtti.c1381 &float_type_node, &double_type_node, &long_double_type_node, in emit_support_tinfos()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcvt.c1256 else if (type == float_type_node) in type_promotes_to()
H A Drtti.c1389 &float_type_node, &double_type_node, &long_double_type_node, in emit_support_tinfos()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c6817 ttype = float_type_node; in ffecom_make_gfrt_()
11278 float_type_node)); in ffecom_init_0()
11286 complex_float_type_node = ffecom_make_complex_type_ (float_type_node); in ffecom_init_0()
11318 = build_function_type (float_type_node, in ffecom_init_0()
11319 tree_cons (NULL_TREE, float_type_node, endlink)); in ffecom_init_0()
11821 ffecom_float_zero_ = build_real (float_type_node, dconst0); in ffecom_init_0()
11827 ffecom_float_half_ = build_real (float_type_node, point_5); in ffecom_init_0()
14959 if (mode == TYPE_MODE (float_type_node))
14960 return float_type_node;

123