HomeSort by relevance Sort by last modified time
    Searched refs:SSE3 (Results 26 - 47 of 47) sorted by null

12

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
sse3.d 2 #name: i386 SSE3
x86-64-sse3.d 2 #name: x86-64 SSE3
  /external/libchrome/base/
cpu.cc 225 if (has_sse3()) return SSE3;
  /external/skia/src/core/
SkCpu.cpp 47 if (abcd[2] & (1<< 0)) { features |= SkCpu:: SSE3; }
  /external/skqp/src/core/
SkCpu.cpp 47 if (abcd[2] & (1<< 0)) { features |= SkCpu:: SSE3; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 49 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F
68 /// SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or none supported.
384 bool hasSSE3() const { return X86SSELevel >= SSE3; }
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
isa.hpp 53 bool SSE3(void) { return CPU_Rep.f_1_ECX_[0]; }
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.cpp 194 if (ECX & 0x1) { X86SSELevel = SSE3; ToggleFeature(X86::FeatureSSE3); }
  /external/tensorflow/tensorflow/core/platform/
cpu_info.cc 240 case SSE3: return cpuid->have_sse3_;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Cpuid.h 176 /// [Bit 0] Streaming SIMD Extensions 3 (SSE3). A value of 1 indicates the
179 UINT32 SSE3:1;
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 157 if (CpuFeatures::IsSupported(SSE3)) {
158 CpuFeatureScope scope(masm, SSE3);
173 if (CpuFeatures::IsSupported(SSE3)) {
184 if (CpuFeatures::IsSupported(SSE3)) {
185 CpuFeatureScope scope(masm, SSE3);
    [all...]
assembler-ia32.cc 116 if (cpu.has_sse3() && FLAG_enable_sse3) supported_ |= 1u << SSE3;
140 "SSE3=%d SSE4_1=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d LZCNT=%d POPCNT=%d "
142 CpuFeatures::IsSupported(SSE3), CpuFeatures::IsSupported(SSE4_1),
    [all...]
macro-assembler-ia32.cc 317 if (CpuFeatures::IsSupported(SSE3)) {
318 CpuFeatureScope scope(this, SSE3);
320 // Use more powerful conversion when sse3 is available.
    [all...]
  /external/v8/src/
globals.h 768 SSE3,
    [all...]
code-stubs.h     [all...]
  /external/v8/src/x64/
assembler-x64.cc 85 if (cpu.has_sse3() && FLAG_enable_sse3) supported_ |= 1u << SSE3;
111 "SSE3=%d SSSE3=%d SSE4_1=%d SAHF=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d "
114 CpuFeatures::IsSupported(SSE3), CpuFeatures::IsSupported(SSSE3),
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.asm 707 ; x87 FPU/MMX/SSE/SSE2/SSE3/SSSE3/SSE4 instructions.
  /external/v8/src/x87/
assembler-x87.cc     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
Cpuid.c 245 PRINT_BIT_FIELD (Ecx, SSE3);
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 499 milliseconds

12