Searched refs:IsLea (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 554 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()
|
D | IceInstX86BaseImpl.h | 731 void InstImpl<TraitsType>::emitIASRegOpTyGPR(const Cfg *Func, bool IsLea, in emitIASRegOpTyGPR() argument 754 Mem->toAsmAddress(Asm, Target, IsLea)); in emitIASRegOpTyGPR()
|