Searched refs:GPRAddrEmitter (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86BaseImpl.h | 2053 static const GPREmitterAddrOp GPRAddrEmitter = {&Assembler::mov, in emitIAS() local 2055 emitIASAsAddrOpTyGPR(Func, DestTy, Dest, Src, GPRAddrEmitter); in emitIAS() 2274 static const GPREmitterAddrOp GPRAddrEmitter = {&Assembler::mov, in emitIAS() local 2320 emitIASAddrOpTyGPR(Func, SrcTy, StackAddr, Src, GPRAddrEmitter); in emitIAS()
|