Searched refs:pop (Results 1 - 25 of 58) sorted by relevance

123

/haiku/src/system/glue/arch/x86_64/
H A Dcrtn.S17 pop %rdi
20 pop %rbp
25 pop %rdi
28 pop %rbp
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dllrintf.s7 pop %eax
8 pop %edx
/haiku/src/bin/debug/ltrace/arch/x86_64/
H A Darch_ltrace_stub.S28 pop %rdi
29 pop %rsi
30 pop %rdx
31 pop %rcx
32 pop %r8
33 pop %r9
65 pop %rdi
66 pop %rsi
70 pop %rbp
/haiku/src/system/kernel/arch/x86/64/
H A Dentry_compat.S49 pop %r15; \
50 pop %r14; \
51 pop %r13; \
52 pop %r12; \
53 pop %r11; \
54 pop %r10; \
55 pop %r9; \
56 pop %r8; \
57 pop %rbp; \
58 pop
[all...]
H A Dinterrupts.S47 pop %r15; \
48 pop %r14; \
49 pop %r13; \
50 pop %r12; \
51 pop %r11; \
52 pop %r10; \
53 pop %r9; \
54 pop %r8; \
55 pop %rbp; \
56 pop
[all...]
H A Darch.S104 pop %rbp
/haiku/src/system/libroot/os/arch/x86/
H A Datomic.S112 pop %ebx
113 pop %esi
131 pop %ebx
132 pop %esi
149 pop %ebx
150 pop %esi
170 pop %ebx
171 pop %esi
190 pop %ebx
191 pop
[all...]
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommandStack.cpp69 fUndoHistory.pop();
93 fRedoHistory.pop();
146 fUndoHistory.pop();
150 fRedoHistory.pop();
203 fUndoHistory.pop();
213 fUndoHistory.pop();
217 fUndoHistory.pop();
242 fRedoHistory.pop();
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.cpp72 fUndoHistory.pop();
96 fRedoHistory.pop();
149 fUndoHistory.pop();
153 fRedoHistory.pop();
206 fUndoHistory.pop();
216 fUndoHistory.pop();
220 fUndoHistory.pop();
245 fRedoHistory.pop();
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp72 fUndoHistory.pop();
92 fRedoHistory.pop();
134 fUndoHistory.pop();
136 fRedoHistory.pop();
198 fUndoHistory.pop();
205 fUndoHistory.pop();
208 fUndoHistory.pop();
224 fRedoHistory.pop();
/haiku/src/bin/debug/ltrace/arch/x86/
H A Darch_ltrace_stub.S15 pop %eax
66 pop %edi
69 pop %ebp
/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S68 pop %ds
70 pop %es
122 pop %es
123 pop %di
125 pop %dx
128 pop %cx
129 pop %bx
253 pop %ds
255 pop %es
/haiku/src/bin/network/ftpd/
H A Dpopen.c80 char **pop, *argv[MAXUSRARGS], *gargv[MAXGLOBARGS]; local
113 for (pop = gl.gl_pathv; *pop && gargc < (MAXGLOBARGS-1);
114 pop++)
115 gargv[gargc++] = strdup(*pop);
/haiku/headers/tools/cppunit/cppunit/
H A DTestSuite.h77 #pragma warning( pop )
H A DTestResult.h82 #pragma warning( pop )
H A DTestResultCollector.h84 #pragma warning( pop )
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DTools.inc75 %pop
107 pop %1
H A DSmartPtr.h88 #pragma warning(pop)
/haiku/src/system/kernel/lib/arch/x86/
H A Darch_string.S104 pop %edi
110 pop %ebp
/haiku/src/kits/media/
H A DChunkCache.cpp51 fChunkCache.pop();
86 fChunkCache.pop();
/haiku/headers/tools/cppunit/cppunit/extensions/
H A DTestFactoryRegistry.h144 #pragma warning( pop )
/haiku/headers/private/kernel/platform/next_m68k/
H A Ddisklabel.h85 #pragma pack(pop)
/haiku/src/system/libroot/posix/stdlib/
H A Dradixsort.c122 #define pop(a, n, i) a = (--sp)->sa, n = sp->sn, i = sp->si macro
141 pop(a, n, i);
239 pop(a, n, i);
/haiku/src/system/kernel/arch/x86/32/
H A Dinterrupts.S118 pop %gs; \
121 pop %es; \
122 pop %ds; \
772 pop %gs
792 // pop the bottom of the iframe
795 pop %gs
798 pop %es
799 pop %ds
806 // pop eflags, which also reenables interrupts
/haiku/src/apps/bootmanager/
H A Dbootman.S189 pop ax
225 pop dx define
226 pop cx
227 pop bx
228 pop ax
380 pop ax ; Add current ticks
662 pop dx define
663 pop cx
664 pop bx
665 pop a
[all...]

Completed in 536 milliseconds

123