Home
last modified time | relevance | path

Searched refs:float16_type_node (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.cc996 if (float16_type_node && mode == TYPE_MODE (float16_type_node)) in lto_type_for_mode()
997 return float16_type_node; in lto_type_for_mode()
H A DChangeLog121 * lto-lang.c (lto_type_for_mode): Return float16_type_node
122 when mode == TYPE_MODE (float16_type_node).
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c1302 machine_mode float16_type_mode = (float16_type_node in c_cpp_builtins()
1303 ? TYPE_MODE (float16_type_node) in c_cpp_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc1404 machine_mode float16_type_mode = (float16_type_node in c_cpp_builtins()
1405 ? TYPE_MODE (float16_type_node) in c_cpp_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltin-types.def82 DEF_PRIMITIVE_TYPE (BT_FLOAT16, (float16_type_node
83 ? float16_type_node
H A Dtree.c8733 machine_mode float16_type_mode = (float16_type_node in excess_precision_type()
8734 ? TYPE_MODE (float16_type_node) in excess_precision_type()
H A Dtree.h4070 #define float16_type_node global_trees[TI_FLOAT16_TYPE] macro
H A Dbuiltins.c2141 else if (mtype == float16_type_node) in mathfn_built_in_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltin-types.def85 DEF_PRIMITIVE_TYPE (BT_FLOAT16, (float16_type_node
86 ? float16_type_node
H A Dbuiltins.cc2038 else if (mtype == float16_type_node) in mathfn_built_in_2()
2113 return float16_type_node; \ in mathfn_built_in_type()
H A Dtree.cc7758 machine_mode float16_type_mode = (float16_type_node in excess_precision_type()
7759 ? TYPE_MODE (float16_type_node) in excess_precision_type()
H A Dtree.h4234 #define float16_type_node global_trees[TI_FLOAT16_TYPE] macro
H A Dmatch.pd6462 (if (TYPE_MAIN_VARIANT (TREE_TYPE (@0)) == float16_type_node)))
H A DChangeLog-201614903 * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-builtins.cc1352 if (!float16_type_node) in ix86_register_float16_builtin_type()
1360 ix86_float16_type_node = float16_type_node; in ix86_register_float16_builtin_type()