HomeSort by relevance Sort by last modified time
    Searched refs:Cmov (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 93 Cmov,
    [all...]
IceTargetLoweringX86Base.h 595 Context.insert<typename Traits::Insts::Cmov>(Dest, Src0, Condition);
    [all...]
IceInstX86BaseImpl.h 194 : InstX86Base(Func, InstX86Base::Cmov, 2, Dest), Condition(Condition) {
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DataMov.cpp 421 TEST_F(AssemblerX8664Test, Cmov) {
431 __ cmov(IceType_i32, Cond::Br_##C, Encoded_GPR_##Dest(), \
451 __ cmov(IceType_i32, Cond::Br_##C, Encoded_GPR_##Dest(), \
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 387 // X86 wants to expand cmov itself.
    [all...]

Completed in 448 milliseconds