Lines Matching refs:yes
8 avx_supported := $(call as-instr,vpxor %xmm0$(comma)%xmm0$(comma)%xmm0,yes,no)
10 $(comma)4)$(comma)%ymm2,yes,no)
11 avx512_supported :=$(call as-instr,vpmovm2b %k1$(comma)%zmm5,yes,no)
12 sha1_ni_supported :=$(call as-instr,sha1msg1 %xmm0$(comma)%xmm1,yes,no)
13 sha256_ni_supported :=$(call as-instr,sha256msg1 %xmm0$(comma)%xmm1,yes,no)
44 ifeq ($(avx_supported),yes)
54 ifeq ($(avx2_supported),yes)
74 ifeq ($(avx_supported),yes)
85 ifeq ($(avx2_supported),yes)
93 ifeq ($(avx512_supported),yes)
102 ifeq ($(avx2_supported),yes)
106 ifeq ($(sha1_ni_supported),yes)
113 ifeq ($(sha256_ni_supported),yes)