Lines Matching refs:instr
40 const Instruction* instr) {
47 int rn = instr->GetRn();
48 int rm = instr->GetRm();
51 Instruction* mutable_instr = MutableInstruction(instr);
127 Instruction* instr;
128 for (instr = instr_start; instr < instr_end; instr += kInstructionSize) {
130 decoder.Decode(instr);
152 Instruction* instr;
153 for (instr = start; instr < end; instr += kInstructionSize) {
155 decoder.Decode(instr);