OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_avx512f
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-avx512.c
80
unsigned int eax, ebx, ecx, edx, max_level, vendor, has_osxsave,
has_avx512f
;
local
90
has_avx512f
= ebx & bit_AVX512F;
93
if (has_osxsave &&
has_avx512f
)
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
i386-avx512.c
80
unsigned int eax, ebx, ecx, edx, max_level, vendor, has_osxsave,
has_avx512f
;
local
90
has_avx512f
= ebx & bit_AVX512F;
93
if (has_osxsave &&
has_avx512f
)
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
runtime.c
19
int
has_avx512f
;
member in struct:CPUFeatures_
183
cpu_features->
has_avx512f
= 0;
189
cpu_features->
has_avx512f
= ((cpu_info7[1] & CPUID_EBX_AVX512F) != 0x0);
267
return _cpu_features.
has_avx512f
;
Completed in 24 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026