Searched refs:InstMIPS32TwoAddrGPR (Results 1 – 1 of 1) sorted by relevance
446 class InstMIPS32TwoAddrGPR : public InstMIPS32 {447 InstMIPS32TwoAddrGPR() = delete;448 InstMIPS32TwoAddrGPR(const InstMIPS32TwoAddrGPR &) = delete;449 InstMIPS32TwoAddrGPR &operator=(const InstMIPS32TwoAddrGPR &) = delete;452 static InstMIPS32TwoAddrGPR *create(Cfg *Func, Variable *Dest, in create()454 return new (Func->allocate<InstMIPS32TwoAddrGPR>()) in create()455 InstMIPS32TwoAddrGPR(Func, Dest, Src0); in create()480 InstMIPS32TwoAddrGPR(Cfg *Func, Variable *Dest, Variable *Src0) in InstMIPS32TwoAddrGPR() function1221 using InstMIPS32Clz = InstMIPS32TwoAddrGPR<InstMIPS32::Clz>;1238 using InstMIPS32Mfc1 = InstMIPS32TwoAddrGPR<InstMIPS32::Mfc1>;[all …]