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