Home
last modified time | relevance | path

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

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