Searched refs:InstMIPS32Mfhi (Results 1 – 3 of 3) sorted by relevance
105 template <> const char *InstMIPS32Mfhi::Opcode = "mfhi";949 template <> void InstMIPS32Mfhi::emit(const Cfg *Func) const { in emit()955 template <> void InstMIPS32Mfhi::emitIAS(const Cfg *Func) const { in emitIAS()
1239 using InstMIPS32Mfhi = InstMIPS32UnaryopGPR<InstMIPS32::Mfhi>; variable1410 template <> void InstMIPS32Mfhi::emit(const Cfg *Func) const;1411 template <> void InstMIPS32Mfhi::emitIAS(const Cfg *Func) const;
363 Context.insert<InstMIPS32Mfhi>(Dest, Src); in _mfhi()