OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aarch64_bf16_type_node
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.h
1342
extern GTY(()) tree
aarch64_bf16_type_node
;
1337
extern GTY(()) tree
aarch64_bf16_type_node
;
variable
aarch64.h
1342
extern GTY(()) tree
aarch64_bf16_type_node
;
1337
extern GTY(()) tree
aarch64_bf16_type_node
;
variable
aarch64-builtins.cc
738
tree
aarch64_bf16_type_node
= NULL_TREE;
variable
839
return
aarch64_bf16_type_node
;
939
aarch64_simd_types[Bfloat16x4_t].eltype =
aarch64_bf16_type_node
;
940
aarch64_simd_types[Bfloat16x8_t].eltype =
aarch64_bf16_type_node
;
1012
(*lang_hooks.types.register_builtin_type) (
aarch64_bf16_type_node
,
1484
aarch64_bf16_type_node
= make_node (REAL_TYPE);
1485
TYPE_PRECISION (
aarch64_bf16_type_node
) = 16;
1486
SET_TYPE_MODE (
aarch64_bf16_type_node
, BFmode);
1487
layout_type (
aarch64_bf16_type_node
);
1489
lang_hooks.types.register_builtin_type (
aarch64_bf16_type_node
, "__bf16")
[
all
...]
aarch64-builtins.cc
738
tree
aarch64_bf16_type_node
= NULL_TREE;
variable
839
return
aarch64_bf16_type_node
;
939
aarch64_simd_types[Bfloat16x4_t].eltype =
aarch64_bf16_type_node
;
940
aarch64_simd_types[Bfloat16x8_t].eltype =
aarch64_bf16_type_node
;
1012
(*lang_hooks.types.register_builtin_type) (
aarch64_bf16_type_node
,
1484
aarch64_bf16_type_node
= make_node (REAL_TYPE);
1485
TYPE_PRECISION (
aarch64_bf16_type_node
) = 16;
1486
SET_TYPE_MODE (
aarch64_bf16_type_node
, BFmode);
1487
layout_type (
aarch64_bf16_type_node
);
1489
lang_hooks.types.register_builtin_type (
aarch64_bf16_type_node
, "__bf16")
[
all
...]
Completed in 32 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026