Searched refs:InstMIPS32Mflo (Results 1 – 3 of 3) sorted by relevance
106 template <> const char *InstMIPS32Mflo::Opcode = "mflo";938 template <> void InstMIPS32Mflo::emit(const Cfg *Func) const { in emit()944 template <> void InstMIPS32Mflo::emitIAS(const Cfg *Func) const { in emitIAS()
1240 using InstMIPS32Mflo = InstMIPS32UnaryopGPR<InstMIPS32::Mflo>; variable1408 template <> void InstMIPS32Mflo::emit(const Cfg *Func) const;1409 template <> void InstMIPS32Mflo::emitIAS(const Cfg *Func) const;
367 Context.insert<InstMIPS32Mflo>(Dest, Src); in _mflo()