Searched refs:InstMIPS32TwoAddrFPR (Results 1 – 1 of 1) sorted by relevance
402 class InstMIPS32TwoAddrFPR : public InstMIPS32 {403 InstMIPS32TwoAddrFPR() = delete;404 InstMIPS32TwoAddrFPR(const InstMIPS32TwoAddrFPR &) = delete;405 InstMIPS32TwoAddrFPR &operator=(const InstMIPS32TwoAddrFPR &) = delete;408 static InstMIPS32TwoAddrFPR *create(Cfg *Func, Variable *Dest, in create()410 return new (Func->allocate<InstMIPS32TwoAddrFPR>()) in create()411 InstMIPS32TwoAddrFPR(Func, Dest, Src0); in create()436 InstMIPS32TwoAddrFPR(Cfg *Func, Variable *Dest, Variable *Src0) in InstMIPS32TwoAddrFPR() function1197 using InstMIPS32Abs_d = InstMIPS32TwoAddrFPR<InstMIPS32::Abs_d>;1198 using InstMIPS32Abs_s = InstMIPS32TwoAddrFPR<InstMIPS32::Abs_s>;[all …]