Lines Matching refs:Pop

7711   __ Pop(x0, x1, x2, x3);
7737 // Push or Pop using the Push and Pop methods, with blocks of up to four
7741 // Use Push<Size>RegList and Pop<Size>RegList to transfer the registers.
7754 // * Pop <reg_count> registers to restore the original contents.
7823 // Clobber all the registers, to ensure that they get repopulated by Pop.
7828 // Pop low-numbered registers first (from the lowest addresses).
7830 __ Pop(r[i], r[i+1], r[i+2], r[i+3]);
7834 case 3: __ Pop(r[i], r[i+1], r[i+2]); break;
7835 case 2: __ Pop(r[i], r[i+1]); break;
7836 case 1: __ Pop(r[i]); break;
7858 // that the upper word was properly cleared by Pop.
7930 // * Pop <reg_count> FP registers to restore the original contents.
8008 // Clobber all the registers, to ensure that they get repopulated by Pop.
8013 // Pop low-numbered registers first (from the lowest addresses).
8015 __ Pop(v[i], v[i+1], v[i+2], v[i+3]);
8019 case 3: __ Pop(v[i], v[i+1], v[i+2]); break;
8020 case 2: __ Pop(v[i], v[i+1]); break;
8021 case 1: __ Pop(v[i]); break;
8043 // test that the upper word was properly cleared by Pop.
8106 // Push and pop data using an overlapping combination of Push/Pop and
8163 __ Pop(r[4], r[5]);
8165 __ Pop(r[6], r[7], r[8], r[9]);
8179 // that the upper word was properly cleared by Pop.
8260 // Push: Pop:
8335 // ---- Pop ----
8344 __ Pop(x[i]);
8347 __ Pop(w[i]);
8381 // test that the upper word was properly cleared by Pop.
8421 __ Pop(x4, x5);
8422 __ Pop(x6, x7, x8, x9);
8428 __ Pop(w14, w15, w16, w17);
8433 __ Pop(w18, w19, w20, w21);
8434 __ Pop(x22, x23);