Searched defs:CPU_AES (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp251 CPU_AES = (1 << 19), enumerator in enum:VM_Version::__anon68
429 result |= CPU_AES;
556 static bool supports_aes() { return (_cpuFeatures & CPU_AES) != 0; }

Completed in 33 milliseconds