Home | History | Annotate | Download | only in arm

Lines Matching refs:kInstrSize

109     reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
141 + Instruction::kInstrSize);
152 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
438 end = cur + (10 * Instruction::kInstrSize);
447 end = cur + (10 * Instruction::kInstrSize);
455 end = cur + (value * Instruction::kInstrSize);
463 end = cur + (value2 * Instruction::kInstrSize);
506 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize;
509 reinterpret_cast<Instruction*>(stop_pc + Instruction::kInstrSize);
720 Instruction::kInstrSize) == 0);
815 Instruction::kInstrSize);
1917 set_pc(get_pc() + 2 * Instruction::kInstrSize);
2218 set_register(lr, old_pc + Instruction::kInstrSize);
2693 set_register(lr, pc_address + Instruction::kInstrSize);
3283 set_pc(get_pc() + 2 * Instruction::kInstrSize);
3287 + Instruction::kInstrSize);