HomeSort by relevance Sort by last modified time
    Searched full:use_sse2 (Results 1 - 17 of 17) sorted by null

  /system/core/libcutils/arch-x86/
android_memset16.S 20 #if defined(USE_SSE2)
android_memset32.S 20 #if defined(USE_SSE2)
  /external/pixman/pixman/
pixman-x86.c 28 #if defined(USE_X86_MMX) || defined (USE_SSE2)
231 #ifdef USE_SSE2
Makefile.am 44 if USE_SSE2
pixman-private.h 584 #ifdef USE_SSE2
    [all...]
pixman.c 566 #if defined (USE_SSE2) && defined(__GNUC__) && !defined(__x86_64__) && !defined(__amd64__)
    [all...]
  /external/pixman/
config.h.in 143 #undef USE_SSE2
configure.ac 429 AC_DEFINE(USE_SSE2, 1, [use SSE2 compiler intrinsics])
437 AM_CONDITIONAL(USE_SSE2, test $have_sse2_intrinsics = yes)
  /external/v8/src/ia32/
codegen-ia32.cc 119 CpuFeatures::Scope use_sse2(SSE2);
428 CpuFeatures::Scope use_sse2(SSE2);
474 CpuFeatures::Scope use_sse2(SSE2);
code-stubs-ia32.cc     [all...]
stub-cache-ia32.cc     [all...]
macro-assembler-ia32.cc 443 CpuFeatures::Scope use_sse2(SSE2);
463 CpuFeatures::Scope use_sse2(SSE2);
    [all...]
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 117 CpuFeatureScope use_sse2(&masm, SSE2);
157 CpuFeatureScope use_sse2(&masm, SSE2);
740 CpuFeatureScope use_sse2(masm, SSE2);
786 CpuFeatureScope use_sse2(masm, SSE2);
    [all...]
stub-cache-ia32.cc 834 CpuFeatureScope use_sse2(masm, SSE2);
    [all...]
code-stubs-ia32.cc     [all...]
lithium-codegen-ia32.cc 2506 bool use_sse2 = CpuFeatures::IsSupported(SSE2); local
5049 bool use_sse2 = CpuFeatures::IsSupported(SSE2); local
    [all...]
macro-assembler-ia32.cc 570 CpuFeatureScope use_sse2(this, SSE2);
592 CpuFeatureScope use_sse2(this, SSE2);
    [all...]

Completed in 687 milliseconds