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