Searched refs:has_sse2 (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_cpu.c51 return !debug_get_option_nosse() && get_cpu_caps()->has_sse2;
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_cpu.c51 return !debug_get_option_nosse() && get_cpu_caps()->has_sse2;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_cpu_detect.h59 unsigned has_sse2:1; member in struct:util_cpu_caps
H A Du_cpu_detect.c276 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);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cpu_detect.h59 unsigned has_sse2:1; member in struct:util_cpu_caps
/external/chromium/base/
H A Dcpu_unittest.cc30 if (cpu.has_sse2()) {
65 if (cpu.has_sse2()) {
H A Dcpu.h31 int has_sse2() const { return has_sse2_; } function in class:base::CPU
H A Datomicops_internals_x86_gcc.h18 bool has_sse2; // Processor has SSE2. member in struct:AtomicOps_x86CPUFeatureStruct
108 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
117 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
H A Datomicops_internals_x86_gcc.cc85 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
/external/chromium_org/base/
H A Dcpu_unittest.cc32 if (cpu.has_sse2()) {
67 if (cpu.has_sse2()) {
H A Datomicops_internals_x86_gcc.h20 bool has_sse2; // Processor has SSE2. member in struct:AtomicOps_x86CPUFeatureStruct
111 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
120 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
H A Datomicops_internals_x86_gcc.cc85 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
H A Dcpu.h43 bool has_sse2() const { return has_sse2_; } function in class:base::CPU
/external/libyuv/files/unit_test/
H A Dcpu_test.cc30 int has_sse2 = TestCpuFlag(kCpuHasSSE2); local
31 printf("Has SSE2 %x\n", has_sse2);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_x86_gcc.h47 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) {
H A Datomicops_internals_x86_gcc.cc116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
/external/chromium_org/v8/src/
H A Datomicops_internals_x86_gcc.h43 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) {
H A Datomicops_internals_x86_gcc.cc117 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
/external/v8/src/
H A Datomicops_internals_x86_gcc.h43 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) {
H A Datomicops_internals_x86_gcc.cc116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Datomicops-internals-x86.cc113 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
H A Datomicops-internals-x86.h56 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/
H A Datomicops-internals-x86.cc113 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
H A Datomicops-internals-x86.h56 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/mesa/src/src/gallium/tests/unit/
H A Dtranslate_test.c82 util_cpu_caps.has_sse2 = 0;
94 util_cpu_caps.has_sse2 = 0;
101 if(!util_cpu_caps.has_sse2 || !rtasm_cpu_has_sse())

Completed in 812 milliseconds

123