Searched refs:RegEmitter (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86BaseImpl.h | 1839 static const GPREmitterRegOp RegEmitter = {&Assembler::cmp, &Assembler::cmp, in emitIAS() local 1846 emitIASRegOpTyGPR(Func, NotLea, Ty, SrcVar0, Src1, RegEmitter); in emitIAS() 1966 static const GPREmitterRegOp RegEmitter = {&Assembler::test, nullptr, in emitIAS() local 1973 emitIASRegOpTyGPR(Func, NotLea, Ty, SrcVar0, Src1, RegEmitter); in emitIAS()
|