Searched refs:InstMIPS32Subu (Results 1 – 3 of 3) sorted by relevance
145 template <> const char *InstMIPS32Subu::Opcode = "subu";1178 template <> void InstMIPS32Subu::emitIAS(const Cfg *Func) const { in emitIAS()
1279 using InstMIPS32Subu = InstMIPS32ThreeAddrGPR<InstMIPS32::Subu>; variable1455 template <> void InstMIPS32Subu::emitIAS(const Cfg *Func) const;
565 Context.insert<InstMIPS32Subu>(Dest, Src0, Src1); in _subu()