/external/chromium_org/v8/src/ |
globals.h | 614 SSE3,
|
flag-definitions.h | 373 DEFINE_BOOL(enable_sse3, true, "enable use of SSE3 instructions if available") [all...] |
/external/eigen/Eigen/src/Core/arch/SSE/ |
PacketMath.h | 451 #endif // SSE3
|
/external/libvpx/libvpx/ |
configure | 249 sse3
|
/external/oprofile/events/x86-64/family10/ |
unit_masks | 68 0x04 SSE instructions (SSE, SSE2, SSE3, and SSE4A)
|
/external/qemu/ |
Changelog | 205 - SSE3 support
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
configure | 249 sse3
|
/ndk/docs/text/ |
STANDALONE-TOOLCHAIN.text | 240 By default x86 ABI supports SIMD up to SSE3 and the header covers ~83% NEON
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
smmintrin.h | 38 /* We need definitions from the SSSE3, SSE3, SSE2 and SSE header
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
smmintrin.h | 38 /* We need definitions from the SSSE3, SSE3, SSE2 and SSE header
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/ |
smmintrin.h | 34 /* We need definitions from the SSSE3, SSE3, SSE2 and SSE header
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
smmintrin.h | 30 /* We need definitions from the SSSE3, SSE3, SSE2 and SSE header
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/ |
smmintrin.h | 35 /* We need definitions from the SSSE3, SSE3, SSE2 and SSE header
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ |
smmintrin.h | 34 /* We need definitions from the SSSE3, SSE3, SSE2 and SSE header
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
smmintrin.h | 34 /* We need definitions from the SSSE3, SSE3, SSE2 and SSE header
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include/ |
smmintrin.h | 34 /* We need definitions from the SSSE3, SSE3, SSE2 and SSE header
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
smmintrin.h | 30 /* We need definitions from the SSSE3, SSE3, SSE2 and SSE header
|
/external/valgrind/main/VEX/priv/ |
guest_x86_toIR.c | [all...] |
/external/chromium_org/third_party/re2/benchlog/ |
benchlog.wreck | 30 hw.optional.sse3: 1 90 machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM SSE3 MON DSCPL VMX EST TM2 SSSE3 CX16 TPR PDCM [all...] |
/external/regex-re2/benchlog/ |
benchlog.wreck | 30 hw.optional.sse3: 1 90 machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM SSE3 MON DSCPL VMX EST TM2 SSSE3 CX16 TPR PDCM [all...] |
/external/llvm/lib/Support/ |
Host.cpp | 426 return "k8-sse3";
|
/external/llvm/test/Analysis/CostModel/X86/ |
alternate-shuffle-cost.ll | 2 ; RUN: opt < %s -mtriple=x86_64-unknown-linux-gnu -mattr=+sse2,+sse3,+ssse3 -cost-model -analyze | FileCheck %s -check-prefix=CHECK -check-prefix=SSSE3
|
/external/qemu/target-i386/ |
fpu_helper.c | 2 * x86 FPU, MMX/3DNow!/SSE/SSE2/SSE3/SSSE3/SSE4/PNI helpers
|
/external/chromium_org/v8/src/ia32/ |
macro-assembler-ia32.cc | 285 if (CpuFeatures::IsSupported(SSE3)) { 286 CpuFeatureScope scope(this, SSE3); 288 // Use more powerful conversion when sse3 is available. [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.cc | 28 if (cpu.has_sse3() && FLAG_enable_sse3) supported_ |= 1u << SSE3; [all...] |