Searched refs:InstMIPS32Movf (Results 1 – 3 of 3) sorted by relevance
107 template <> const char *InstMIPS32Movf::Opcode = "movf";970 template <> void InstMIPS32Movf::emitIAS(const Cfg *Func) const { in emitIAS()
1243 using InstMIPS32Movf = InstMIPS32MovConditional<InstMIPS32::Movf>; variable1414 template <> void InstMIPS32Movf::emitIAS(const Cfg *Func) const;
415 Context.insert<InstMIPS32Movf>(Dest, Src0, FCC)->setDestRedefined(); in _movf()