Searched refs:emitIASRegOpTyGPR (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86BaseImpl.h | 729 void InstImpl<TraitsType>::emitIASRegOpTyGPR(const Cfg *Func, bool IsLea, in emitIASRegOpTyGPR() function 1235 emitIASRegOpTyGPR(Func, NotLea, Ty, Var, Src, Emitter); in emitIAS() 1846 emitIASRegOpTyGPR(Func, NotLea, Ty, SrcVar0, Src1, RegEmitter); in emitIAS() 1973 emitIASRegOpTyGPR(Func, NotLea, Ty, SrcVar0, Src1, RegEmitter); in emitIAS() 2303 emitIASRegOpTyGPR(Func, NotLea, DestTy, Dest, Src, GPRRegEmitter); in emitIAS() 2482 emitIASRegOpTyGPR<false, true>(Func, NotLea, SrcTy, Dest, Src, this->Emitter); in emitIAS() 2555 emitIASRegOpTyGPR<false, true>(Func, NotLea, SrcTy, Dest, Src, this->Emitter); in emitIAS()
|
D | IceInstX86Base.h | 554 static void emitIASRegOpTyGPR(const Cfg *Func, bool IsLea, Type Ty, 647 emitIASRegOpTyGPR(Func, IsLea, Ty, Var, Src, Emitter); in emitIAS() 797 emitIASRegOpTyGPR(Func, !ThisIsLEA, Ty, this->getDest(), this->getSrc(1), in emitIAS()
|