Lines Matching refs:kInstrSize
87 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); in Stop()
105 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
119 + Instruction::kInstrSize); in Stop()
130 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
418 end = cur + (10 * Instruction::kInstrSize); in Debug()
427 end = cur + (10 * Instruction::kInstrSize); in Debug()
435 end = cur + (value * Instruction::kInstrSize); in Debug()
443 end = cur + (value2 * Instruction::kInstrSize); in Debug()
486 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; in Debug()
489 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize); in Debug()
699 cache_page->CachedData(offset), Instruction::kInstrSize)); in CheckICache()
798 Instruction::kInstrSize); in Redirection()
1956 set_pc(get_pc() + 2 * Instruction::kInstrSize); in SoftwareInterrupt()
2291 set_register(lr, old_pc + Instruction::kInstrSize); in DecodeType01()
3045 set_register(lr, pc_address + Instruction::kInstrSize); in DecodeType5()
4001 set_pc(get_pc() + 2 * Instruction::kInstrSize); in InstructionDecode()
4005 + Instruction::kInstrSize); in InstructionDecode()