Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 17 of 17) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/
A Dclone.S36 movel %d2, %d1 /* save %d2 and get stack pointer */
37 movel %a1, %d2
40 exg %d2, %a1 /* save %d2 and get stack pointer */
46 movel %d2, %d1 /* restore %d2 */
47 movel %a1, %d2
50 exg %d2, %a1 /* restore %d2 */
A Dbsd-setjmp.S16 moveml %d2-%d7/%a2-%a7, %a0@(JB_REGS)
A Dsetjmp.S16 moveml %d2-%d7/%a2-%a7, %a0@(JB_REGS)
A Dbsd-_setjmp.S15 moveml %d2-%d7/%a2-%a7, %a0@(JB_REGS)
A D__longjmp.S17 moveml %a0@(JB_REGS), %d2-%d7/%a2-%a7
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/
A Dsysdep-cancel.h42 move.l %d0, %d2; \
45 move.l %d2, %d0; \
50 # define DOCARGS_0 move.l %d2, -(%sp);
52 # define UNDOCARGS_0 move.l (%sp)+, %d2;
59 # define _DOCARGS_2(n) move.l %d2, -(%sp); move.l n+4(%sp), %d2; \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/i386/
A Dstrcat.c37 int d0, d1, d2, d3; in strcat() local
46 : "=&S" (d0), "=&D" (d1), "=&a" (d2), "=&c" (d3) in strcat()
A Dstrcpy.c38 int d0, d1, d2; in strcpy() local
44 : "=&S" (d0), "=&D" (d1), "=&a" (d2) in strcpy()
A Dmemcpy.c38 int d0, d1, d2; in memcpy() local
48 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in memcpy()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/
A Dcrtn.S8 add .d2 B15, 8, B15
15 add .d2 B15, 8, B15
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/sys/
A Duser.h44 long d1,d2,d3,d4,d5,d6,d7; member
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/
A Dgeneric_128.h390 const uint128_t d2 = p1 < q1; // 256 in mul_128_256_shift() local
391 const uint128_t p2 = b13 + (s3 >> 64) + c2 + (c3 << 64) + d1 + d2; // 256 in mul_128_256_shift()
/l4re-core-master/sigma0/server/src/
A Dmemmap.cc281 l4_umword_t d2 = l4_utcb_mr_u(utcb)->mr[1]; in pager() local
283 << d1 << " d2=" << d2 << L4::dec << " from thread=" in pager()
/l4re-core-master/l4util/lib/src/ARCH-amd64/
A Dpmc_events.in75 d2 PARTIAL_RAT_STALLS
/l4re-core-master/l4util/lib/src/ARCH-x86/
A Dpmc_events.in75 d2 PARTIAL_RAT_STALLS
/l4re-core-master/lua/lib/contrib/src/
A Dlbaselib.c388 static int dofilecont (lua_State *L, int d1, lua_KContext d2) { in dofilecont() argument
389 (void)d1; (void)d2; /* only to match 'lua_Kfunction' prototype */ in dofilecont()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_old.c6829 register const CHAR_T *d2, *dend2; in wcs_re_match_2_internal() local
6838 d2 = regstart[regno]; in wcs_re_match_2_internal()
6852 while (d2 == dend2) in wcs_re_match_2_internal()
6858 d2 = string2; in wcs_re_match_2_internal()
6862 if (d2 == dend2) break; in wcs_re_match_2_internal()
6872 if (mcnt > dend2 - d2) in wcs_re_match_2_internal()
6873 mcnt = dend2 - d2; in wcs_re_match_2_internal()
6878 ? PREFIX(bcmp_translate) (d, d2, mcnt, translate) in wcs_re_match_2_internal()
6879 : memcmp (d, d2, mcnt*sizeof(UCHAR_T))) in wcs_re_match_2_internal()
6881 d += mcnt, d2 += mcnt; in wcs_re_match_2_internal()

Completed in 41 milliseconds