HomeSort by relevance Sort by last modified time
    Searched refs:has_sse2 (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/
cpu_unittest.cc 30 if (cpu.has_sse2()) {
65 if (cpu.has_sse2()) {
cpu.h 31 int has_sse2() const { return has_sse2_; } function in class:base::CPU
atomicops_internals_x86_gcc.h 18 bool has_sse2; // Processor has SSE2. member in struct:AtomicOps_x86CPUFeatureStruct
108 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
117 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
atomicops_internals_x86_gcc.cc 85 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
  /external/v8/src/
atomicops_internals_x86_gcc.h 43 bool has_sse2; // Processor has SSE2. member in struct:v8::internal::AtomicOps_x86CPUFeatureStruct
130 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
139 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
atomicops_internals_x86_gcc.cc 116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);

Completed in 104 milliseconds