Home | History | Annotate | Download | only in priv

Lines Matching refs:sp_min

292    Int sp_min = offsetof(VexGuestMIPS32State, guest_r29);
293 Int sp_max = sp_min + 4 - 1;
297 if (maxoff < sp_min || minoff > sp_max) {
327 Int sp_min = offsetof(VexGuestMIPS64State, guest_r29);
328 Int sp_max = sp_min + 8 - 1;
332 if ( maxoff < sp_min || minoff > sp_max ) {