/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/x86_64/ |
A D | resolve.S | 31 subq $56,%rsp 33 movq %rax, (%rsp) 34 movq %rcx, 8(%rsp) 35 movq %rdx, 16(%rsp) 36 movq %rsi, 24(%rsp) 37 movq %rdi, 32(%rsp) 38 movq %r8, 40(%rsp) 39 movq %r9, 48(%rsp) 51 movq 48(%rsp), %r9 52 movq 40(%rsp), %r8 [all …]
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/x86_64/ |
A D | sysdep-cancel.h | 46 movq %rax, (%rsp); \ 49 movq (%rsp), %rdi; \ 51 movq %rax, 8(%rsp); \ 53 movq 8(%rsp), %rax; \ 60 # define PUSHARGS_1 PUSHARGS_0 movq %rdi, 8(%rsp); 68 # define POPARGS_1 POPARGS_0 movq 8(%rsp), %rdi; 69 # define POPARGS_2 POPARGS_1 movq 16(%rsp), %rsi; 70 # define POPARGS_3 POPARGS_2 movq 24(%rsp), %rdx; 71 # define POPARGS_4 POPARGS_3 movq 32(%rsp), %r10; 72 # define POPARGS_5 POPARGS_4 movq 40(%rsp), %r8; [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/ |
A D | sysdep-cancel.h | 46 movq %rax, (%rsp); \ 49 movq (%rsp), %rdi; \ 51 movq %rax, 8(%rsp); \ 53 movq 8(%rsp), %rax; \ 60 # define PUSHARGS_1 PUSHARGS_0 movq %rdi, 8(%rsp); 68 # define POPARGS_1 POPARGS_0 movq 8(%rsp), %rdi; 69 # define POPARGS_2 POPARGS_1 movq 16(%rsp), %rsi; 70 # define POPARGS_3 POPARGS_2 movq 24(%rsp), %rdx; 71 # define POPARGS_4 POPARGS_3 movq 32(%rsp), %r10; 72 # define POPARGS_5 POPARGS_4 movq 40(%rsp), %r8; [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/ |
A D | pthread_cond_timedwait.S | 90 movq %rdi, 8(%rsp) 91 movq %rsi, 16(%rsp) 126 movq 8(%rsp), %rdi 132 movq 8(%rsp), %rdi 135 movq %r9, 24(%rsp) 136 movl %edx, 4(%rsp) 151 movl %eax, (%rsp) 205 movl (%rsp), %edi 210 movq 8(%rsp), %rdi 227 cmpl 4(%rsp), %edx [all …]
|
A D | pthread_cond_wait.S | 40 leaq -FRAME_SIZE(%rsp), %rsp 62 movq %rdi, 8(%rsp) 63 movq %rsi, 16(%rsp) 87 movq 8(%rsp), %rdi 93 movq 8(%rsp), %rdi 96 movq %r9, 24(%rsp) 97 movl %edx, 4(%rsp) 111 movl %eax, (%rsp) 158 movq 8(%rsp), %rdi 175 cmpl 4(%rsp), %edx [all …]
|
A D | sem_timedwait.S | 131 leaq 8(%rsp), %rsp 179 subq $STACKFRAME, %rsp 189 movq %rsp, %rdi 194 movq 8(%rsp), %rax 199 subq (%rsp), %rdi 209 movq %rsi, 8(%rsp) 213 movl %eax, 16(%rsp) 215 movq %rsp, %r10 232 movl 16(%rsp), %edi 264 addq $STACKFRAME, %rsp [all …]
|
A D | lowlevellock.S | 230 subq $24, %rsp 244 movq %rsp, %rdi 257 subq (%rsp), %rdi 266 movq %rdi, (%rsp) 272 movq %rsp, %r10 289 6: addq $32, %rsp 392 subq $16, %rsp 396 2: movq %rsp, %rdi 407 subq (%rsp), %rdi 422 movq %rsp, %r10 [all …]
|
A D | lowlevelrobustlock.S | 205 subq $32, %rsp 211 1: movq %rax, 16(%rsp) 214 movq %rsp, %rdi 222 movq 8(%rsp), %rax 227 subq (%rsp), %rdi 236 movq %rdi, (%rsp) /* Store relative timeout. */ 237 movq %rsi, 8(%rsp) 239 movq 16(%rsp), %rdx 254 2: movq %rsp, %r10 255 movl 32(%rsp), %esi [all …]
|
A D | pthread_rwlock_timedrdlock.S | 50 subq $16, %rsp 121 movq %rsp, %rdi 127 movq 8(%rsp), %rax 132 subq (%rsp), %rcx 141 movq %rcx, (%rsp) /* Store relative timeout. */ 142 movq %rdi, 8(%rsp) 156 movq %rsp, %r10 196 addq $16, %rsp
|
A D | pthread_rwlock_timedwrlock.S | 50 subq $16, %rsp 118 movq %rsp, %rdi 124 movq 8(%rsp), %rax 129 subq (%rsp), %rcx 138 movq %rcx, (%rsp) /* Store relative timeout. */ 139 movq %rdi, 8(%rsp) 153 movq %rsp, %r10 193 addq $16, %rsp
|
A D | sysdep-cancel.h | 47 subq $8, %rsp; cfi_adjust_cfa_offset (8); \ 50 movq %rax, (%rsp); \ 52 movq (%rsp), %rdi; \ 57 addq $8,%rsp; cfi_adjust_cfa_offset (-8); \
|
A D | pthread_once.S | 96 callq *16(%rsp) 107 addq $8, %rsp 121 4: addq $8, %rsp 139 movq (%rsp), %rdi
|
A D | sem_wait.S | 111 leaq 8(%rsp), %rsp 134 movq (%rsp), %rdi
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/x86_64/ |
A D | strspn.S | 38 subq $256, %rsp /* Make space for 256 bytes. */ 40 movq %rsp, %rdi 58 movb %cl, (%rsp,%rcx) /* set corresponding byte in stopset table */ 63 movb %cl, (%rsp,%rcx) /* set corresponding byte in stopset table */ 68 movb %cl, (%rsp,%rcx) /* set corresponding byte in stopset table */ 72 movb %cl, (%rsp,%rcx) /* set corresponding byte in stopset table */ 97 testb %cl, (%rsp,%rcx) /* is it contained in skipset? */ 101 testb %cl, (%rsp,%rcx) /* is it contained in skipset? */ 105 testb %cl, (%rsp,%rcx) /* is it contained in skipset? */ 109 testb %cl, (%rsp,%rcx) /* is it contained in skipset? */ [all …]
|
A D | strcspn.S | 43 subq $256, %rsp /* Make space for 256 bytes. */ 45 movq %rsp, %rdi 63 movb %cl, (%rsp,%rcx) /* set corresponding byte in skipset table */ 68 movb %cl, (%rsp,%rcx) /* set corresponding byte in skipset table */ 73 movb %cl, (%rsp,%rcx) /* set corresponding byte in skipset table */ 77 movb %cl, (%rsp,%rcx) /* set corresponding byte in skipset table */ 102 cmpb %cl, (%rsp,%rcx) /* is it contained in skipset? */ 106 cmpb %cl, (%rsp,%rcx) /* is it contained in skipset? */ 110 cmpb %cl, (%rsp,%rcx) /* is it contained in skipset? */ 114 cmpb %cl, (%rsp,%rcx) /* is it contained in skipset? */ [all …]
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | tramp-amd64.S | 4 mov 16(%rsp), %rdi 5 mov 0(%rsp), %rsi 6 addq $24, %rsp 7 andq $~15, %rsp
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/ |
A D | sched_getcpu.S | 30 sub $0x8, %rsp 33 movq %rsp, %rdi 65 movl (%rsp), %eax 68 add $0x8, %rsp
|
A D | crt1.S | 97 movq %rsp, %rdx /* argv starts just at the current stack top. */ 100 andq $~15, %rsp 106 pushq %rsp
|
A D | crti.S | 9 subq $8, %rsp 16 subq $8, %rsp
|
A D | crtn.S | 8 addq $8, %rsp 15 addq $8, %rsp
|
A D | swapcontext.S | 53 movq (%rsp), %rcx 55 leaq 8(%rsp), %rcx /* Exclude the return address. */ 92 movq oRSP(%rsi), %rsp
|
A D | setjmp.S | 31 leaq 8(%rsp), %rdx /* Save SP as it will be after we return. */ 33 movq (%rsp), %rax /* Save PC we are returning to now. */
|
A D | getcontext.S | 51 movq (%rsp), %rcx 53 leaq 8(%rsp), %rcx /* Exclude the return address. */
|
A D | setcontext.S | 68 cfi_offset(%rsp,oRSP) 71 movq oRSP(%rdi), %rsp
|
/l4re-core-master/moe/server/src/ARCH-amd64/ |
A D | crt0.S | 28 mov $_stack_top-16, %rsp
|