Searched refs:push (Results 1 - 25 of 65) sorted by relevance

123

/haiku/src/system/glue/arch/x86_64/
H A Dcrti.S27 push %rbp
31 push %rdi
38 push %rbp
41 push %rdi
/haiku/src/bin/debug/ltrace/arch/x86_64/
H A Darch_ltrace_stub.S11 // push arguments on the stack
12 push %r9
13 push %r8
14 push %rcx
15 push %rdx
16 push %rsi
17 push %rdi
53 push %rbp
56 push %rsi
57 push
[all...]
/haiku/src/system/kernel/arch/x86/32/
H A Dsignals_asm.S20 push %ebp
29 // push the parameters for the handler function
38 push %eax
39 push %edi
45 // the vregs are on the stack -- push user data and signal number
47 push %eax
49 push %eax
58 push %edi
60 push %eax
H A Dinterrupts.S62 push %edx; \
63 push %eax; \
101 push %ds; \
102 push %es; \
103 push %fs; \
104 push %gs; \
168 push %eax; \
170 push %eax; \
179 push %edx; /* syscall return value */ \
180 push
[all...]
/haiku/src/bin/debug/ltrace/arch/x86/
H A Darch_ltrace_stub.S10 // push a pointer to arguments and a pointer to ourselves on the stack
12 push %eax
17 push %eax
45 push %ebp
49 push %edi
54 push %eax
56 push %eax
57 push %edi
/haiku/src/system/kernel/arch/x86/64/
H A Dentry_compat.S26 push %rax; /* orig_rax */ \
27 push %rax; \
28 push %rbx; \
29 push %rcx; \
30 push %rdx; \
31 push %rdi; \
32 push %rsi; \
33 push %rbp; \
34 push %r8; \
35 push
[all...]
H A Dinterrupts.S24 push %rax; /* orig_rax */ \
25 push %rax; \
26 push %rbx; \
27 push %rcx; \
28 push %rdx; \
29 push %rdi; \
30 push %rsi; \
31 push %rbp; \
32 push %r8; \
33 push
[all...]
H A Darch.S85 push %rbp
89 push %rsi
/haiku/src/system/libroot/posix/arch/x86/
H A Dsiglongjmp.S30 push %edx // return address
33 push %eax // value
34 push %ecx // buffer
H A Dsigsetjmp.S54 push %eax // buffer
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dentry.S28 push $KERNEL_CODE_SELECTOR
30 push %rax
49 push $2
/haiku/src/tests/system/libroot/posix/
H A Dsetjmp_test2.S5 push %eax
/haiku/src/system/libroot/os/arch/x86/
H A Datomic.S101 push %esi
102 push %ebx
120 push %esi
121 push %ebx
140 push %esi
141 push %ebx
157 push %esi
158 push %ebx
177 push %esi
178 push
[all...]
/haiku/src/system/libroot/posix/arch/x86_64/
H A Dsiglongjmp.S21 // Restore new stack pointer and push return address.
24 push %rax
/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S67 push $0x07c0
69 push $0x1000
113 push %bx
114 push %cx
115 push %dx
116 push %di
117 push %es
254 push %ds
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommandStack.cpp72 fRedoHistory.push(command);
74 fUndoHistory.push(command);
96 fUndoHistory.push(command);
98 fRedoHistory.push(command);
231 fUndoHistory.push(command);
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.cpp75 fRedoHistory.push(command);
77 fUndoHistory.push(command);
99 fUndoHistory.push(command);
101 fRedoHistory.push(command);
234 fUndoHistory.push(command);
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp75 fRedoHistory.push(edit);
77 fUndoHistory.push(edit);
95 fUndoHistory.push(edit);
97 fRedoHistory.push(edit);
218 fUndoHistory.push(edit);
/haiku/headers/tools/cppunit/cppunit/
H A DTestSuite.h7 #pragma warning( push )
H A DTestResult.h7 #pragma warning( push )
H A DTestResultCollector.h7 #pragma warning( push )
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DTools.inc52 %push proc
98 push %1
/haiku/src/system/kernel/lib/arch/x86/
H A Darch_string.S53 push %ebp
57 push %edi
/haiku/src/system/libroot/posix/stdlib/
H A Dradixsort.c123 #define push(a, n, i) sp->sa = a, sp->sn = n, (sp++)->si = i macro
139 push(a, n, i);
171 push(a, n, i+1);
177 * Set top[]; push incompletely sorted bins onto stack.
199 push(ak, *cp, i+1);
237 push(a, n, i);
279 push(ak, c, i+1);
/haiku/headers/tools/cppunit/cppunit/extensions/
H A DTestFactoryRegistry.h7 #pragma warning( push )

Completed in 481 milliseconds

123