Lines Matching full:program_counter
4414 int program_counter = get_pc();
4418 while (program_counter != end_sim_pc) {
4419 Instruction* instr = reinterpret_cast<Instruction*>(program_counter);
4422 program_counter = get_pc();
4427 while (program_counter != end_sim_pc) {
4428 Instruction* instr = reinterpret_cast<Instruction*>(program_counter);
4436 program_counter = get_pc();