Searched refs:InstMIPS32Addu (Results 1 – 3 of 3) sorted by relevance
70 template <> const char *InstMIPS32Addu::Opcode = "addu";760 template <> void InstMIPS32Addu::emitIAS(const Cfg *Func) const { in emitIAS()
1202 using InstMIPS32Addu = InstMIPS32ThreeAddrGPR<InstMIPS32::Addu>; variable1373 template <> void InstMIPS32Addu::emitIAS(const Cfg *Func) const;
171 Context.insert<InstMIPS32Addu>(Dest, Src0, Src1); in _addu()