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

  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 554 static void emitIASRegOpTyGPR(const Cfg *Func, bool IsLea, Type Ty,
639 constexpr bool IsLea = K == InstX86Base::Lea;
641 if (IsLea) {
647 emitIASRegOpTyGPR(Func, IsLea, Ty, Var, Src, Emitter);
    [all...]
IceInstX86BaseImpl.h 729 void InstImpl<TraitsType>::emitIASRegOpTyGPR(const Cfg *Func, bool IsLea,
752 Mem->toAsmAddress(Asm, Target, IsLea));
    [all...]

Completed in 62 milliseconds