Lines Matching defs:program_counter
3295 int program_counter = get_pc();
3300 while (program_counter != end_sim_pc) {
3301 Instruction* instr = reinterpret_cast<Instruction*>(program_counter);
3304 program_counter = get_pc();
3309 while (program_counter != end_sim_pc) {
3310 Instruction* instr = reinterpret_cast<Instruction*>(program_counter);
3318 program_counter = get_pc();