Lines Matching defs:Pop
175 void Pop(Register dst) { pop(dst); }
177 // Pop two registers. Pops rightmost register first (from lower address).
178 void Pop(Register src1, Register src2, Condition cond = al) {
188 // Pop three registers. Pops rightmost register first (from lower address).
189 void Pop(Register src1, Register src2, Register src3, Condition cond = al) {
199 Pop(src2, src3, cond);
204 // Pop four registers. Pops rightmost register first (from lower address).
205 void Pop(Register src1, Register src2, Register src3, Register src4,
217 Pop(src3, src4, cond);
221 Pop(src2, src3, src4, cond);