Home | History | Annotate | Download | only in mips64

Lines Matching defs:get_pc

124     reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
143 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize);
158 char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
166 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize);
174 return sim_->get_pc();
183 return sim_->get_pc();
192 return sim_->get_pc();
201 return sim_->get_pc();
379 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
380 if (last_pc != sim_->get_pc()) {
386 reinterpret_cast<byte*>(sim_->get_pc()));
387 PrintF(" 0x%016lx %s\n", sim_->get_pc(), buffer.start());
388 last_pc = sim_->get_pc();
409 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc());
413 reinterpret_cast<Instruction*>(sim_->get_pc()));
417 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
421 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
548 cur = reinterpret_cast<byte*>(sim_->get_pc());
564 cur = reinterpret_cast<byte*>(sim_->get_pc());
609 intptr_t stop_pc = sim_->get_pc() -
682 cur = reinterpret_cast<byte*>(sim_->get_pc());
1661 int64_t Simulator::get_pc() const {
2244 set_pc(get_pc() + 2 * Instruction::kInstrSize);
3395 int64_t current_pc = get_pc();
3405 int64_t current_pc = get_pc();
4137 int64_t current_pc = get_pc();
4150 int64_t current_pc = get_pc();
4161 int64_t current_pc = get_pc();
4173 int64_t current_pc = get_pc();
4179 next_pc = get_pc() + (imm << 2) + Instruction::kInstrSize;
4324 int64_t current_pc = get_pc();
4527 int64_t current_pc = get_pc();
4597 reinterpret_cast<Instruction*>(get_pc() + Instruction::kInstrSize);
4611 int64_t current_pc = get_pc();
4681 int64_t program_counter = get_pc();
4689 program_counter = get_pc();
4703 program_counter = get_pc();