Lines Matching refs:stopHere
5091 static Bool dis_int_ldst_str ( UInt theInstr, /*OUT*/Bool* stopHere )5107 *stopHere = False;5132 *stopHere = True;5150 *stopHere = True;5167 *stopHere = True;5177 *stopHere = True;17321 Bool stopHere = False;17322 Bool ok = dis_int_ldst_str( theInstr, &stopHere );17324 if (stopHere) {