Searched refs:emitCOP1MovRtFs (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 356 void AssemblerMIPS32::emitCOP1MovRtFs(IValueT Opcode, const Operand *OpRt, in emitCOP1MovRtFs() function in Ice::MIPS32::AssemblerMIPS32 767 emitCOP1MovRtFs(Opcode, OpRt, OpFs, "mfc1"); in mfc1() 905 emitCOP1MovRtFs(Opcode, OpRt, OpFs, "mtc1"); in mtc1()
|
D | IceAssemblerMIPS32.h | 110 void emitCOP1MovRtFs(IValueT Opcode, const Operand *OpRt, const Operand *OpFs,
|