Home | History | Annotate | Download | only in mips

Lines Matching refs:pop_instr

1010     Instr pop_instr = instr_at(pc_ - 2 * kInstrSize);
1014 IsPop(pop_instr) && pre_push_sp_set == kPushInstruction &&
1016 if ((pop_instr & kRtMask) != (push_instr & kRtMask)) {
1022 reg_popped = GetRt(pop_instr);