/sysdeps/arc/ |
A D | setjmp.S | 44 STR (blink, r0, 0) 45 STR (sp, r0, 1) 46 STR (fp, r0, 2) 47 STR (gp, r0, 3) 49 STR (r13, r0, 4) 50 STR (r14, r0, 5) 51 STR (r15, r0, 6) 52 STR (r16, r0, 7) 53 STR (r17, r0, 8) 54 STR (r18, r0, 9) [all …]
|
A D | sysdep.h | 50 # define STR(reg, rbase, off) st reg, [rbase, off * 4] macro
|
/sysdeps/unix/sysv/linux/arc/ |
A D | getcontext.S | 30 STR (r13, r2, 37) 31 STR (r14, r2, 36) 32 STR (r15, r2, 35) 33 STR (r16, r2, 34) 34 STR (r17, r2, 33) 35 STR (r18, r2, 32) 36 STR (r19, r2, 31) 37 STR (r20, r2, 30) 38 STR (r21, r2, 29) 39 STR (r22, r2, 28) [all …]
|
A D | swapcontext.S | 28 STR (r13, r2, 37) 29 STR (r14, r2, 36) 30 STR (r15, r2, 35) 31 STR (r16, r2, 34) 32 STR (r17, r2, 33) 33 STR (r18, r2, 32) 34 STR (r19, r2, 31) 35 STR (r20, r2, 30) 36 STR (r21, r2, 29) 37 STR (r22, r2, 28) [all …]
|
/sysdeps/unix/sysv/linux/ |
A D | tst-ntp_gettime.c | 29 #define STR(__s) #__s macro 46 FAIL_EXIT1 (STR(NTP_GETTIME_SYSCALL)" failed: %m\n"); in do_test()
|
A D | tst-fallocate-common.c | 32 #define XSTR(s) STR(S) 33 #define STR(s) #s macro
|
A D | tst-sync_file_range.c | 31 #define XSTR(s) STR(S) 32 #define STR(s) #s macro
|
/sysdeps/i386/ |
A D | strlen.S | 24 #define STR PARMS macro 29 movl STR(%esp), %ecx 127 L(2): subl STR(%esp), %eax /* compute difference to string start */
|
A D | rawmemchr.S | 25 #define STR RTN macro 26 #define CHR STR+4 37 movl STR(%esp), %eax
|
A D | strchr.S | 25 #define STR RTN macro 26 #define CHR STR+4 34 movl STR(%esp), %eax
|
A D | strchrnul.S | 26 #define STR RTN macro 27 #define CHR STR+4 36 movl STR(%esp), %eax
|
A D | strcspn.S | 25 #define STR PARMS macro 26 #define STOP STR+4 31 movl STR(%esp), %edx
|
A D | strspn.S | 25 #define STR PARMS macro 26 #define SKIP STR+4 31 movl STR(%esp), %edx
|
A D | strpbrk.S | 26 #define STR RTN macro 27 #define STOP STR+4 32 movl STR(%esp), %edx
|
A D | memchr.S | 25 #define STR RTN macro 26 #define CHR STR+4 40 movl STR(%esp), %eax /* str: pointer to memory block. */
|
A D | strrchr.S | 25 #define STR RTN macro 26 #define CHR STR+4 38 movl STR(%esp), %esi
|
/sysdeps/i386/i586/ |
A D | strlen.S | 37 #define STR PARMS macro 42 movl STR(%esp), %eax 176 L(2): subl STR(%esp), %eax /* now compute the length as difference
|
A D | strchr.S | 38 #define STR RTN macro 39 #define CHR STR+4 54 movl STR(%esp), %eax
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | test-fmodrem-ldbl-128ibm.c | 26 #define STR(x) STRX (x) macro 27 #define SFUNC STR (FUNC)
|
/sysdeps/i386/i686/multiarch/ |
A D | strlen-sse2-bsf.S | 34 #define STR PARMS macro 42 mov STR(%esp), %edi
|
A D | wcslen-sse2.S | 21 # define STR 4 macro 25 mov STR(%esp), %edx
|
A D | strlen-sse2.S | 27 # define STR PARMS macro 52 mov STR(%esp), %edx
|