Home | History | Annotate | Download | only in priv

Lines Matching full:fp_min

315    Int fp_min = offsetof(VexGuestMIPS32State, guest_r30);
316 Int fp_max = fp_min + 4 - 1;
318 if (maxoff < fp_min || minoff > fp_max) {
350 Int fp_min = offsetof(VexGuestMIPS64State, guest_r30);
351 Int fp_max = fp_min + 8 - 1;
353 if ( maxoff < fp_min || minoff > fp_max ) {