Home | History | Annotate | Download | only in arm

Lines Matching defs:get_pc

118   sim_->set_pc(sim_->get_pc() + Instr::kInstrSize);
130 sim_->set_pc(sim_->get_pc() + Instr::kInstrSize);
138 return sim_->get_pc();
221 if (last_pc != sim_->get_pc()) {
227 reinterpret_cast<byte*>(sim_->get_pc()));
228 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start());
229 last_pc = sim_->get_pc();
243 sim_->InstructionDecode(reinterpret_cast<Instr*>(sim_->get_pc()));
246 sim_->InstructionDecode(reinterpret_cast<Instr*>(sim_->get_pc()));
296 cur = reinterpret_cast<byte*>(sim_->get_pc());
351 intptr_t stop_pc = sim_->get_pc() - Instr::kInstrSize;
572 int32_t Simulator::get_pc() const {
1562 uint32_t old_pc = get_pc();
1832 intptr_t pc_address = get_pc();
2173 int program_counter = get_pc();
2182 program_counter = get_pc();
2196 program_counter = get_pc();