• Home
  • Raw
  • Download

Lines Matching refs:get_pc

108     reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);  in Stop()
126 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize); in Stop()
141 char* msg = *reinterpret_cast<char**>(sim_->get_pc() + in Stop()
148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
156 return sim_->get_pc(); in GetRegisterValue()
165 return sim_->get_pc(); in GetFPURegisterValue32()
174 return sim_->get_pc(); in GetFPURegisterValue64()
183 return sim_->get_pc(); in GetFPURegisterValueFloat()
192 return sim_->get_pc(); in GetFPURegisterValueDouble()
415 while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) { in Debug()
416 if (last_pc != sim_->get_pc()) { in Debug()
422 reinterpret_cast<byte*>(sim_->get_pc())); in Debug()
423 PrintF(" 0x%08x %s\n", sim_->get_pc(), buffer.start()); in Debug()
424 last_pc = sim_->get_pc(); in Debug()
445 Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc()); in Debug()
449 reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
453 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug()
457 sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc())); in Debug()
618 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
634 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
679 intptr_t stop_pc = sim_->get_pc() - in Debug()
752 cur = reinterpret_cast<byte*>(sim_->get_pc()); in Debug()
1736 int32_t Simulator::get_pc() const { in get_pc() function in v8::internal::Simulator
2248 set_pc(get_pc() + 2 * Instruction::kInstrSize); in HandleStop()
3458 int32_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL()
3469 int32_t current_pc = get_pc(); in DecodeTypeRegisterSPECIAL()
3927 int32_t current_pc = get_pc(); in DecodeTypeImmediate()
3940 int32_t current_pc = get_pc(); in DecodeTypeImmediate()
3951 int32_t current_pc = get_pc(); in DecodeTypeImmediate()
3963 int32_t current_pc = get_pc(); in DecodeTypeImmediate()
3969 next_pc = get_pc() + (imm << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
4110 set_register(31, get_pc() + Instruction::kInstrSize); in DecodeTypeImmediate()
4288 int32_t current_pc = get_pc(); in DecodeTypeImmediate()
4335 reinterpret_cast<Instruction*>(get_pc() + Instruction::kInstrSize); in DecodeTypeImmediate()
4349 int32_t current_pc = get_pc(); in DecodeTypeJump()
4414 int program_counter = get_pc(); in Execute()
4422 program_counter = get_pc(); in Execute()
4436 program_counter = get_pc(); in Execute()