Home | History | Annotate | Download | only in mips

Lines Matching defs:kInstrSize

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