Searched refs:emitCOP1FmtRtFsFd (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 339 void AssemblerMIPS32::emitCOP1FmtRtFsFd(IValueT Opcode, FPInstDataFormat Format, in emitCOP1FmtRtFsFd() function in Ice::MIPS32::AssemblerMIPS32 863 emitCOP1FmtRtFsFd(Opcode, DoublePrecision, OpFd, OpFs, OpFt, "movn.d"); in movn_d() 869 emitCOP1FmtRtFsFd(Opcode, SinglePrecision, OpFd, OpFs, OpFt, "movn.s"); in movn_s()
|
D | IceAssemblerMIPS32.h | 106 void emitCOP1FmtRtFsFd(IValueT Opcode, FPInstDataFormat Format,
|