cpu_flags_arm.desc 959 B

12345678910111213141516171819202122
  1. # Copyright 1999-2017 Gentoo Foundation.
  2. # Distributed under the terms of the GNU General Public License v2
  3. aes - Use the AES cryptography instruction set
  4. crc32 - Use the CRC32 instruction set
  5. edsp - Use the enhanced DSP instructions (ARMv*E and ARMv6+)
  6. iwmmxt - Use the iwMMXt instruction set
  7. neon - Use the NEON (ASIMD) instruction set
  8. sha1 - Use the SHA-1 cryptography instruction set
  9. sha2 - Use the SHA-2 cryptography instruction set
  10. thumb - Enable Thumb instruction set (ARMv*T and ARMv6+)
  11. thumb2 - Enable Thumb-2 instruction set (ARMv*T2 and ARMv7+)
  12. v4 - Use instructions added in ARMv4
  13. v5 - Use instructions added in ARMv5
  14. v6 - Use instructions added in ARMv6
  15. v7 - Use instructions added in ARMv7
  16. v8 - Use instructions added in ARMv8
  17. vfp - Use the VFP version 2 instruction set
  18. vfpv3 - Use the VFP version 3 instruction set
  19. vfpv4 - Use the VFP version 4 instruction set
  20. vfp-d32 - Indicate that the FPU has 32 64-bit VFP (v3+) registers (16 otherwise)