Home | History | Annotate | Download | only in arm

Lines Matching refs:pop_instr

1412     Instr pop_instr = instr_at(pc_ - 1 * kInstrSize);
1414 if (IsPush(push_instr) && IsPop(pop_instr)) {
1415 if (Instruction::RdValue(pop_instr) != Instruction::RdValue(push_instr)) {
1421 reg_popped = GetRd(pop_instr);