HomeSort by relevance Sort by last modified time
    Searched full:has_sse2 (Results 1 - 25 of 60) sorted by null

1 2 3

  /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/chromium_org/base/
cpu_unittest.cc 32 if (cpu.has_sse2()) {
67 if (cpu.has_sse2()) {
cpu.h 43 bool has_sse2() const { return has_sse2_; } function in class:base::CPU
atomicops_internals_x86_gcc.h 20 bool has_sse2; // Processor has SSE2. member in struct:AtomicOps_x86CPUFeatureStruct
111 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
120 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
atomicops_internals_x86_gcc.cc 85 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
cpu.cc 157 if (has_sse2()) return SSE2;
  /external/libvpx/libvpx/test/
test_libvpx.cc 40 if (!(simd_caps & HAS_SSE2))
  /external/libyuv/files/unit_test/
cpu_test.cc 30 int has_sse2 = TestCpuFlag(kCpuHasSSE2); local
31 printf("Has SSE2 %x\n", has_sse2);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_cpu.c 51 return !debug_get_option_nosse() && get_cpu_caps()->has_sse2;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cpu_detect.c 276 util_cpu_caps.has_sse2 = (regs2[3] >> 26) & 1; /* 0x4000000 */
307 util_cpu_caps.has_sse2 = 0;
330 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2);
u_cpu_detect.h 59 unsigned has_sse2:1; member in struct:util_cpu_caps
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_cpu.c 51 return !debug_get_option_nosse() && get_cpu_caps()->has_sse2;
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c 276 util_cpu_caps.has_sse2 = (regs2[3] >> 26) & 1; /* 0x4000000 */
307 util_cpu_caps.has_sse2 = 0;
330 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2);
u_cpu_detect.h 59 unsigned has_sse2:1; member in struct:util_cpu_caps
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.h 47 bool has_sse2; // Processor has SSE2. member in struct:google::protobuf::internal::AtomicOps_x86CPUFeatureStruct
134 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
143 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /external/chromium_org/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) {
  /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) {
  /external/libvpx/libvpx/vpx_ports/
x86.h 93 #define HAS_SSE2 0x04
133 if (reg_edx & BIT(26)) flags |= HAS_SSE2; /* aka wmt */
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
translate_test.c 82 util_cpu_caps.has_sse2 = 0;
94 util_cpu_caps.has_sse2 = 0;
101 if(!util_cpu_caps.has_sse2 || !rtasm_cpu_has_sse())
  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 82 util_cpu_caps.has_sse2 = 0;
94 util_cpu_caps.has_sse2 = 0;
101 if(!util_cpu_caps.has_sse2 || !rtasm_cpu_has_sse())
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-x86.h 56 bool has_sse2; // Processor has SSE2. member in struct:AtomicOps_x86CPUFeatureStruct
151 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
160 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-x86.h 56 bool has_sse2; // Processor has SSE2. member in struct:AtomicOps_x86CPUFeatureStruct
151 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
160 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {

Completed in 666 milliseconds

1 2 3