Searched refs:InstMIPS32Movn_d (Results 1 – 3 of 3) sorted by relevance
111 template <> const char *InstMIPS32Movn_d::Opcode = "movn.d";980 template <> void InstMIPS32Movn_d::emitIAS(const Cfg *Func) const { in emitIAS()
1245 using InstMIPS32Movn_d = InstMIPS32ThreeAddrGPR<InstMIPS32::Movn_d>; variable1416 template <> void InstMIPS32Movn_d::emitIAS(const Cfg *Func) const;
423 Context.insert<InstMIPS32Movn_d>(Dest, Src0, Src1)->setDestRedefined(); in _movn_d()