Searched refs:end_sim_pc (Results 1 – 10 of 10) sorted by relevance
258 end_sim_pc = -2 enumerator
954 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()3862 while (program_counter != end_sim_pc) { in Execute()3871 while (program_counter != end_sim_pc) { in Execute()3907 special_reg_lr_ = end_sim_pc; in CallInternal()
250 end_sim_pc = -2 enumerator
931 return ((registers_[pc] == bad_lr) || (registers_[pc] == end_sim_pc)); in has_bad_pc()4151 while (program_counter != end_sim_pc) { in Execute()4160 while (program_counter != end_sim_pc) { in Execute()4184 set_register(lr, end_sim_pc); in CallInternal()
288 end_sim_pc = -2, enumerator
360 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()1673 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()4524 while (program_counter != end_sim_pc) { in Execute()4533 while (program_counter != end_sim_pc) { in Execute()4557 set_register(ra, end_sim_pc); in CallInternal()
298 end_sim_pc = -2, enumerator
326 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()1601 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()4870 while (program_counter != end_sim_pc) { in Execute()4879 while (program_counter != end_sim_pc) { in Execute()4903 set_register(ra, end_sim_pc); in CallInternal()
252 end_sim_pc = -2 enumerator
1720 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()2517 if (r2_val != bad_lr && r2_val != end_sim_pc) r2_val &= 0x7FFFFFFF; in DecodeTwoByte()5630 while (program_counter != end_sim_pc) { in Execute()5638 while (program_counter != end_sim_pc) { in Execute()5681 registers_[14] = end_sim_pc; in CallInternal()5797 registers_[14] = end_sim_pc; in Call()6419 if (r2_val != bad_lr && r2_val != end_sim_pc) r2_val &= 0x7FFFFFFF; in EVALUATE()