Searched refs:set_pc (Results 1 – 16 of 16) sorted by relevance
64 #define set_pc(x) __asm__ __volatile__ ("mov pc, %0\n\t" : : "r"(x)) macro
87 sim_->set_pc(sim_->get_pc() + kInstrSize + kPointerSize); in Stop()235 sim_->set_pc(sim_->get_pc() + kInstrSize); in Debug()259 sim_->set_pc(sim_->get_pc() + kInstrSize); in Debug()373 sim_->set_pc(value); in Debug()832 void Simulator::set_pc(intptr_t value) { in set_pc() function in v8::internal::Simulator1448 set_pc(saved_lr); in SoftwareInterrupt()1469 set_pc(get_pc() + kInstrSize + kPointerSize); in SoftwareInterrupt()1609 set_pc(old_pc + offset); in ExecuteBranchConditional()1613 set_pc(special_reg_lr_); in ExecuteBranchConditional()1616 set_pc(special_reg_ctr_); in ExecuteBranchConditional()[all …]
156 void set_pc(intptr_t value);
88 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize); in Stop()231 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr)); in Debug()277 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr)); in Debug()391 sim_->set_pc(value); in Debug()1614 void Simulator::set_pc(intptr_t value) { in set_pc() function in v8::internal::Simulator2160 set_pc(saved_lr); in SoftwareInterrupt()2181 set_pc(get_pc() + sizeof(FourByteInstr) + kPointerSize); in SoftwareInterrupt()2352 set_pc(reinterpret_cast<intptr_t>(instr) + length); in ExecuteInstruction()2398 set_pc(*(reinterpret_cast<intptr_t*>(entry))); in CallInternal()2401 set_pc(static_cast<intptr_t>(entry)); in CallInternal()[all …]
153 void set_pc(intptr_t value);
155 set_pc(entry); in CallImpl()396 set_pc(start); in RunFrom()625 set_pc(return_address); in DoRuntimeCall()1454 set_pc(instr->ImmPCOffsetTarget()); in VisitUnconditionalBranch()1465 set_pc(instr->ImmPCOffsetTarget()); in VisitConditionalBranch()1483 case RET: set_pc(target); break; in VisitUnconditionalBranchToRegister()1499 set_pc(instr->ImmPCOffsetTarget()); in VisitTestBranch()1515 set_pc(instr->ImmPCOffsetTarget()); in VisitCompareBranch()3423 set_pc(pc_->following()); in VisitException()5695 set_pc(instr->InstructionAtOffset(kPrintfLength)); in DoPrintf()
757 void set_pc(T new_pc) { in set_pc() function
148 void set_pc(int32_t value);
808 void Simulator::set_pc(int32_t value) { in set_pc() function in v8::internal::Simulator1843 set_pc(get_register(lr)); in SoftwareInterrupt()2302 set_pc(get_register(rm)); in DecodeType01()2306 set_pc(get_register(rm)); in DecodeType01()3089 set_pc(pc_reg + off); in DecodeType5()
228 void set_pc(int64_t value);
363 sim_->set_pc(sim_->get_pc() + kInstrSize); in Debug()1552 void Simulator::set_pc(int64_t value) { in set_pc() function in v8::internal::Simulator2366 set_pc(get_register(ra)); in SoftwareInterrupt()3674 set_pc(next_pc); in DecodeTypeRegisterSPECIAL()3686 set_pc(next_pc); in DecodeTypeRegisterSPECIAL()7219 set_pc(next_pc); in DecodeTypeImmediate()7246 set_pc(next_pc); in DecodeTypeJump()
226 void set_pc(int32_t value);
398 sim_->set_pc(sim_->get_pc() + kInstrSize); in Debug()1633 void Simulator::set_pc(int32_t value) { in set_pc() function in v8::internal::Simulator2423 set_pc(get_register(ra)); in SoftwareInterrupt()3799 set_pc(next_pc); in DecodeTypeRegisterSPECIAL()3811 set_pc(next_pc); in DecodeTypeRegisterSPECIAL()6870 set_pc(next_pc); in DecodeTypeImmediate()6898 set_pc(next_pc); in DecodeTypeJump()
251 void set_pc(Address pc) { *pc_address() = pc; } in set_pc() function
268 it.frame()->set_pc(code->raw_instruction_start() + trampoline_pc); in VisitThread()
707 VIXL_DEPRECATED("WritePc", void set_pc(const Instruction* new_pc)) {