Searched refs:RSP_LP (Results 1 – 12 of 12) sorted by relevance
/glibc-2.36/sysdeps/x86_64/ |
D | dl-trampoline.h | 79 mov %RSP_LP, %RBX_LP 81 and $-STATE_SAVE_ALIGNMENT, %RSP_LP 84 sub $REGISTER_SAVE_AREA, %RSP_LP 91 sub _rtld_local_ro+RTLD_GLOBAL_RO_DL_X86_CPU_FEATURES_OFFSET+XSAVE_STATE_SIZE_OFFSET(%rip), %RSP_LP 93 sub _dl_x86_cpu_features+XSAVE_STATE_SIZE_OFFSET(%rip), %RSP_LP 148 mov %RBX_LP, %RSP_LP 154 add $(LOCAL_STORAGE_AREA + 16), %RSP_LP 181 sub $32, %RSP_LP # Allocate the local storage. 200 mov %RSP_LP, %RBX_LP 204 and $-VEC_SIZE, %RSP_LP [all …]
|
D | tls_get_addr.S | 52 mov %RSP_LP, %RBP_LP 54 and $-16, %RSP_LP 56 mov %RBP_LP, %RSP_LP
|
D | start.S | 87 mov %RSP_LP, %RDX_LP 89 and $~15, %RSP_LP
|
D | sysdep.h | 88 #define RSP_LP rsp 157 #define RSP_LP "rsp" macro
|
D | __longjmp.S | 107 mov %R8_LP,%RSP_LP
|
/glibc-2.36/sysdeps/x86_64/x32/ |
D | sysdep.h | 31 #undef RSP_LP 57 # define RSP_LP esp 82 # define RSP_LP "esp" macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/ |
D | ____longjmp_chk.S | 40 # define CALL_FAIL sub $8, %RSP_LP; \ 48 # define CALL_FAIL sub $8, %RSP_LP; \ 80 cmp %R8_LP, %RSP_LP 163 mov %R8_LP, %RSP_LP
|
D | getcontext.S | 71 sub $24, %RSP_LP 72 mov %RSP_LP, %RSI_LP 86 add $24, %RSP_LP
|
D | swapcontext.S | 115 sub $24, %RSP_LP 116 mov %RSP_LP, %RSI_LP 130 add $24, %RSP_LP
|
D | clone3.S | 77 and $-16, %RSP_LP
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl | 1308 futex pointer into RDI_LP. Use RSP_LP to operate on stack.
|
D | ChangeLog.18 | 82377 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on 82489 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP. 82587 (RSP_LP): Likewise.
|