/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-string.h | 290 tmp2 = tmp1 + sizeof(tmp); \ 291 *--tmp2 = '\0'; \ 296 *--tmp2 = '0' + v; \ 298 *--tmp2 = 'a' - 0x0a + v; \ 301 *--tmp2 = 'x'; \ 302 *--tmp2 = '0'; \ 303 _dl_write(2, tmp2, tmp1 - tmp2 + sizeof(tmp) - 1); \ 311 tmp2 = tmp1 + sizeof(tmp); \ 312 *--tmp2 = '\0'; \ 316 *--tmp2 = '0' + v; \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sh/ |
A D | lowlevellock.S | 43 swap.b tmp2, tmp2; \ 44 or tmp2, tmp; \ 84 add tmp2, tmp ; \ 91 and tmp2, reg 96 add tmp2, tmp ; \ 103 and tmp2, reg ; \ 110 add tmp2, tmp ; \ 117 and tmp2, reg ; \ 120 swap.b tmp2, tmp2; \ 121 or tmp2, tmp; \ [all …]
|
A D | lowlevelrobustlock.S | 33 # define LOAD_FUTEX_WAIT(reg,tmp,tmp2) \ argument 39 # define LOAD_FUTEX_WAIT(reg,tmp,tmp2) \ argument 41 mov.w 99f, tmp2 ; \ 42 add tmp2, tmp ; \ 43 mov.l @tmp, tmp2 ; \ 49 and tmp2, reg 51 # define LOAD_FUTEX_WAIT(reg,tmp,tmp2) \ argument 53 mov.w 99f, tmp2 ; \ 54 add tmp2, tmp ; \ 55 mov.l @tmp, tmp2 ; \ [all …]
|
/l4re-core-master/libgcc/lib/ARCH-arm/ |
A D | l4-atomic-64bit.c | 80 long long tmp,tmp2; \ 84 tmp2 = PFX_OP (tmp INF_OP val); \ 85 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \ 109 long long tmp,tmp2; \ 113 tmp2 = PFX_OP (tmp INF_OP val); \ 114 failure = __kernel_cmpxchg64 (&tmp, &tmp2, ptr); \ 117 return tmp2; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/powerpc/ |
A D | memcpy.c | 28 unsigned long rem, chunks, tmp1, tmp2; in memcpy() local 45 tmp2 = *(unsigned long *)tmp_from; in memcpy() 48 *(unsigned long *)tmp_to = tmp2; in memcpy()
|
A D | memmove.c | 27 unsigned long rem, chunks, tmp1, tmp2; in memmove() local 46 tmp2 = *(unsigned long *)tmp_from; in memmove() 49 *(unsigned long *)tmp_to = tmp2; in memmove()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/ |
A D | memcpy.S | 62 #define tmp2 r23 macro 94 #define tempreg tmp2 201 ld1 tmp2 = [src], 1 /* */ 210 st1 [dest] = tmp2, 1 /* */ 211 (p_scr) ld1 tmp2 = [src], 1 /* */ 350 ld1 tmp2 = [src], 1 357 st1 [dest] = tmp2, 1 358 (p_scr) ld1 tmp2 = [src], 1 392 and tmp2 = -16, len /* tmp2 = len & -OPSIZ */ 396 add src = src, tmp2 /* src += len & (-16) */ [all …]
|
A D | memmove.S | 48 #define tmp2 r23 macro 94 sub tmp2 = r0, in0 /* tmp2 = -dest */ 137 and loopcnt = 7, tmp2 /* loopcnt = -dest % 8 */ 153 and tmp2 = -8, len /* tmp2 = len & -OPSIZ */ 165 add src = src, tmp2 /* src += len & -OPSIZ */
|
A D | memcmp.S | 60 .rotr r[MEMLAT + 2], q[MEMLAT + 5], tmp1[4], tmp2[4], val[2] 115 (p[MEMLAT]) shl tmp2[0] = r[0 + MEMLAT], sh2 /* tmp2 = w1 << sh2 */ 117 (p[MEMLAT+3]) or val[0] = tmp1[3], tmp2[3] /* val = tmp1 | tmp2 */
|
A D | memccpy.S | 68 .rotr r[MEMLAT + 7], tmp1[4], tmp2[4], val[4], tmp3[2], pos0[2] 125 (p[MEMLAT]) shl tmp2[0] = r[0 + MEMLAT], sh2 /* tmp2 = w1 << sh2 */ 133 (p[MEMLAT+3]) or val[0] = tmp1[3], tmp2[3] /* val = tmp1 | tmp2 */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/ |
A D | divrem.h | 47 #define tmp2 t3 macro 106 DIV_ONLY(stq tmp2,32(sp)) 131 3: DIV_ONLY(addq quotient, mask, tmp2) 135 DIV_ONLY(cmovne compare, tmp2, quotient) 144 DIV_ONLY(ldq tmp2, 32(sp))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/mips/ |
A D | pspinlock.c | 29 unsigned int tmp1, tmp2; in __pthread_spin_lock() local 44 : "=m" (*lock), "=&r" (tmp1), "=&r" (tmp2) in __pthread_spin_lock()
|
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/mips/ |
A D | pspinlock.c | 29 unsigned int tmp1, tmp2; in __pthread_spin_lock() local 49 : "=m" (*lock), "=&r" (tmp1), "=&r" (tmp2) in __pthread_spin_lock()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/ |
A D | ldd.c | 486 char *tmp, *tmp1, *tmp2; in add_library() local 508 tmp1 = tmp2 = cur->name; in add_library() 511 tmp2 = tmp1 + 1; in add_library() 514 if (strcmp(tmp2, s) == 0) { in add_library()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | expr.c | 560 struct expr *tmp, *tmp1, *tmp2; in expr_eliminate_dups2() local 579 tmp2 = expr_copy(e2); in expr_eliminate_dups2() 580 tmp = expr_extract_eq_and(&tmp1, &tmp2); in expr_eliminate_dups2() 586 expr_free(tmp2); in expr_eliminate_dups2() 594 tmp2 = expr_copy(e2); in expr_eliminate_dups2() 595 tmp = expr_extract_eq_or(&tmp1, &tmp2); in expr_eliminate_dups2() 601 expr_free(tmp2); in expr_eliminate_dups2()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/ |
A D | longlong.h | 1166 UDItype tmp1, tmp2, tmp3, tmp4; \ 1191 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|