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 sha1_ni_supported :=$(call as-instr,sha1msg1 %xmm0$(comma)%xmm1,yes,no)
12 sha256_ni_supported :=$(call as-instr,sha256msg1 %xmm0$(comma)%xmm1,yes,no)
50 ifeq ($(avx_supported),yes)
60 ifeq ($(avx2_supported),yes)
90 ifeq ($(avx_supported),yes)
101 ifeq ($(avx2_supported),yes)
114 ifeq ($(avx2_supported),yes)
118 ifeq ($(sha1_ni_supported),yes)
125 ifeq ($(sha256_ni_supported),yes)