Kconfig.assembler 658 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0
  2. # Copyright (C) 2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  3. config AS_AVX512
  4. def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5)
  5. help
  6. Supported by binutils >= 2.25 and LLVM integrated assembler
  7. config AS_SHA1_NI
  8. def_bool $(as-instr,sha1msg1 %xmm0$(comma)%xmm1)
  9. help
  10. Supported by binutils >= 2.24 and LLVM integrated assembler
  11. config AS_SHA256_NI
  12. def_bool $(as-instr,sha256msg1 %xmm0$(comma)%xmm1)
  13. help
  14. Supported by binutils >= 2.24 and LLVM integrated assembler
  15. config AS_TPAUSE
  16. def_bool $(as-instr,tpause %ecx)
  17. help
  18. Supported by binutils >= 2.31.1 and LLVM integrated assembler >= V7