OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arm_fp16_type_node
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.cc
1393
tree
arm_fp16_type_node
= NULL_TREE;
variable
1491
return
arm_fp16_type_node
;
1604
arm_simd_types[Float16x4_t].eltype =
arm_fp16_type_node
;
1605
arm_simd_types[Float16x8_t].eltype =
arm_fp16_type_node
;
2643
arm_fp16_type_node
= make_node (REAL_TYPE);
2644
TYPE_PRECISION (
arm_fp16_type_node
) = GET_MODE_PRECISION (HFmode);
2645
layout_type (
arm_fp16_type_node
);
2647
(*lang_hooks.types.register_builtin_type) (
arm_fp16_type_node
,
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-builtins.cc
1370
tree
arm_fp16_type_node
= NULL_TREE;
variable
1456
return
arm_fp16_type_node
;
1567
arm_simd_types[Float16x4_t].eltype =
arm_fp16_type_node
;
1568
arm_simd_types[Float16x8_t].eltype =
arm_fp16_type_node
;
2603
arm_fp16_type_node
= make_node (REAL_TYPE);
2604
TYPE_PRECISION (
arm_fp16_type_node
) = GET_MODE_PRECISION (HFmode);
2605
layout_type (
arm_fp16_type_node
);
2607
(*lang_hooks.types.register_builtin_type) (
arm_fp16_type_node
,
Completed in 32 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026