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

1 2

  /external/tensorflow/tensorflow/core/platform/
denormal.cc 29 // Only try to use SSE3 instructions if we're on an x86 platform, and it's not
48 if (TestCPUFeature(SSE3)) {
63 if (TestCPUFeature(SSE3)) {
cpu_info.h 43 SSE3 = 3,
cpu_feature_guard.cc 68 CheckFeatureOrDie(CPUFeature::SSE3, "SSE3");
118 CheckIfFeatureUnused(CPUFeature::SSE3, "SSE3", missing_instructions);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
sse-check-none.s 13 # SSE3 instruction
sse-check.s 12 # SSE3 instruction
sse-check-error.l 25 [ ]*12[ ]+\# SSE3 instruction
x86-64-sse-check-error.l 25 [ ]*12[ ]+\# SSE3 instruction
arch-10.s 15 # SSE3
sse3.s 0 # SSE3 New Instructions
x86-64-arch-2.s 15 # SSE3
x86-64-sse3.s 1 # 64bit SSE3 New Instructions
arch-10-1.l 51 [ ]*15[ ]+\# SSE3
arch-10-2.l 50 [ ]*15[ ]+\# SSE3
arch-10-3.l 43 [ ]*15[ ]+\# SSE3
arch-10-4.l 41 [ ]*15[ ]+\# SSE3
x86-64-arch-2-1.l 45 [ ]*15[ ]+\# SSE3
x86-64-arch-2-2.l 44 [ ]*15[ ]+\# SSE3
  /external/skia/src/core/
SkCpu.h 17 SSE3 = 1 << 2,
68 features |= SSE3;
91 features &= (SkCpu::SSE1 | SkCpu::SSE2 | SkCpu::SSE3 | SkCpu::SSSE3 | SkCpu::SSE41);
  /external/skqp/src/core/
SkCpu.h 17 SSE3 = 1 << 2,
68 features |= SSE3;
91 features &= (SkCpu::SSE1 | SkCpu::SSE2 | SkCpu::SSE3 | SkCpu::SSSE3 | SkCpu::SSE41);
  /external/swiftshader/src/Common/
CPUID.hpp 58 static bool SSE3;
113 return SSE3 && enableSSE3;
CPUID.cpp 36 bool CPUID::SSE3 = detectSSE3();
213 return SSE3 = (registers[2] & 0x00000001) != 0;
  /external/libchrome/base/
cpu.h 24 SSE3,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 45 NoMMXSSE, MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42
56 /// X86SSELevel - MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or
175 bool hasSSE3() const { return X86SSELevel >= SSE3; }
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
PlatformCpuInfo.h 134 UINT8 SSE3; // ECX [0]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64-sse3.d 1 #source: ../x86-64-sse3.s
3 #name: x86-64 (ILP32) SSE3

Completed in 292 milliseconds

1 2