Home | History | Annotate | Download | only in ppc

Lines Matching refs:set_pc

87   sim_->set_pc(sim_->get_pc() + kInstrSize + kPointerSize);
235 sim_->set_pc(sim_->get_pc() + kInstrSize);
259 sim_->set_pc(sim_->get_pc() + kInstrSize);
373 sim_->set_pc(value);
832 void Simulator::set_pc(intptr_t value) {
1448 set_pc(saved_lr);
1469 set_pc(get_pc() + kInstrSize + kPointerSize);
1609 set_pc(old_pc + offset);
1613 set_pc(special_reg_lr_);
1616 set_pc(special_reg_ctr_);
1769 set_pc(get_pc() + offset);
3922 set_pc(reinterpret_cast<intptr_t>(instr) + kInstrSize);
3964 set_pc(*(reinterpret_cast<intptr_t*>(entry)));
3967 set_pc(static_cast<intptr_t>(entry));