Searched refs:sse2 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | Makefile | 18 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_586) += serpent-sse2-i586.o 19 serpent-sse2-i586-y := serpent-sse2-i586-asm_32.o serpent_sse2_glue.o 20 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_X86_64) += serpent-sse2-x86_64.o 21 serpent-sse2-x86_64-y := serpent-sse2-x86_64-asm_64.o serpent_sse2_glue.o 90 obj-$(CONFIG_CRYPTO_NHPOLY1305_SSE2) += nhpoly1305-sse2.o 91 nhpoly1305-sse2-y := nh-sse2-x86_64.o nhpoly1305-sse2 [all...] |
H A D | serpent_sse2_glue.c | 25 #include <asm/crypto/serpent-sse2.h> 163 .base.cra_driver_name = "__ecb-serpent-sse2", 176 .base.cra_driver_name = "__cbc-serpent-sse2", 190 .base.cra_driver_name = "__ctr-serpent-sse2",
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | Makefile | 14 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_586) += serpent-sse2-i586.o 15 serpent-sse2-i586-y := serpent-sse2-i586-asm_32.o serpent_sse2_glue.o 16 obj-$(CONFIG_CRYPTO_SERPENT_SSE2_X86_64) += serpent-sse2-x86_64.o 17 serpent-sse2-x86_64-y := serpent-sse2-x86_64-asm_64.o serpent_sse2_glue.o 87 obj-$(CONFIG_CRYPTO_NHPOLY1305_SSE2) += nhpoly1305-sse2.o 88 nhpoly1305-sse2-y := nh-sse2-x86_64.o nhpoly1305-sse2 [all...] |
/kernel/linux/linux-6.6/arch/x86/ |
H A D | Makefile | 70 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx 71 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | cpu.h | 153 D(sse2, 26)
|
/kernel/linux/linux-5.10/lib/raid6/ |
H A D | Makefile | 7 raid6_pq-$(CONFIG_X86) += recov_ssse3.o recov_avx2.o mmx.o sse1.o sse2.o avx2.o avx512.o recov_avx512.o
|
/kernel/linux/linux-6.6/lib/raid6/ |
H A D | Makefile | 7 raid6_pq-$(CONFIG_X86) += recov_ssse3.o recov_avx2.o mmx.o sse1.o sse2.o avx2.o avx512.o recov_avx512.o
|
/kernel/linux/linux-5.10/arch/x86/ |
H A D | Makefile | 58 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow
|
/kernel/linux/linux-5.10/lib/raid6/test/ |
H A D | Makefile | 54 OBJS += mmx.o sse1.o sse2.o avx2.o recov_ssse3.o recov_avx2.o avx512.o recov_avx512.o
|
/kernel/linux/linux-6.6/lib/raid6/test/ |
H A D | Makefile | 55 OBJS += mmx.o sse1.o sse2.o avx2.o recov_ssse3.o recov_avx2.o avx512.o recov_avx512.o
|
Completed in 3 milliseconds