Lines Matching refs:kInstrSize
109 reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize); in Stop()
127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
141 + Instruction::kInstrSize); in Stop()
152 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
438 end = cur + (10 * Instruction::kInstrSize); in Debug()
447 end = cur + (10 * Instruction::kInstrSize); in Debug()
455 end = cur + (value * Instruction::kInstrSize); in Debug()
463 end = cur + (value2 * Instruction::kInstrSize); in Debug()
506 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize; in Debug()
509 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize); in Debug()
720 Instruction::kInstrSize) == 0); in CheckICache()
815 Instruction::kInstrSize); in Redirection()
1917 set_pc(get_pc() + 2 * Instruction::kInstrSize); in SoftwareInterrupt()
2218 set_register(lr, old_pc + Instruction::kInstrSize); in DecodeType01()
2693 set_register(lr, pc_address + Instruction::kInstrSize); in DecodeType5()
3283 set_pc(get_pc() + 2 * Instruction::kInstrSize); in InstructionDecode()
3287 + Instruction::kInstrSize); in InstructionDecode()