0001 # SPDX-License-Identifier: GPL-2.0
0002 # Copyright (C) 2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
0003
0004 config AS_AVX512
0005 def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5)
0006 help
0007 Supported by binutils >= 2.25 and LLVM integrated assembler
0008
0009 config AS_SHA1_NI
0010 def_bool $(as-instr,sha1msg1 %xmm0$(comma)%xmm1)
0011 help
0012 Supported by binutils >= 2.24 and LLVM integrated assembler
0013
0014 config AS_SHA256_NI
0015 def_bool $(as-instr,sha256msg1 %xmm0$(comma)%xmm1)
0016 help
0017 Supported by binutils >= 2.24 and LLVM integrated assembler
0018 config AS_TPAUSE
0019 def_bool $(as-instr,tpause %ecx)
0020 help
0021 Supported by binutils >= 2.31.1 and LLVM integrated assembler >= V7