Searched refs:InstMIPS32Movn_s (Results 1 – 3 of 3) sorted by relevance
1246 using InstMIPS32Movn_s = InstMIPS32ThreeAddrGPR<InstMIPS32::Movn_s>; variable1417 template <> void InstMIPS32Movn_s::emitIAS(const Cfg *Func) const;1513 template <> constexpr const char *InstMIPS32Movn_s::Opcode = "movn.s";
427 Context.insert<InstMIPS32Movn_s>(Dest, Src0, Src1)->setDestRedefined(); in _movn_s()
891 template <> void InstMIPS32Movn_s::emitIAS(const Cfg *Func) const { in emitIAS()