Lines Matching refs:kInstrSize
130 reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize); in Stop()
164 Instruction::kInstrSize); in Stop()
170 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop()
413 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug()
555 end = cur + (10 * Instruction::kInstrSize); in Debug()
564 end = cur + (10 * Instruction::kInstrSize); in Debug()
572 end = cur + (value * Instruction::kInstrSize); in Debug()
580 end = cur + (value2 * Instruction::kInstrSize); in Debug()
588 cur += Instruction::kInstrSize; in Debug()
616 2 * Instruction::kInstrSize; in Debug()
620 Instruction::kInstrSize); in Debug()
689 end = cur + (10 * Instruction::kInstrSize); in Debug()
695 end = cur + (10 * Instruction::kInstrSize); in Debug()
702 end = cur + (value2 * Instruction::kInstrSize); in Debug()
710 cur += Instruction::kInstrSize; in Debug()
867 Instruction::kInstrSize) == 0); in CheckICache()
946 Instruction::kInstrSize); in Redirection()
1599 set_pc(get_pc() + 2 * Instruction::kInstrSize); in HandleStop()
2187 current_pc+Instruction::kInstrSize); in DecodeTypeRegister()
2195 current_pc+Instruction::kInstrSize); in DecodeTypeRegister()
2197 set_register(31, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeRegister()
2344 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
2380 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
2538 next_pc = current_pc + (imm16 << 2) + Instruction::kInstrSize; in DecodeTypeImmediate()
2540 set_register(31, current_pc + 2* Instruction::kInstrSize); in DecodeTypeImmediate()
2543 next_pc = current_pc + 2 * Instruction::kInstrSize; in DecodeTypeImmediate()
2606 reinterpret_cast<Instruction*>(current_pc+Instruction::kInstrSize); in DecodeTypeImmediate()
2630 reinterpret_cast<Instruction*>(current_pc + Instruction::kInstrSize); in DecodeTypeJump()
2636 set_register(31, current_pc + 2 * Instruction::kInstrSize); in DecodeTypeJump()
2674 Instruction::kInstrSize); in InstructionDecode()