Home | History | Annotate | Download | only in priv

Lines Matching refs:stopHere

4256 static Bool dis_int_ldst_str ( UInt theInstr, /*OUT*/Bool* stopHere )
4272 *stopHere = False;
4297 *stopHere = True;
4315 *stopHere = True;
4332 *stopHere = True;
4342 *stopHere = True;
9740 Bool stopHere = False;
9741 Bool ok = dis_int_ldst_str( theInstr, &stopHere );
9743 if (stopHere) {