xref: /linux-6.15/arch/x86/Kconfig.assembler (revision 5e8ebd84)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (C) 2020 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
3
4config AS_AVX2
5	def_bool $(as-instr,vpbroadcastb %xmm0$(comma)%ymm1)
6
7config AS_AVX512
8	def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5)
9
10config AS_SHA1_NI
11	def_bool $(as-instr,sha1msg1 %xmm0$(comma)%xmm1)
12
13config AS_SHA256_NI
14	def_bool $(as-instr,sha256msg1 %xmm0$(comma)%xmm1)
15
16config AS_ADX
17	def_bool $(as-instr,adox %eax$(comma)%eax)
18