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

  /external/swiftshader/src/Reactor/
CPUID.hpp 55 static bool SSE4_1;
114 return SSE4_1 && enableSSE4_1;
CPUID.cpp 38 bool CPUID::SSE4_1 = detectSSE4_1();
225 return SSE4_1 = (registers[2] & 0x00080000) != 0;
SubzeroReactor.cpp 84 const static bool SSE4_1;
129 const bool CPUID::SSE4_1 = CPUID::detectSSE4_1();
541 Flags.setTargetInstructionSet(CPUID::SSE4_1 ? Ice::X86InstructionSet_SSE4_1 : Ice::X86InstructionSet_SSE2);
    [all...]
  /external/swiftshader/src/Common/
CPUID.cpp 38 bool CPUID::SSE4_1 = detectSSE4_1();
227 return SSE4_1 = (registers[2] & 0x00080000) != 0;
CPUID.hpp 60 static bool SSE4_1;
123 return SSE4_1 && enableSSE4_1;
  /external/swiftshader/src/System/
CPUID.cpp 38 bool CPUID::SSE4_1 = detectSSE4_1();
227 return SSE4_1 = (registers[2] & 0x00080000) != 0;
CPUID.hpp 60 static bool SSE4_1;
123 return SSE4_1 && enableSSE4_1;
  /external/tensorflow/tensorflow/core/platform/
cpu_info.h 63 SSE4_1 = 5,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
PlatformCpuInfo.h 126 UINT8 SSE4_1; // ECX [19]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 272 SSE4_1,
    [all...]
IceTargetLoweringX8664Traits.h 297 SSE4_1,
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Cpuid.h 274 UINT32 SSE4_1:1;
    [all...]
  /external/v8/src/
globals.h 796 SSE4_1,
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 332 milliseconds