Searched refs:stopHere (Results 1 – 1 of 1) sorted by relevance
5653 static Bool dis_int_ldst_str ( UInt theInstr, /*OUT*/Bool* stopHere ) in dis_int_ldst_str() argument5669 *stopHere = False; in dis_int_ldst_str()5694 *stopHere = True; in dis_int_ldst_str()5712 *stopHere = True; in dis_int_ldst_str()5729 *stopHere = True; in dis_int_ldst_str()5739 *stopHere = True; in dis_int_ldst_str()19930 Bool stopHere = False; in disInstr_PPC_WRK() local19931 Bool ok = dis_int_ldst_str( theInstr, &stopHere ); in disInstr_PPC_WRK()19933 if (stopHere) { in disInstr_PPC_WRK()