Searched refs:CPU_SSE4A (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp242 CPU_SSE4A = (1 << 10), enumerator in enum:VM_Version::__anon68
441 result |= CPU_SSE4A;
585 static bool supports_sse4a() { return (_cpuFeatures & CPU_SSE4A) != 0; }
H A Dvm_version_x86.cpp397 _cpuFeatures &= ~(CPU_SSE|CPU_SSE2|CPU_SSE3|CPU_SSSE3|CPU_SSE4A|CPU_SSE4_1|CPU_SSE4_2);
407 _cpuFeatures &= ~CPU_SSE4A;

Completed in 34 milliseconds