Searched refs:InstMIPS32Movn (Results 1 – 3 of 3) sorted by relevance
110 template <> const char *InstMIPS32Movn::Opcode = "movn";975 template <> void InstMIPS32Movn::emitIAS(const Cfg *Func) const { in emitIAS()
1244 using InstMIPS32Movn = InstMIPS32ThreeAddrGPR<InstMIPS32::Movn>; variable1415 template <> void InstMIPS32Movn::emitIAS(const Cfg *Func) const;
419 Context.insert<InstMIPS32Movn>(Dest, Src0, Src1)->setDestRedefined(); in _movn()