Searched refs:IsLea (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInstX86Base.h554 static void emitIASRegOpTyGPR(const Cfg *Func, bool IsLea, Type Ty,
639 constexpr bool IsLea = K == InstX86Base::Lea; variable
641 if (IsLea) {
647 emitIASRegOpTyGPR(Func, IsLea, Ty, Var, Src, Emitter);
H A DIceInstX86BaseImpl.h729 void InstImpl<TraitsType>::emitIASRegOpTyGPR(const Cfg *Func, bool IsLea, argument
752 Mem->toAsmAddress(Asm, Target, IsLea));

Completed in 176 milliseconds