Home
last modified time | relevance | path

Searched refs:LP_SIZE (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/
Dsysdep.h391 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.S145 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)
Dlibc_sigaction.c98 " .align " LP_SIZE "\n" \
129 " .align " LP_SIZE "\n" \
/glibc-2.36/sysdeps/x86_64/
D__longjmp.S89 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)
Dsetjmp.S57 LIBC_PROBE (setjmp, 3, LP_SIZE@%RDI_LP, -4@%esi, LP_SIZE@%RAX_LP)
Dsysdep.h72 #define LP_SIZE 8
141 #define LP_SIZE "8" macro
/glibc-2.36/sysdeps/x86_64/x32/
Dsysdep.h21 #undef LP_SIZE
44 # define LP_SIZE 4
69 # define LP_SIZE "4" macro
/glibc-2.36/sysdeps/x86_64/multiarch/
Dstrcmp-sse4_2.S118 mov LOCALE_T___LOCALES+LC_CTYPE*LP_SIZE(%rdx), %RAX_LP
129 mov LOCALE_T___LOCALES+LC_CTYPE*LP_SIZE(%rcx), %RAX_LP
Dstrcmp-sse2.S103 mov LOCALE_T___LOCALES+LC_CTYPE*LP_SIZE(%rdx), %RAX_LP
113 mov LOCALE_T___LOCALES+LC_CTYPE*LP_SIZE(%rcx), %RAX_LP
Dstrcmp-avx2.S213 mov LOCALE_T___LOCALES + LC_CTYPE * LP_SIZE(%LOCALE_REG), %RAX_LP
Dstrcmp-evex.S231 mov LOCALE_T___LOCALES + LC_CTYPE * LP_SIZE(%LOCALE_REG), %RAX_LP
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl1327 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
DChangeLog.1880229 * 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.