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

12

  /external/chromium_org/v8/src/x64/
assembler-x64.cc 153 // CMOV must be available on an X64 CPU.
155 ASSERT(IsSupported(CMOV));
921 // No need to check CpuInfo for CMOV support, it's a required part of the
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 582 if (CpuFeatures::IsSupported(CMOV)) {
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 144 // SSE2 and CMOV must be available on an X64 CPU.
147 ASSERT(IsSupported(CMOV));
945 // No need to check CpuInfo for CMOV support, it's a required part of the
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 242 /// SelectCMOVOp - Select CMOV instructions for ARM.
    [all...]

Completed in 289 milliseconds

12