Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86BaseImpl.h959 const Cfg *Func, Type DispatchTy, const Variable *Dest, const Operand *Src0, in emitIASThreeOpImmOps() argument
970 (Asm->*(Emitter.RegRegImm))(DispatchTy, DestReg, SrcReg, Imm); in emitIASThreeOpImmOps()
973 (Asm->*(Emitter.RegAddrImm))(DispatchTy, DestReg, SrcStackAddr, Imm); in emitIASThreeOpImmOps()
977 (Asm->*(Emitter.RegAddrImm))(DispatchTy, DestReg, in emitIASThreeOpImmOps()
2746 Type DispatchTy = Traits::getInVectorElementType(this->getSrc(0)->getType()); in emitIAS() local
2757 Func, DispatchTy, Dest, this->getSrc(0), this->getSrc(1), Emitter); in emitIAS()
2794 Type DispatchTy = Src0->getType(); in emitIAS() local
2813 Traits::getEncodedGPR>(Func, DispatchTy, this->getDest(), in emitIAS()
DIceInstX86Base.h533 emitIASThreeOpImmOps(const Cfg *Func, Type DispatchTy, const Variable *Dest,