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

  /external/swiftshader/src/Common/
CPUID.cpp 33 bool CPUID::CMOV = detectCMOV();
68 if(!CMOV)
192 return CMOV = (registers[3] & 0x00008000) != 0;
CPUID.hpp 55 static bool CMOV;
93 return CMOV && enableCMOV;
  /external/tensorflow/tensorflow/core/platform/
cpu_info.h 47 CMOV = 7,
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
isa.hpp 71 bool CMOV(void) { return CPU_Rep.f_1_EDX_[15]; }
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 59 CMOV, // ARM conditional move instructions.
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 110 CMOV,
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Cpuid.h 444 /// CMOV is supported. In addition, if x87 FPU is present as indicated by the
447 UINT32 CMOV:1;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 387 // X86 wants to expand cmov itself.
    [all...]

Completed in 964 milliseconds