src/hotspot/cpu/x86/vm_version_x86.hpp
changeset 53825 b67884871b5f
parent 52992 4bb6e0871bf7
child 53826 d3213547a767
equal deleted inserted replaced
53824:9bdf9858286f 53825:b67884871b5f
   334 #define CPU_FMA ((uint64_t)UCONST64(0x800000000))      // FMA instructions
   334 #define CPU_FMA ((uint64_t)UCONST64(0x800000000))      // FMA instructions
   335 #define CPU_VZEROUPPER ((uint64_t)UCONST64(0x1000000000))       // Vzeroupper instruction
   335 #define CPU_VZEROUPPER ((uint64_t)UCONST64(0x1000000000))       // Vzeroupper instruction
   336 #define CPU_AVX512_VPOPCNTDQ ((uint64_t)UCONST64(0x2000000000)) // Vector popcount
   336 #define CPU_AVX512_VPOPCNTDQ ((uint64_t)UCONST64(0x2000000000)) // Vector popcount
   337 #define CPU_VPCLMULQDQ ((uint64_t)UCONST64(0x4000000000)) //Vector carryless multiplication
   337 #define CPU_VPCLMULQDQ ((uint64_t)UCONST64(0x4000000000)) //Vector carryless multiplication
   338 #define CPU_VAES ((uint64_t)UCONST64(0x8000000000))    // Vector AES instructions
   338 #define CPU_VAES ((uint64_t)UCONST64(0x8000000000))    // Vector AES instructions
   339 #define CPU_VNNI ((uint64_t)UCONST64(0x16000000000))   // Vector Neural Network Instructions
   339 #define CPU_VNNI ((uint64_t)UCONST64(0x10000000000))   // Vector Neural Network Instructions
   340 
   340 
   341   enum Extended_Family {
   341   enum Extended_Family {
   342     // AMD
   342     // AMD
   343     CPU_FAMILY_AMD_11H       = 0x11,
   343     CPU_FAMILY_AMD_11H       = 0x11,
   344     // ZX
   344     // ZX