Home
last modified time | relevance | path

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

/external/chromium/base/
Dcpu_unittest.cc30 if (cpu.has_sse2()) { in TEST()
65 if (cpu.has_sse2()) { in TEST()
Datomicops_internals_x86_gcc.h18 bool has_sse2; // Processor has SSE2. member
108 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in MemoryBarrier()
117 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in Acquire_Store()
Dcpu.h31 int has_sse2() const { return has_sse2_; } in has_sse2() function
Datomicops_internals_x86_gcc.cc85 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1); in AtomicOps_Internalx86CPUFeaturesInit()
/external/v8/src/
Datomicops_internals_x86_gcc.h43 bool has_sse2; // Processor has SSE2. member
130 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in MemoryBarrier()
139 if (AtomicOps_Internalx86CPUFeatures.has_sse2) { in Acquire_Store()
Datomicops_internals_x86_gcc.cc116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1); in AtomicOps_Internalx86CPUFeaturesInit()