Searched refs:InstMIPS32Movz_d (Results 1 – 3 of 3) sorted by relevance
115 template <> const char *InstMIPS32Movz_d::Opcode = "movz.d";1000 template <> void InstMIPS32Movz_d::emitIAS(const Cfg *Func) const { in emitIAS()
1249 using InstMIPS32Movz_d = InstMIPS32ThreeAddrGPR<InstMIPS32::Movz_d>; variable1420 template <> void InstMIPS32Movz_d::emitIAS(const Cfg *Func) const;
439 Context.insert<InstMIPS32Movz_d>(Dest, Src0, Src1)->setDestRedefined(); in _movz_d()