Searched refs:end_sim_pc (Results 1 – 14 of 14) sorted by relevance
294 end_sim_pc = -2 enumerator
444 if (pc == Simulator::end_sim_pc) { in ExecDebugCommand()836 return ((registers_[pc] == bad_lr) || (registers_[pc] == end_sim_pc)); in has_bad_pc()6188 while (program_counter != end_sim_pc) { in Execute()6197 while (program_counter != end_sim_pc) { in Execute()6220 set_register(lr, end_sim_pc); in CallInternal()
250 end_sim_pc = -2 enumerator
826 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()5345 while (program_counter != end_sim_pc) { in Execute()5354 while (program_counter != end_sim_pc) { in Execute()5389 special_reg_lr_ = end_sim_pc; in CallInternal()
307 end_sim_pc = -2, enumerator
346 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()1446 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()5222 while (program_counter != end_sim_pc) { in Execute()5231 while (program_counter != end_sim_pc) { in Execute()5254 set_register(ra, end_sim_pc); in CallInternal()
341 end_sim_pc = -2, enumerator
340 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()1614 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()6955 while (program_counter != end_sim_pc) { in Execute()6964 while (program_counter != end_sim_pc) { in Execute()6987 set_register(ra, end_sim_pc); in CallInternal()
343 end_sim_pc = -2, enumerator
315 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()1545 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()7378 while (program_counter != end_sim_pc) { in Execute()7387 while (program_counter != end_sim_pc) { in Execute()7410 set_register(ra, end_sim_pc); in CallInternal()
510 end_sim_pc = -2, enumerator
1644 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()2498 return ((registers_[pc] == bad_ra) || (registers_[pc] == end_sim_pc)); in has_bad_pc()6966 while (program_counter != end_sim_pc) { in Execute()6989 set_register(ra, end_sim_pc); in CallInternal()
209 end_sim_pc = -2 enumerator
1755 return ((special_reg_pc_ == bad_lr) || (special_reg_pc_ == end_sim_pc)); in has_bad_pc()2486 while (program_counter != end_sim_pc) { in Execute()2494 while (program_counter != end_sim_pc) { in Execute()2537 registers_[14] = end_sim_pc; in CallInternal()2648 registers_[14] = end_sim_pc; in CallImpl()4993 if (r2_val != bad_lr && r2_val != end_sim_pc) r2_val &= 0x7FFFFFFF; in EVALUATE()