Searched refs:InstMIPS32Mtc1 (Results 1 – 3 of 3) sorted by relevance
117 template <> const char *InstMIPS32Mtc1::Opcode = "mtc1";1010 template <> void InstMIPS32Mtc1::emit(const Cfg *Func) const { in emit()1021 template <> void InstMIPS32Mtc1::emitIAS(const Cfg *Func) const { in emitIAS()
1251 using InstMIPS32Mtc1 = InstMIPS32TwoAddrGPR<InstMIPS32::Mtc1>; variable1422 template <> void InstMIPS32Mtc1::emit(const Cfg *Func) const;1423 template <> void InstMIPS32Mtc1::emitIAS(const Cfg *Func) const;
447 Context.insert<InstMIPS32Mtc1>(Dest, Src); in _mtc1()