Lines Matching refs:kInstrSize
363 sim_->set_pc(sim_->get_pc() + kInstrSize); in Debug()
497 end = cur + (10 * kInstrSize); in Debug()
506 end = cur + (10 * kInstrSize); in Debug()
514 end = cur + (value * kInstrSize); in Debug()
522 end = cur + (value2 * kInstrSize); in Debug()
530 cur += kInstrSize; in Debug()
557 intptr_t stop_pc = sim_->get_pc() - 2 * kInstrSize; in Debug()
560 reinterpret_cast<Instruction*>(stop_pc + kInstrSize); in Debug()
629 end = cur + (10 * kInstrSize); in Debug()
635 end = cur + (10 * kInstrSize); in Debug()
642 end = cur + (value2 * kInstrSize); in Debug()
650 cur += kInstrSize; in Debug()
803 cache_page->CachedData(offset), kInstrSize)); in CheckICache()
3672 reinterpret_cast<Instruction*>(current_pc + kInstrSize); in DecodeTypeRegisterSPECIAL()
3683 reinterpret_cast<Instruction*>(current_pc + kInstrSize); in DecodeTypeRegisterSPECIAL()
3685 set_register(return_addr_reg, current_pc + 2 * kInstrSize); in DecodeTypeRegisterSPECIAL()
6544 set_register(31, current_pc + 2 * kInstrSize); in DecodeTypeImmediate()
6547 next_pc = current_pc + (imm16 << 2) + kInstrSize; in DecodeTypeImmediate()
6549 next_pc = current_pc + 2 * kInstrSize; in DecodeTypeImmediate()
6559 next_pc = current_pc + (imm16 << 2) + kInstrSize; in DecodeTypeImmediate()
6561 next_pc = current_pc + 2 * kInstrSize; in DecodeTypeImmediate()
6583 next_pc = current_pc + offset + kInstrSize; in DecodeTypeImmediate()
6585 next_pc = current_pc + 2 * kInstrSize; in DecodeTypeImmediate()
6596 next_pc = current_pc + (imm << 2) + kInstrSize; in DecodeTypeImmediate()
6597 set_register(31, current_pc + kInstrSize); in DecodeTypeImmediate()
6608 next_pc = get_pc() + (imm << 2) + kInstrSize; in DecodeTypeImmediate()
6814 set_register(31, current_pc + kInstrSize); in DecodeTypeImmediate()
7213 reinterpret_cast<Instruction*>(get_pc() + kInstrSize); in DecodeTypeImmediate()
7238 reinterpret_cast<Instruction*>(current_pc + kInstrSize); in DecodeTypeJump()
7244 set_register(31, current_pc + 2 * kInstrSize); in DecodeTypeJump()
7290 set_register(pc, reinterpret_cast<int64_t>(instr) + kInstrSize); in InstructionDecode()