Home
last modified time | relevance | path

Searched refs:has_sse2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Datomicops_internals_x86_gcc.h47 bool has_sse2; // Processor has SSE2. member
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in MemoryBarrier()
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in Acquire_Store()
Datomicops_internals_x86_gcc.cc116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1); in AtomicOps_Internalx86CPUFeaturesInit()