OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bdd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc
1629
builtin_decls_data *
bdd
= bdda;
local
1630
builtin_decls_data *bdd_end =
bdd
+ (ARRAY_SIZE (bdda));
1632
for (;
bdd
< bdd_end;
bdd
++)
1634
ftype = build_function_type_list (
bdd
->type_node,
bdd
->type_node, NULL_TREE);
1635
tree attrs = aarch64_get_attributes (FLAG_FP, TYPE_MODE (
bdd
->type_node));
1636
fndecl = aarch64_general_add_builtin (
bdd
->builtin_name,
1637
ftype,
bdd
->function_code, attrs);
1638
aarch64_builtin_decls[
bdd
->function_code] = fndecl
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc
1452
builtin_decls_data *
bdd
= bdda;
local
1453
builtin_decls_data *bdd_end =
bdd
+ (sizeof (bdda) / sizeof (builtin_decls_data));
1455
for (;
bdd
< bdd_end;
bdd
++)
1457
ftype = build_function_type_list (
bdd
->type_node,
bdd
->type_node, NULL_TREE);
1458
tree attrs = aarch64_get_attributes (FLAG_FP, TYPE_MODE (
bdd
->type_node));
1459
fndecl = aarch64_general_add_builtin (
bdd
->builtin_name,
1460
ftype,
bdd
->function_code, attrs);
1461
aarch64_builtin_decls[
bdd
->function_code] = fndecl
[
all
...]
Completed in 17 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026