Lines Matching full:program_counter
4013 int program_counter = get_pc();
4018 while (program_counter != end_sim_pc) {
4019 Instruction* instr = reinterpret_cast<Instruction*>(program_counter);
4022 program_counter = get_pc();
4027 while (program_counter != end_sim_pc) {
4028 Instruction* instr = reinterpret_cast<Instruction*>(program_counter);
4036 program_counter = get_pc();