Lines Matching refs:kInstrSize
108 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize); in Stop()
142 Instruction::kInstrSize); in Stop()
148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
453 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug()
619 end = cur + (10 * Instruction::kInstrSize); in Debug()
628 end = cur + (10 * Instruction::kInstrSize); in Debug()
636 end = cur + (value * Instruction::kInstrSize); in Debug()
644 end = cur + (value2 * Instruction::kInstrSize); in Debug()
652 cur += Instruction::kInstrSize; in Debug()
680 2 * Instruction::kInstrSize; in Debug()
684 Instruction::kInstrSize); in Debug()
753 end = cur + (10 * Instruction::kInstrSize); in Debug()
759 end = cur + (10 * Instruction::kInstrSize); in Debug()
766 end = cur + (value2 * Instruction::kInstrSize); in Debug()
774 cur += Instruction::kInstrSize; in Debug()
930 Instruction::kInstrSize)); in CheckICache()
1013 Instruction::kInstrSize); in Redirection()
2248 set_pc(get_pc() + 2 * Instruction::kInstrSize); in HandleStop()
3460 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL()
3471 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL()
3473 set_register(return_addr_reg, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeRegisterSPECIAL()
3930 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
3931 set_register(31, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeImmediate()
3933 next_pc = current_pc + 2 * Instruction::kInstrSize; in DecodeTypeImmediate()
3943 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
3945 next_pc = current_pc + 2 * Instruction::kInstrSize; in DecodeTypeImmediate()
3957 next_pc = current_pc + (imm << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
3958 set_register(31, current_pc + Instruction::kInstrSize); in DecodeTypeImmediate()
3969 next_pc = get_pc() + (imm << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
4110 set_register(31, get_pc() + Instruction::kInstrSize); in DecodeTypeImmediate()
4335 reinterpret_cast<Instruction*>(get_pc() + Instruction::kInstrSize); in DecodeTypeImmediate()
4359 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in DecodeTypeJump()
4365 set_register(31, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeJump()
4405 Instruction::kInstrSize); in InstructionDecode()