Home | History | Annotate | Download | only in arm

Lines Matching refs:instr

312   Instr current_instr = Assembler::instr_at(pc_);
313 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize);
323 Instr current_instr = Assembler::instr_at(pc_);
424 void Assembler::emit(Instr x) {
426 *reinterpret_cast<Instr*>(pc_) = x;
432 Instr instr = Memory::int32_at(pc);
433 return pc + GetLdrRegisterImmediateOffset(instr) + kPcLoadDelta;
441 Instr instr = Memory::int32_at(pc);
443 GetLdrRegisterImmediateOffset(instr);
451 Instruction* instr = Instruction::At(pc);
455 instr->ImmedMovwMovtValue());
480 Instr candidate_instr(Memory::int32_at(candidate));
514 static Instr EncodeMovwImmediate(uint32_t immediate) {
520 static Instr PatchMovwImmediate(Instr instruction, uint32_t immediate) {