Searched refs:InstMIPS32Mthi (Results 1 – 3 of 3) sorted by relevance
118 template <> const char *InstMIPS32Mthi::Opcode = "mthi";1037 template <> void InstMIPS32Mthi::emit(const Cfg *Func) const { in emit()1043 template <> void InstMIPS32Mthi::emitIAS(const Cfg *Func) const { in emitIAS()
1252 using InstMIPS32Mthi = InstMIPS32UnaryopGPR<InstMIPS32::Mthi>; variable1426 template <> void InstMIPS32Mthi::emit(const Cfg *Func) const;1427 template <> void InstMIPS32Mthi::emitIAS(const Cfg *Func) const;
451 Context.insert<InstMIPS32Mthi>(Dest, Src); in _mthi()