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