Searched refs:emitUnaryopGPR (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 305 static void emitUnaryopGPR(const char *Opcode, const InstMIPS32 *Inst, 370 emitUnaryopGPR(Opcode, this, Func); in emit()
|
D | IceInstARM32.h | 526 static void emitUnaryopGPR(const char *Opcode, const InstARM32Pred *Instr, 565 emitUnaryopGPR(Opcode, this, Func, NeedsWidthSuffix); in emit()
|
D | IceInstMIPS32.cpp | 356 void InstMIPS32::emitUnaryopGPR(const char *Opcode, const InstMIPS32 *Inst, in emitUnaryopGPR() function in Ice::MIPS32::InstMIPS32
|
D | IceInstARM32.cpp | 157 void InstARM32Pred::emitUnaryopGPR(const char *Opcode, in emitUnaryopGPR() function in Ice::ARM32::InstARM32Pred
|