Searched refs:LP_SIZE (Results 1 – 13 of 13) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/ |
D | sysdep.h | 391 rol $2*LP_SIZE+1, reg 392 # define PTR_DEMANGLE(reg) ror $2*LP_SIZE+1, reg; \ 396 "rol $2*" LP_SIZE "+1, %0" \ 398 # define PTR_DEMANGLE(reg) asm ("ror $2*" LP_SIZE "+1, %0\n" \ 405 rol $2*LP_SIZE+1, reg 406 # define PTR_DEMANGLE(reg) ror $2*LP_SIZE+1, reg; \ 410 "rol $2*" LP_SIZE "+1, %0" \ 415 # define PTR_DEMANGLE(var) asm ("ror $2*" LP_SIZE "+1, %0\n" \
|
D | ____longjmp_chk.S | 145 LIBC_PROBE (longjmp, 3, LP_SIZE@%RDI_LP, -4@%esi, LP_SIZE@%RDX_LP) 166 LP_SIZE@%RDI_LP, -4@%eax, LP_SIZE@%RDX_LP)
|
D | libc_sigaction.c | 98 " .align " LP_SIZE "\n" \ 129 " .align " LP_SIZE "\n" \
|
/glibc-2.36/sysdeps/x86_64/ |
D | __longjmp.S | 89 LIBC_PROBE (longjmp, 3, LP_SIZE@%RDI_LP, -4@%esi, LP_SIZE@%RDX_LP) 110 LP_SIZE@%RDI_LP, -4@%eax, LP_SIZE@%RDX_LP)
|
D | setjmp.S | 57 LIBC_PROBE (setjmp, 3, LP_SIZE@%RDI_LP, -4@%esi, LP_SIZE@%RAX_LP)
|
D | sysdep.h | 72 #define LP_SIZE 8 141 #define LP_SIZE "8" macro
|
/glibc-2.36/sysdeps/x86_64/x32/ |
D | sysdep.h | 21 #undef LP_SIZE 44 # define LP_SIZE 4 69 # define LP_SIZE "4" macro
|
/glibc-2.36/sysdeps/x86_64/multiarch/ |
D | strcmp-sse4_2.S | 118 mov LOCALE_T___LOCALES+LC_CTYPE*LP_SIZE(%rdx), %RAX_LP 129 mov LOCALE_T___LOCALES+LC_CTYPE*LP_SIZE(%rcx), %RAX_LP
|
D | strcmp-sse2.S | 103 mov LOCALE_T___LOCALES+LC_CTYPE*LP_SIZE(%rdx), %RAX_LP 113 mov LOCALE_T___LOCALES+LC_CTYPE*LP_SIZE(%rcx), %RAX_LP
|
D | strcmp-avx2.S | 213 mov LOCALE_T___LOCALES + LC_CTYPE * LP_SIZE(%LOCALE_REG), %RAX_LP
|
D | strcmp-evex.S | 231 mov LOCALE_T___LOCALES + LC_CTYPE * LP_SIZE(%LOCALE_REG), %RAX_LP
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl | 1327 LP_SIZE alignment and .quad with ASM_ADDR. 1334 LP_SIZE alignment and .quad with ASM_ADDR. 1345 LP_SIZE alignment and .quad with ASM_ADDR. 1353 LP_SIZE alignment and .quad with ASM_ADDR. 1361 LP_SIZE alignment and .quad with ASM_ADDR. 1376 (LLL_STUB_UNWIND_INFO_START): Align label to LP_SIZE instead
|
D | ChangeLog.18 | 80229 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use 82468 8-byte data alignment with LP_SIZE alignment. 82572 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1 82578 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
|