Searched refs:InstMIPS32FPCmp (Results 1 – 1 of 1) sorted by relevance
897 class InstMIPS32FPCmp : public InstMIPS32 {898 InstMIPS32FPCmp() = delete;899 InstMIPS32FPCmp(const InstMIPS32FPCmp &) = delete;900 InstMIPS32Call &operator=(const InstMIPS32FPCmp &) = delete;903 static InstMIPS32FPCmp *create(Cfg *Func, Variable *Src0, Variable *Src1) { in create()904 return new (Func->allocate<InstMIPS32FPCmp>()) in create()905 InstMIPS32FPCmp(Func, Src0, Src1); in create()937 InstMIPS32FPCmp(Cfg *Func, Variable *Src0, Variable *Src1) in InstMIPS32FPCmp() function1207 using InstMIPS32C_eq_d = InstMIPS32FPCmp<InstMIPS32::C_eq_d>;1208 using InstMIPS32C_eq_s = InstMIPS32FPCmp<InstMIPS32::C_eq_s>;[all …]