Searched refs:stopHere (Results 1 – 1 of 1) sorted by relevance
5545 static Bool dis_int_ldst_str ( UInt theInstr, /*OUT*/Bool* stopHere ) in dis_int_ldst_str() argument5561 *stopHere = False; in dis_int_ldst_str()5586 *stopHere = True; in dis_int_ldst_str()5604 *stopHere = True; in dis_int_ldst_str()5621 *stopHere = True; in dis_int_ldst_str()5631 *stopHere = True; in dis_int_ldst_str()19787 Bool stopHere = False; in disInstr_PPC_WRK() local19788 Bool ok = dis_int_ldst_str( theInstr, &stopHere ); in disInstr_PPC_WRK()19790 if (stopHere) { in disInstr_PPC_WRK()