Searched refs:has_sse2 (Results 1 – 6 of 6) sorted by relevance
30 if (cpu.has_sse2()) { in TEST()65 if (cpu.has_sse2()) { in TEST()
18 bool has_sse2; // Processor has SSE2. member108 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in MemoryBarrier()117 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in Acquire_Store()
31 int has_sse2() const { return has_sse2_; } in has_sse2() function
85 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1); in AtomicOps_Internalx86CPUFeaturesInit()
43 bool has_sse2; // Processor has SSE2. member130 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in MemoryBarrier()139 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in Acquire_Store()
116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1); in AtomicOps_Internalx86CPUFeaturesInit()