Home | History | Annotate | Download | only in s390

Lines Matching refs:set_pc

88   sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize);
231 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr));
277 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr));
391 sim_->set_pc(value);
1614 void Simulator::set_pc(intptr_t value) {
2160 set_pc(saved_lr);
2181 set_pc(get_pc() + sizeof(FourByteInstr) + kPointerSize);
2352 set_pc(reinterpret_cast<intptr_t>(instr) + length);
2398 set_pc(*(reinterpret_cast<intptr_t*>(entry)));
2401 set_pc(static_cast<intptr_t>(entry));
2520 set_pc(*(reinterpret_cast<intptr_t*>(entry)));
2523 set_pc(static_cast<intptr_t>(entry));
2932 set_pc(get_pc() + offset);
2968 set_pc(get_pc() + offset);
3210 set_pc(get_pc() + 2);
3246 set_pc(r2_val);
3285 set_pc(r2_val);
3887 set_pc(branch_address);
3918 set_pc(branch_address);
4592 set_pc(pc + d2 * 2);
4605 set_pc(get_pc() + offset);
4619 set_pc(get_pc() + offset);
4705 set_pc(pc + d2 * 2); // update register
9249 set_pc(branch_address);