Searched refs:avx (Results 1 – 11 of 11) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | Makefile | 11 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o 12 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o 18 obj-$(CONFIG_CRYPTO_SERPENT_AVX_X86_64) += serpent-avx-x86_64.o 19 serpent-avx-x86_64-y := serpent-avx-x86_64-asm_64.o serpent_avx_glue.o 28 obj-$(CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64) += camellia-aesni-avx-x86_64.o 29 camellia-aesni-avx-x86_64-y := camellia-aesni-avx-asm_64.o camellia_aesni_avx_glue.o 36 obj-$(CONFIG_CRYPTO_CAST5_AVX_X86_64) += cast5-avx [all...] |
/linux/arch/x86/ |
H A D | Makefile.um | 11 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx 12 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
H A D | Makefile | 77 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx 79 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
/linux/tools/testing/selftests/x86/ |
H A D | Makefile | 22 corrupt_xstate_header amx lam test_shadow_stack avx apx 136 $(OUTPUT)/avx_64: CFLAGS += -mno-avx -mno-avx512f
|
/linux/lib/crypto/ |
H A D | Makefile | 87 libsha1-$(CONFIG_X86) += x86/sha1-ssse3-and-avx.o \ 119 x86/sha256-avx-asm.o \ 150 x86/sha512-avx-asm.o \
|
/linux/lib/crypto/x86/ |
H A D | poly1305-x86_64-cryptogams.pl | 87 $avx = ($1>=2.19) + ($1>=2.22) + ($1>=2.25); 90 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) && 92 $avx = ($1>=2.09) + ($1>=2.10) + ($1>=2.12); 93 $avx += 1 if ($1==2.11 && $2>=8); 96 if (!$avx && $win64 && ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) && 98 $avx = ($1>=10) + ($1>=11); 101 if (!$avx && `$ENV{CC} -v 2>&1` =~ /((?:^clang|LLVM) version|.*based on LLVM) ([3-9]\.[0-9]+)/) { 102 $avx = ($2>=3.0) + ($2>3.0); 105 $avx = 4; # The kernel uses ifdefs for this. 147 if ($avx) { [all...] |
/linux/lib/zstd/common/ |
H A D | cpu.h | 125 C(avx, 28)
|
/linux/Documentation/admin-guide/hw-vuln/ |
H A D | gather_data_sampling.rst | 64 "clearcpuid=avx" on the kernel command-line.
|
/linux/include/hyperv/ |
H A D | hvgdk_mini.h | 649 u64 avx : 1; member
|
/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 10 # AVXcode: avx-code
|
/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 60 0x1, 0, ecx, 28, avx , AVX instructions support
|