Lines Matching full:program_counter
3822 intptr_t program_counter = get_pc();
3827 while (program_counter != end_sim_pc) {
3828 Instruction* instr = reinterpret_cast<Instruction*>(program_counter);
3831 program_counter = get_pc();
3836 while (program_counter != end_sim_pc) {
3837 Instruction* instr = reinterpret_cast<Instruction*>(program_counter);
3845 program_counter = get_pc();