Searched refs:avx2_supported (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/x86/crypto/sha512-mb/ |
D | Makefile | 6 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\ macro 8 ifeq ($(avx2_supported),yes)
|
/Linux-v4.19/arch/x86/crypto/sha1-mb/ |
D | Makefile | 8 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\ macro 10 ifeq ($(avx2_supported),yes)
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | Makefile | 8 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\ macro 10 ifeq ($(avx2_supported),yes)
|
/Linux-v4.19/arch/x86/crypto/ |
D | Makefile | 9 avx2_supported := $(call as-instr,vpgatherdd %ymm0$(comma)(%eax$(comma)%ymm1\ macro 60 ifeq ($(avx2_supported),yes) 101 ifeq ($(avx2_supported),yes) 114 ifeq ($(avx2_supported),yes)
|