Searched refs:end_sim_pc (Results 1 – 10 of 10) sorted by relevance
208 end_sim_pc = -2 enumerator
839 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()3934 while (program_counter != end_sim_pc) { in Execute()3943 while (program_counter != end_sim_pc) { in Execute()3978 special_reg_lr_ = end_sim_pc; in CallInternal()
210 end_sim_pc = -2 enumerator
815 return ((registers_[pc] == bad_lr) || (registers_[pc] == end_sim_pc)); in has_bad_pc()5746 while (program_counter != end_sim_pc) { in Execute()5755 while (program_counter != end_sim_pc) { in Execute()5778 set_register(lr, end_sim_pc); in CallInternal()
278 end_sim_pc = -2, enumerator
325 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()1559 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()7303 while (program_counter != end_sim_pc) { in Execute()7312 while (program_counter != end_sim_pc) { in Execute()7335 set_register(ra, end_sim_pc); in CallInternal()
276 end_sim_pc = -2, enumerator
360 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()1640 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()6948 while (program_counter != end_sim_pc) { in Execute()6957 while (program_counter != end_sim_pc) { in Execute()6980 set_register(ra, end_sim_pc); in CallInternal()
205 end_sim_pc = -2 enumerator
1620 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()2370 while (program_counter != end_sim_pc) { in Execute()2378 while (program_counter != end_sim_pc) { in Execute()2421 registers_[14] = end_sim_pc; in CallInternal()2532 registers_[14] = end_sim_pc; in CallImpl()3244 if (r2_val != bad_lr && r2_val != end_sim_pc) r2_val &= 0x7FFFFFFF; in EVALUATE()