Home | History | Annotate | Download | only in mips64

Lines Matching full:program_counter

4681   int64_t program_counter = get_pc();
4685 while (program_counter != end_sim_pc) {
4686 Instruction* instr = reinterpret_cast<Instruction*>(program_counter);
4689 program_counter = get_pc();
4694 while (program_counter != end_sim_pc) {
4695 Instruction* instr = reinterpret_cast<Instruction*>(program_counter);
4703 program_counter = get_pc();