HomeSort by relevance Sort by last modified time
    Searched defs:SSE3 (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/src/Reactor/
CPUID.hpp 53 static bool SSE3;
104 return SSE3 && enableSSE3;
CPUID.cpp 36 bool CPUID::SSE3 = detectSSE3();
211 return SSE3 = (registers[2] & 0x00000001) != 0;
  /external/skia/src/core/
SkCpu.h 17 SSE3 = 1 << 2,
69 features |= SSE3;
92 features &= (SkCpu::SSE1 | SkCpu::SSE2 | SkCpu::SSE3 | SkCpu::SSSE3 | SkCpu::SSE41);
  /external/skqp/src/core/
SkCpu.h 17 SSE3 = 1 << 2,
69 features |= SSE3;
92 features &= (SkCpu::SSE1 | SkCpu::SSE2 | SkCpu::SSE3 | SkCpu::SSSE3 | SkCpu::SSE41);
  /external/swiftshader/src/Common/
CPUID.cpp 36 bool CPUID::SSE3 = detectSSE3();
213 return SSE3 = (registers[2] & 0x00000001) != 0;
CPUID.hpp 58 static bool SSE3;
113 return SSE3 && enableSSE3;
  /external/swiftshader/src/System/
CPUID.cpp 36 bool CPUID::SSE3 = detectSSE3();
213 return SSE3 = (registers[2] & 0x00000001) != 0;
CPUID.hpp 58 static bool SSE3;
113 return SSE3 && enableSSE3;
  /external/libchrome/base/
cpu.h 23 SSE3,
  /external/tensorflow/tensorflow/core/platform/
cpu_info.h 61 SSE3 = 3,
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
isa.hpp 53 bool SSE3(void) { return CPU_Rep.f_1_ECX_[0]; }
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
PlatformCpuInfo.h 134 UINT8 SSE3; // ECX [0]
  /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; }
  /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/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 74 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F
89 /// SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or none supported.
540 bool hasSSE3() const { return X86SSELevel >= 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/v8/src/
globals.h 798 SSE3,
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 4181 milliseconds