Home
last modified time | relevance | path

Searched refs:intDI_type_node (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-mve-builtins.def33 DEF_MVE_TYPE (int64x2_t, intDI_type_node)
Darm-builtins.cc1552 arm_simd_types[Int64x2_t].eltype = intDI_type_node; in arm_init_simd_builtin_types()
1655 (*lang_hooks.types.register_builtin_type) (intDI_type_node, in arm_init_simd_builtin_scalar_types()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlanghooks.cc579 if (precision <= TYPE_PRECISION (intDI_type_node)) in lhd_type_for_size()
580 return unsignedp ? unsigned_intDI_type_node : intDI_type_node; in lhd_type_for_size()
Dgimple.cc2554 if (type1 == intDI_type_node || type1 == unsigned_intDI_type_node) in gimple_signed_or_unsigned_type()
2555 return unsignedp ? unsigned_intDI_type_node : intDI_type_node; in gimple_signed_or_unsigned_type()
2675 if (TYPE_OK (intDI_type_node)) in gimple_signed_or_unsigned_type()
2676 return unsignedp ? unsigned_intDI_type_node : intDI_type_node; in gimple_signed_or_unsigned_type()
Dtree.h4183 #define intDI_type_node global_trees[TI_INTDI_TYPE] macro
Dtree.cc9383 intDI_type_node = make_or_reuse_type (GET_MODE_BITSIZE (DImode), 0); in build_common_tree_nodes()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.cc11116 tree di_ftype_v8qi_v8qi_di = build_function_type_list (intDI_type_node, in sparc_vis_init_builtins()
11118 intDI_type_node, 0); in sparc_vis_init_builtins()
11119 tree di_ftype_v8qi_v8qi = build_function_type_list (intDI_type_node, in sparc_vis_init_builtins()
11128 intDI_type_node, 0); in sparc_vis_init_builtins()
11129 tree di_ftype_di_di = build_function_type_list (intDI_type_node, in sparc_vis_init_builtins()
11130 intDI_type_node, in sparc_vis_init_builtins()
11131 intDI_type_node, 0); in sparc_vis_init_builtins()
11140 intDI_type_node, 0); in sparc_vis_init_builtins()
11144 tree di_ftype_ptr_ptr = build_function_type_list (intDI_type_node, in sparc_vis_init_builtins()
11151 tree di_ftype_v4hi_v4hi = build_function_type_list (intDI_type_node, in sparc_vis_init_builtins()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-lang.cc989 return unsigned_p ? unsigned_intDI_type_node : intDI_type_node; in lto_type_for_mode()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-builtin.cc431 else if (type_node == intDI_type_node) in rs6000_type_string()
619 intDI_type_internal_node = intDI_type_node; in rs6000_init_builtins()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-builtin-types.def50 # ??? Logically this should be intDI_type_node, but that maps to "long"
Di386.cc18414 ? intSI_type_node : intDI_type_node; in ix86_gimple_fold_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc16721 #define MIPS_ATYPE_DI intDI_type_node