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

1 2

  /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.h 59 unsigned has_sse2:1; member in struct:util_cpu_caps
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);
  /external/v8/test/unittests/base/
cpu-unittest.cc 16 EXPECT_TRUE(!cpu.has_sse2() || cpu.has_sse());
17 EXPECT_TRUE(!cpu.has_sse3() || cpu.has_sse2());
21 EXPECT_TRUE(!cpu.has_avx() || cpu.has_sse2());
46 EXPECT_TRUE(cpu.has_sse2());
  /external/libyuv/files/util/
cpuid.c 73 int has_sse2 = TestCpuFlag(kCpuHasSSE2); local
82 printf("Has SSE2 %x\n", has_sse2);
  /external/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) {
atomicops_internals_x86_gcc.cc 116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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) {
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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) {
  /prebuilts/misc/windows/protobuf2.5/include/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) {
  /prebuilts/tools/darwin-x86_64/protoc/include/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) {
  /prebuilts/tools/linux-x86_64/protoc/include/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/libyuv/files/unit_test/
cpu_test.cc 30 int has_sse2 = TestCpuFlag(kCpuHasSSE2); local
31 printf("Has SSE2 %x\n", has_sse2);
  /external/libchrome/base/
cpu.h 44 bool has_sse2() const { return has_sse2_; } function in class:base::CPU
cpu_unittest.cc 27 ASSERT_TRUE(cpu.has_sse2());
cpu.cc 291 if (has_sse2()) return SSE2;
  /external/v8/src/base/
atomicops_internals_x86_gcc.cc 97 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
cpu.h 87 bool has_sse2() const { return has_sse2_; } function in class:v8::base::final
atomicops_internals_x86_gcc.h 21 bool has_sse2; // Processor has SSE2. member in struct:v8::base::AtomicOps_x86CPUFeatureStruct
113 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
122 if (AtomicOps_Internalx86CPUFeatures.has_sse2) {
  /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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_yuv.c 87 if (util_cpu_caps.has_sse2 && n > 1) {
155 if (util_cpu_caps.has_sse2 && n > 1) {
lp_bld_logic.c 104 util_cpu_caps.has_sse2 &&
169 else if(util_cpu_caps.has_sse2) {
lp_bld_arit.c 103 if (type.width == 64 && util_cpu_caps.has_sse2) {
118 else if (util_cpu_caps.has_sse2 && type.length >= 2) {
193 if (type.width == 64 && util_cpu_caps.has_sse2) {
208 else if (util_cpu_caps.has_sse2 && type.length >= 2) {
315 if(util_cpu_caps.has_sse2 &&
586 if(util_cpu_caps.has_sse2 &&
    [all...]
lp_bld_pack.c 400 if(util_cpu_caps.has_sse2 && src_type.width * src_type.length >= 128) {
517 if(util_cpu_caps.has_sse2 &&
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_screen.c 452 if (!util_cpu_caps.has_sse2)

Completed in 260 milliseconds

1 2