OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sve_p
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc
1964
bool
sve_p
= (vec_flags & VEC_ANY_SVE);
local
1967
return (
sve_p
&& TARGET_SVE2) || (simd_p && TARGET_SIMD);
6481
bool
sve_p
= (vec_flags & VEC_ANY_SVE);
6499
gcc_assert (!
sve_p
);
6529
if (
sve_p
)
6905
bool
sve_p
= (vec_flags & VEC_ANY_SVE);
6906
if (
sve_p
)
6934
gcc_assert (!
sve_p
|| !allocate_nvrn);
7051
if (
sve_p
7057
sve_p
= false
[
all
...]
Completed in 52 milliseconds
Indexes created Fri Jul 17 00:25:55 UTC 2026