Lines Matching full:set_pc
82 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
230 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
254 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
368 sim_->set_pc(value);
947 void Simulator::set_pc(intptr_t value) {
1446 set_pc(saved_lr);
1467 set_pc(get_pc() + Instruction::kInstrSize + kPointerSize);
1607 set_pc(old_pc + offset);
1611 set_pc(special_reg_lr_);
1614 set_pc(special_reg_ctr_);
3547 set_pc(get_pc() + offset);
3978 set_pc(reinterpret_cast<intptr_t>(instr) + Instruction::kInstrSize);
4022 set_pc(*(reinterpret_cast<intptr_t*>(entry)));
4025 set_pc(reinterpret_cast<intptr_t>(entry));