Searched refs:emitTwoAddr (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 311 static void emitTwoAddr(const char *Opcode, const InstMIPS32 *Inst, 416 emitTwoAddr(Opcode, this, Func); in emit() 460 emitTwoAddr(Opcode, this, Func); in emit()
|
D | IceInstARM32.h | 516 static void emitTwoAddr(const char *Opcode, const InstARM32Pred *Instr, 657 emitTwoAddr(Opcode, this, Func); in emit()
|
D | IceInstMIPS32.cpp | 400 void InstMIPS32::emitTwoAddr(const char *Opcode, const InstMIPS32 *Inst, in emitTwoAddr() function in Ice::MIPS32::InstMIPS32
|
D | IceInstARM32.cpp | 200 void InstARM32Pred::emitTwoAddr(const char *Opcode, const InstARM32Pred *Instr, in emitTwoAddr() function in Ice::ARM32::InstARM32Pred
|