Home
last modified time | relevance | path

Searched refs:has_pclmul (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/sodium/
H A Druntime.c20 int has_pclmul; member
217 cpu_features->has_pclmul = ((cpu_info[2] & CPUID_ECX_PCLMUL) != 0x0); in _sodium_runtime_intel_cpu_features()
220 cpu_features->has_pclmul = 0; in _sodium_runtime_intel_cpu_features()
296 return _cpu_features.has_pclmul; in sodium_runtime_has_pclmul()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/sodium/
H A Druntime.c20 int has_pclmul; member
217 cpu_features->has_pclmul = ((cpu_info[2] & CPUID_ECX_PCLMUL) != 0x0); in _sodium_runtime_intel_cpu_features()
220 cpu_features->has_pclmul = 0; in _sodium_runtime_intel_cpu_features()
296 return _cpu_features.has_pclmul; in sodium_runtime_has_pclmul()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/sodium/
H A Druntime.c20 int has_pclmul; member
217 cpu_features->has_pclmul = ((cpu_info[2] & CPUID_ECX_PCLMUL) != 0x0); in _sodium_runtime_intel_cpu_features()
220 cpu_features->has_pclmul = 0; in _sodium_runtime_intel_cpu_features()
296 return _cpu_features.has_pclmul; in sodium_runtime_has_pclmul()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/sodium/
H A Druntime.c20 int has_pclmul; member
217 cpu_features->has_pclmul = ((cpu_info[2] & CPUID_ECX_PCLMUL) != 0x0); in _sodium_runtime_intel_cpu_features()
220 cpu_features->has_pclmul = 0; in _sodium_runtime_intel_cpu_features()
296 return _cpu_features.has_pclmul; in sodium_runtime_has_pclmul()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/i386/
H A Ddriver-i386.c386 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
439 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
793 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/i386/
H A Ddriver-i386.c404 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
457 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
826 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/i386/
H A Ddriver-i386.c404 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
460 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
864 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/i386/
H A Ddriver-i386.c404 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
464 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
948 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/i386/
H A Ddriver-i386.c404 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
464 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
948 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
474 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1045 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
474 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1045 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
474 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1045 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
474 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1045 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
474 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1045 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
475 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1064 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
479 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1121 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
482 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1132 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
482 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1137 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
478 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1085 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
482 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1137 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/i386/
H A Ddriver-i386.c406 unsigned int has_pclmul = 0, has_abm = 0, has_lwp = 0; in host_detect_local_cpu() local
479 has_pclmul = ecx & bit_PCLMUL; in host_detect_local_cpu()
1121 const char *pclmul = has_pclmul ? " -mpclmul" : " -mno-pclmul"; in host_detect_local_cpu()
/dports/lang/zig-devel/zig-0.9.0/lib/std/crypto/
H A Dghash.zig136 const has_pclmul = std.Target.x86.featureSetHas(builtin.cpu.features, .pclmul);
139 const clmul = if (builtin.cpu.arch == .x86_64 and has_pclmul and has_avx) impl: {
/dports/lang/zig/zig-0.9.0/lib/std/crypto/
H A Dghash.zig136 const has_pclmul = std.Target.x86.featureSetHas(builtin.cpu.features, .pclmul);
139 const clmul = if (builtin.cpu.arch == .x86_64 and has_pclmul and has_avx) impl: {