HomeSort by: relevance | last modified time | path
    Searched defs:has_avx512f (Results 1 - 6 of 6) sorted by relevancy

  /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)
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.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)
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;
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 49 milliseconds