HomeSort by relevance Sort by last modified time
    Searched full:sse3 (Results 51 - 75 of 240) sorted by null

1 23 4 5 6 7 8 910

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
test_libvpx.cc 45 append_negative_gtest_filter(":SSE3/*");
  /build/core/combo/
HOST_linux-x86.mk 33 # We expect SSE3 floating point math.
  /external/chromium_org/base/
cpu.h 24 SSE3,
  /external/chromium_org/extensions/browser/api/system_cpu/
cpu_info_provider.cc 57 features.push_back("sse3");
  /external/flac/libFLAC/include/private/
cpu.h 55 FLAC__bool sse3; member in struct:__anon5215
  /external/llvm/test/CodeGen/X86/
sibcall-5.ll 3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=-sse3 | FileCheck %s --check-prefix=X64_BAD
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
ammintrin.h 38 /* We need definitions from the SSE3, SSE2 and SSE header files*/
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
ammintrin.h 38 /* We need definitions from the SSE3, SSE2 and SSE header files*/
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
ammintrin.h 34 /* We need definitions from the SSE3, SSE2 and SSE header files*/
pmmintrin.h 31 # error "SSE3 instruction set not enabled"
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
ammintrin.h 30 /* We need definitions from the SSE3, SSE2 and SSE header files*/
pmmintrin.h 35 #pragma GCC target("sse3")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/
ammintrin.h 34 /* We need definitions from the SSE3, SSE2 and SSE header files*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
ammintrin.h 34 /* We need definitions from the SSE3, SSE2 and SSE header files*/
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
ammintrin.h 34 /* We need definitions from the SSE3, SSE2 and SSE header files*/
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/
ammintrin.h 34 /* We need definitions from the SSE3, SSE2 and SSE header files*/
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
ammintrin.h 30 /* We need definitions from the SSE3, SSE2 and SSE header files*/
  /external/llvm/test/Analysis/CostModel/X86/
reduction.ll 2 ; RUN: opt < %s -cost-model -costmodel-reduxcost=true -analyze -mcpu=corei7 -mtriple=x86_64-apple-darwin | FileCheck %s --check-prefix=SSE3
104 ; SSE3: cost of 2 {{.*}} extractelement
118 ; SSE3: cost of 4 {{.*}} extractelement
158 ; SSE3: cost of 2 {{.*}} extractelement
172 ; SSE3: cost of 3 {{.*}} extractelement
201 ; SSE3: cost of 4 {{.*}} extractelement
229 ; SSE3: cost of 2 {{.*}} extractelement
245 ; SSE3: cost of 4 {{.*}} extractelement
291 ; SSE3: cost of 2 {{.*}} extractelement
307 ; SSE3: cost of 3 {{.*}} extractelemen
    [all...]
  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_unittest.cc 42 // to YUV pixels with our ASM functions (which use SSE, SSE2, SSE3, and SSSE3)
46 // We skip this test on PCs which does not support SSE3 because this test
  /external/eigen/test/eigen2/
testsuite.cmake 184 elseif(EIGEN_EXPLICIT_VECTORIZATION MATCHES SSE3)
191 message(FATAL_ERROR "Invalid value for EIGEN_EXPLICIT_VECTORIZATION (${EIGEN_EXPLICIT_VECTORIZATION}), must be: novec, SSE2, SSE3, Altivec")
  /external/valgrind/main/tests/
x86_amd64_features.c 94 } else if ( strcmp( cpu, "x86-sse3" ) == 0 ) {
105 } else if ( strcmp( cpu, "amd64-sse3" ) == 0 ) {
  /external/eigen/Eigen/
Core 69 // Detect sse3/ssse3/sse4:
185 return "SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2";
187 return "SSE, SSE2, SSE3, SSSE3, SSE4.1";
189 return "SSE, SSE2, SSE3, SSSE3";
191 return "SSE, SSE2, SSE3";
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
translate_test.c 110 else if (!strcmp(argv[1], "sse3"))
114 printf("Error: CPU doesn't support SSE3 (test with qemu)\n");
132 printf("Usage: ./translate_test [generic|x86|nosse|sse|sse2|sse3|sse4.1]\n");
  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 110 else if (!strcmp(argv[1], "sse3"))
114 printf("Error: CPU doesn't support SSE3 (test with qemu)\n");
132 printf("Usage: ./translate_test [generic|x86|nosse|sse|sse2|sse3|sse4.1]\n");
  /external/eigen/Eigen/src/Core/arch/SSE/
Complex.h 63 // TODO optimize it for SSE3 and 4
231 // TODO optimize it for SSE3 and 4
285 // TODO optimize it for SSE3 and 4
427 // TODO optimize it for SSE3 and 4

Completed in 514 milliseconds

1 23 4 5 6 7 8 910