Searched refs:emitThreeAddr (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.h | 313 static void emitThreeAddr(const char *Opcode, const InstMIPS32 *Inst, 507 emitThreeAddr(Opcode, this, Func); in emit() 556 emitThreeAddr(Opcode, this, Func); in emit()
|
D | IceInstARM32.h | 518 static void emitThreeAddr(const char *Opcode, const InstARM32Pred *Instr, 741 emitThreeAddr(Opcode, this, Func, SetFlags); in emit()
|
D | IceInstMIPS32.cpp | 386 void InstMIPS32::emitThreeAddr(const char *Opcode, const InstMIPS32 *Inst, in emitThreeAddr() function in Ice::MIPS32::InstMIPS32
|
D | IceInstARM32.cpp | 214 void InstARM32Pred::emitThreeAddr(const char *Opcode, in emitThreeAddr() function in Ice::ARM32::InstARM32Pred
|