Kconfig.assembler 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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
  19. config AS_GFNI
  20. def_bool $(as-instr,vgf2p8mulb %xmm0$(comma)%xmm1$(comma)%xmm2)
  21. help
  22. Supported by binutils >= 2.30 and LLVM integrated assembler
  23. config AS_VAES
  24. def_bool $(as-instr,vaesenc %ymm0$(comma)%ymm1$(comma)%ymm2)
  25. help
  26. Supported by binutils >= 2.30 and LLVM integrated assembler
  27. config AS_VPCLMULQDQ
  28. def_bool $(as-instr,vpclmulqdq \$0x10$(comma)%ymm0$(comma)%ymm1$(comma)%ymm2)
  29. help
  30. Supported by binutils >= 2.30 and LLVM integrated assembler
  31. config AS_WRUSS
  32. def_bool $(as-instr64,wrussq %rax$(comma)(%rbx))
  33. help
  34. Supported by binutils >= 2.31 and LLVM integrated assembler