Lines Matching refs:kInstrSize

124     reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);  in Stop()
159 Instruction::kInstrSize); in Stop()
166 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize); in Stop()
417 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug()
549 end = cur + (10 * Instruction::kInstrSize); in Debug()
558 end = cur + (10 * Instruction::kInstrSize); in Debug()
566 end = cur + (value * Instruction::kInstrSize); in Debug()
574 end = cur + (value2 * Instruction::kInstrSize); in Debug()
582 cur += Instruction::kInstrSize; in Debug()
610 2 * Instruction::kInstrSize; in Debug()
614 Instruction::kInstrSize); in Debug()
683 end = cur + (10 * Instruction::kInstrSize); in Debug()
689 end = cur + (10 * Instruction::kInstrSize); in Debug()
696 end = cur + (value2 * Instruction::kInstrSize); in Debug()
704 cur += Instruction::kInstrSize; in Debug()
859 Instruction::kInstrSize)); in CheckICache()
944 Instruction::kInstrSize); in Redirection()
2244 set_pc(get_pc() + 2 * Instruction::kInstrSize); in HandleStop()
3397 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL()
3408 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL()
3410 set_register(return_addr_reg, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL()
4140 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
4141 set_register(31, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeImmediate()
4143 next_pc = current_pc + 2 * Instruction::kInstrSize; in DecodeTypeImmediate()
4153 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
4155 next_pc = current_pc + 2 * Instruction::kInstrSize; in DecodeTypeImmediate()
4167 next_pc = current_pc + (imm << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
4168 set_register(31, current_pc + Instruction::kInstrSize); in DecodeTypeImmediate()
4179 next_pc = get_pc() + (imm << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
4325 set_register(31, current_pc + Instruction::kInstrSize); in DecodeTypeImmediate()
4597 reinterpret_cast<Instruction*>(get_pc() + Instruction::kInstrSize); in DecodeTypeImmediate()
4621 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in DecodeTypeJump()
4627 set_register(31, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeJump()
4672 Instruction::kInstrSize); in InstructionDecode()