Home | History | Annotate | Download | only in mips

Lines Matching defs:get_pc

130     reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
163 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
170 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
178 return sim_->get_pc();
187 return sim_->get_pc();
196 return sim_->get_pc();
205 return sim_->get_pc();
214 return sim_->get_pc();
375 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
376 if (last_pc != sim_->get_pc()) {
382 reinterpret_cast<byte*>(sim_->get_pc()));
383 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
384 last_pc = sim_->get_pc();
405 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc());
409 reinterpret_cast<Instruction*>(sim_->get_pc()));
413 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
417 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
554 cur = reinterpret_cast<byte*>(sim_->get_pc());
570 cur = reinterpret_cast<byte*>(sim_->get_pc());
615 intptr_t stop_pc = sim_->get_pc() -
688 cur = reinterpret_cast<byte*>(sim_->get_pc());
1213 int32_t Simulator::get_pc() const {
1599 set_pc(get_pc() + 2 * Instruction::kInstrSize);
1943 int32_t current_pc = get_pc();
2312 int32_t current_pc = get_pc();
2620 int32_t current_pc = get_pc();
2683 int program_counter = get_pc();
2691 program_counter = get_pc();
2705 program_counter = get_pc();