Searched refs:InstMIPS32Mtlo (Results 1 – 3 of 3) sorted by relevance
119 template <> const char *InstMIPS32Mtlo::Opcode = "mtlo";1026 template <> void InstMIPS32Mtlo::emit(const Cfg *Func) const { in emit()1032 template <> void InstMIPS32Mtlo::emitIAS(const Cfg *Func) const { in emitIAS()
1253 using InstMIPS32Mtlo = InstMIPS32UnaryopGPR<InstMIPS32::Mtlo>; variable1424 template <> void InstMIPS32Mtlo::emit(const Cfg *Func) const;1425 template <> void InstMIPS32Mtlo::emitIAS(const Cfg *Func) const;
455 Context.insert<InstMIPS32Mtlo>(Dest, Src); in _mtlo()