Searched refs:InstMIPS32Movz (Results 1 – 3 of 3) sorted by relevance
114 template <> const char *InstMIPS32Movz::Opcode = "movz";995 template <> void InstMIPS32Movz::emitIAS(const Cfg *Func) const { in emitIAS()
1248 using InstMIPS32Movz = InstMIPS32ThreeAddrGPR<InstMIPS32::Movz>; variable1419 template <> void InstMIPS32Movz::emitIAS(const Cfg *Func) const;
435 Context.insert<InstMIPS32Movz>(Dest, Src0, Src1)->setDestRedefined(); in _movz()