Home | History | Annotate | Download | only in arm

Lines Matching defs:get_pc

109     reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
140 char* msg = *reinterpret_cast<char**>(sim_->get_pc()
152 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
160 return sim_->get_pc();
280 if (last_pc != sim_->get_pc()) {
286 reinterpret_cast<byte*>(sim_->get_pc()));
287 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
288 last_pc = sim_->get_pc();
309 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
312 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
437 cur = reinterpret_cast<byte*>(sim_->get_pc());
453 cur = reinterpret_cast<byte*>(sim_->get_pc());
506 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize;
930 int32_t Simulator::get_pc() const {
1917 set_pc(get_pc() + 2 * Instruction::kInstrSize);
2216 uint32_t old_pc = get_pc();
2691 intptr_t pc_address = get_pc();
3283 set_pc(get_pc() + 2 * Instruction::kInstrSize);
3295 int program_counter = get_pc();
3304 program_counter = get_pc();
3318 program_counter = get_pc();