Lines Matching refs:InstMIPS32TwoAddrGPR
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() function
1221 using InstMIPS32Clz = InstMIPS32TwoAddrGPR<InstMIPS32::Clz>;
1238 using InstMIPS32Mfc1 = InstMIPS32TwoAddrGPR<InstMIPS32::Mfc1>;
1251 using InstMIPS32Mtc1 = InstMIPS32TwoAddrGPR<InstMIPS32::Mtc1>;