HomeSort by relevance Sort by last modified time
    Searched full:sse2 (Results 251 - 275 of 751) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 106 if (!CpuFeatures::IsSupported(SSE2)) return &exp;
117 CpuFeatureScope use_sse2(&masm, SSE2);
149 // If SSE2 is not available, we can use libc's implementation to ensure
151 if (buffer == NULL || !CpuFeatures::IsSupported(SSE2)) return &sqrt;
157 CpuFeatureScope use_sse2(&masm, SSE2);
307 if (CpuFeatures::IsSupported(SSE2)) {
308 CpuFeatureScope sse2_scope(&masm, SSE2);
571 // No SSE2.
739 if (CpuFeatures::IsSupported(SSE2)) {
740 CpuFeatureScope use_sse2(masm, SSE2);
    [all...]
  /external/compiler-rt/lib/i386/
ashrdi3.S 45 #else // Use GPRs instead of SSE2 instructions, if they aren't available.
  /external/flac/libFLAC/include/private/
cpu.h 54 FLAC__bool sse2; member in struct:__anon20129
  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 97 INSTANTIATE_TEST_CASE_P(SSE2, VP9SubtractBlockTest,
  /external/llvm/test/CodeGen/X86/
2008-01-16-FPStackifierAssert.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 -regalloc=fast -optimize-regalloc=0
2008-02-27-PEICrash.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2
2008-03-25-TwoAddrPassBug.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2
2008-10-27-CoalescerBug.ll 2 ; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 -stats 2>&1 | FileCheck %s
2009-03-12-CPAlignBug.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 | not grep ".space"
coalescer-commute4.ll 1 ; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | not grep movaps
dagcombine-cse.ll 2 ; RUN: llc < %s -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -stats 2>&1 | grep asm-printer | grep 14
fold-pcmpeqd-2.ll 38 %tmp79 = call <4 x i32> @llvm.x86.sse2.cvttps2dq(<4 x float> %tmp78) nounwind ; <<4 x i32>> [#uses=1]
39 %tmp80 = call <4 x float> @llvm.x86.sse2.cvtdq2ps(<4 x i32> %tmp79) nounwind ; <<4 x float>> [#uses=1]
89 declare <4 x float> @llvm.x86.sse2.cvtdq2ps(<4 x i32>) nounwind readnone
91 declare <4 x i32> @llvm.x86.sse2.cvttps2dq(<4 x float>) nounwind readnone
fold-xmm-zero.ll 1 ; RUN: llc < %s -mtriple=i386-apple-macosx10.6.7 -mattr=+sse2 | FileCheck %s
pr10523.ll 1 ; RUN: llc < %s -march=x86-64 -mattr=+sse2,+sse41
sse2-blend.ll 1 ; RUN: llc < %s -march=x86 -mcpu=yonah -mattr=+sse2,-sse41 | FileCheck %s
sse_partial_update.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-macosx -mattr=+sse2 -mcpu=nehalem | FileCheck %s
vec_set-5.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 -o %t
vec_shuffle-18.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8.8.0 | grep mov | count 7
vshift-5.ll 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
  /external/neven/Embedded/common/src/b_BasicEm/
MathSSE2.c 29 /** Using half register (64-bit) in SSE2 to calculate dot product.
30 * This is a SSE2 reimplementation of bbs_dotProduct_intelMMX16 in Math.c.
142 /** Using full register (128-bit) in SSE2 to calculate dot Product.
245 /** Using full register (128-bit) in SSE2 to calculate dot product (non aligned version).
  /frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp 30 // SSE2- or above capable devices will use an optimized library.
  /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/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
ammintrin.h 34 /* We need definitions from the SSE3, SSE2 and SSE header files*/
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
ammintrin.h 34 /* We need definitions from the SSE3, SSE2 and SSE header files*/

Completed in 370 milliseconds

<<11121314151617181920>>