Lines Matching refs:yes
5 avx_supported := $(call as-instr,vpxor %xmm0$(comma)%xmm0$(comma)%xmm0,yes,no)
7 $(comma)4)$(comma)%ymm2,yes,no)
8 sha1_ni_supported :=$(call as-instr,sha1msg1 %xmm0$(comma)%xmm1,yes,no)
9 sha256_ni_supported :=$(call as-instr,sha256msg1 %xmm0$(comma)%xmm1,yes,no)
39 ifeq ($(avx_supported),yes)
49 ifeq ($(avx2_supported),yes)
70 ifeq ($(avx_supported),yes)
81 ifeq ($(avx2_supported),yes)
92 ifeq ($(avx2_supported),yes)
96 ifeq ($(sha1_ni_supported),yes)
103 ifeq ($(sha256_ni_supported),yes)