Searched refs:Pop (Results 1 - 25 of 216) sorted by last modified time

123456789

/external/vixl/examples/
H A Dfactorial-rec.cc47 __ Pop(lr, x1);
H A Dswap4.cc40 __ Pop(x1, x0);
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc769 void MacroAssembler::Pop(const CPURegister& dst0, const CPURegister& dst1, function in class:vixl::MacroAssembler
810 // Pop up to four registers at a time because if the current stack pointer is
902 // Pop(a, b) is equivalent to Pop(a) followed by Pop(b).
1282 Pop(xzr, tmp);
H A Dmacro-assembler-a64.h244 // Other than the registers passed into Pop, the stack pointer and (possibly)
248 void Pop(const CPURegister& dst0, const CPURegister& dst1 = NoReg,
251 // Alternative forms of Push and Pop, taking a RegList or CPURegList that
256 // (Push|Pop)SizeRegList allow you to specify the register size as a
260 // Otherwise, (Push|Pop)(CPU|X|W|D|S)RegList is preferred.
1191 // The actual Push and Pop implementations. These don't generate any code
1193 // (Push|Pop)CPURegList to bundle together setup code for a large block of
/external/vixl/test/examples/
H A Dtest-examples.cc79 __ Pop(lr, xzr);
/external/vixl/test/
H A Dtest-assembler-a64.cc7711 __ 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(
[all...]
H A Dtest-utils-a64.cc402 __ Pop(tmp, dump, dump_base, xzr);
/external/tinyxml2/
H A Dtinyxml2.cpp1842 const char* name = stack.Pop();
H A Dtinyxml2.h190 T Pop() { function in class:tinyxml2::DynArray
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h88 T Pop() { function in class:fst::Heap
H A Dqueue.h209 key_[heap_.Pop()] = kNoKey;
H A Dreplace.h408 void Pop() { function in class:fst::ReplaceFstImpl::StackPrefix
473 prefix.Pop();
/external/skia/src/svg/
H A DSkSVGPaintState.cpp451 void SkSVGPaint::Pop(SkSVGPaint** head) {
H A DSkSVGParser.cpp267 SkSVGPaint::Pop(&fHead);
/external/skia/include/svg/
H A DSkSVGPaintState.h50 static void Pop(SkSVGPaint** head);
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp143 CleanupStack::Pop();
257 CleanupStack::Pop();
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp96 CleanupStack::Pop();
H A Dsdlexe.cpp563 CleanupStack::Pop();
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c10242 add sp, #2 ;; Pop offset value
10243 pop cx ;; Pop seg value (restore CX)
10275 add sp, #2 ;; Pop offset value
10276 pop cx ;; Pop seg value (restore CX)
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp49 FX_FLOAT Pop();
87 if ((int)pEngine->Pop()) {
95 if ((int)pEngine->Pop()) {
121 FX_FLOAT CPDF_PSEngine::Pop() function in class:CPDF_PSEngine
197 d1 = Pop();
198 d2 = Pop();
202 d2 = Pop();
203 d1 = Pop();
207 d1 = Pop();
208 d2 = Pop();
[all...]
/external/opencv/cv/src/
H A Dcvinpaint.cpp152 bool Pop(int *i, int *j) { function in class:CvPriorityQueueFloat
169 bool Pop(int *i, int *j, float *T) { function in class:CvPriorityQueueFloat
241 while (Heap->Pop(&ii,&jj)) {
286 while (Heap->Pop(&ii,&jj)) {
399 while (Heap->Pop(&ii,&jj)) {
520 while (Heap->Pop(&ii,&jj)) {
611 while (Heap->Pop(&ii,&jj)) {
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h415 for (; si1 != si2; si1 = stack_.Pop(si1), si2 = stack_.Pop(si2)) {
857 PdtStateTuple<StateId, StackId> tuple(arc.nextstate, stack_.Pop(si));
900 else if (stack_id == stack_.Pop(nextstack_id))
H A Dpdt.h113 StackId Pop(StackId stack_id) const { function in class:fst::PdtStack
/external/openfst/src/include/fst/
H A Dheap.h95 T Pop() { function in class:fst::Heap
H A Dprune.h148 heap.Pop();
274 heap.Pop();

Completed in 369 milliseconds

123456789