/sysdeps/s390/s390-32/ |
A D | sub_n.S | 36 .L0: l %r6,0(%r1,%r3) # .L0 -> no carry from last sub 42 slr %r2,%r2 # no last carry to return 44 .L2: l %r6,0(%r1,%r3) # .L2 -> carry from last sub 47 slr %r6,%r0 # no carry yet, add carry from last sub 52 lr %r2,%r0 # return last carry 54 .L4: slr %r6,%r0 # already a carry, add carry from last sub 58 lr %r2,%r0 # return last carry
|
A D | add_n.S | 37 .L0: l %r6,0(%r1,%r3) # .L0 -> no carry from last add 43 slr %r2,%r2 # no last carry to return 45 .L2: l %r6,0(%r1,%r3) # .L2 -> carry from last add 48 alr %r6,%r0 # no carry yet, add carry from last add 53 lr %r2,%r0 # return last carry 55 .L4: alr %r6,%r0 # already a carry, add carry from last add 59 lr %r2,%r0 # return last carry
|
/sysdeps/s390/s390-64/ |
A D | sub_n.S | 34 .L0: lg %r6,0(%r1,%r3) # .L0 -> no carry from last sub 40 slgr %r2,%r2 # no last carry to return 42 .L2: lg %r6,0(%r1,%r3) # .L2 -> carry from last sub 45 slgr %r6,%r0 # no carry yet, add carry from last sub 50 lgr %r2,%r0 # return last carry 52 .L4: slgr %r6,%r0 # already a carry, add carry from last sub 56 lgr %r2,%r0 # return last carry
|
A D | add_n.S | 37 .L0: lg %r6,0(%r1,%r3) # .L0 -> no carry from last add 43 slgr %r2,%r2 # no last carry to return 45 .L2: lg %r6,0(%r1,%r3) # .L2 -> carry from last add 48 algr %r6,%r0 # no carry yet, add carry from last add 53 lgr %r2,%r0 # return last carry 55 .L4: algr %r6,%r0 # already a carry, add carry from last add 59 lgr %r2,%r0 # return last carry
|
/sysdeps/alpha/alphaev5/ |
A D | add_n.S | 51 cmpult $20,$0,$25 # compute cy from last add 56 cmpult $28,$25,$8 # compute cy from last add 68 cmpult $28,$25,$8 # compute cy from last add 69 cmpult $22,$28,$25 # compute cy from last add 75 cmpult $28,$25,$8 # compute cy from last add 76 cmpult $23,$28,$25 # compute cy from last add 84 cmpult $28,$25,$8 # compute cy from last add 95 cmpult $28,$25,$8 # compute cy from last add 102 cmpult $28,$25,$8 # compute cy from last add 109 cmpult $28,$25,$8 # compute cy from last add [all …]
|
A D | sub_n.S | 51 cmpult $4,$20,$25 # compute cy from last sub 56 cmpult $28,$25,$8 # compute cy from last add 68 cmpult $28,$25,$8 # compute cy from last add 69 cmpult $6,$22,$25 # compute cy from last add 75 cmpult $28,$25,$8 # compute cy from last add 76 cmpult $7,$23,$25 # compute cy from last add 84 cmpult $28,$25,$8 # compute cy from last add 86 cmpult $4,$20,$25 # compute cy from last add 95 cmpult $28,$25,$8 # compute cy from last add 102 cmpult $28,$25,$8 # compute cy from last add [all …]
|
/sysdeps/unix/sysv/linux/ |
A D | convert_scm_timestamps.c | 50 struct cmsghdr *cmsg, *last = NULL; in __convert_scm_timestamps() local 79 last = cmsg; in __convert_scm_timestamps() 82 if (last == NULL || type == 0) in __convert_scm_timestamps() 92 cmsg = CMSG_NXTHDR(msg, last); in __convert_scm_timestamps()
|
/sysdeps/pthread/ |
A D | tst-basic3.c | 58 pthread_t last = pthread_self (); in do_test() local 66 if (pthread_create (&t[i], NULL, tf, (void *) last) != 0) in do_test() 74 last = t[i]; in do_test()
|
/sysdeps/mach/hurd/ |
A D | close_range.c | 26 __close_range (unsigned int first, unsigned int last, in __close_range() argument 31 if (first > last) in __close_range() 39 for (i = first; i <= last && i < _hurd_dtablesize; i++) in __close_range()
|
A D | sigwait.c | 101 preemptor.last = -1; in __sigwait()
|
/sysdeps/ieee754/ldbl-128ibm-compat/ |
A D | test-syslog-ldbl-compat-template.c | 27 do_test_one_call (void *last, ...) in do_test_one_call() argument 38 va_start (ap, last); in do_test_one_call()
|
A D | test-obstack-ldbl-compat-template.c | 31 do_test_call (void *last, ...) in do_test_call() argument 47 va_start (ap, last); in do_test_call()
|
/sysdeps/alpha/alphaev67/ |
A D | stpcpy.S | 40 # t8 = bitmask (with one bit set) indicating the last byte written 41 # a0 = unaligned address of the last *word* written
|
A D | strncat.S | 65 bic a0, 7, a0 # E : word align the last write address. 66 zapnot t0, t8, t1 # U : was last byte a null?
|
/sysdeps/alpha/ |
A D | stpncpy.S | 42 and t8, 0xcc, t2 # last byte written. 55 zapnot t0, t8, t4 # e0 : was last byte a null? 59 or t2, t8, t2 # e0 : clear the bits between the last 60 or t3, t10, t3 # .. e1 : written byte and the last byte in 62 cmovne t4, t5, v0 # .. e1 : if last written wasnt null, inc v0
|
A D | stpcpy.S | 38 and t8, 0xcc, t1 # last byte written.
|
A D | strncpy.S | 46 or t2, t8, t2 # e0 : clear the bits between the last 47 or t3, t10, t3 # .. e1 : written byte and the last byte in
|
A D | strrchr.S | 42 mov zero, t6 # .. e1 : t6 is last match aligned addr 44 mov zero, t7 # .. e1 : t7 is last match byte compare mask
|
A D | strncat.S | 72 zapnot t0, t8, t1 # was last byte a null?
|
/sysdeps/aarch64/multiarch/ |
A D | memset_a64fx.S | 41 .macro st1b_unroll first=0, last=7 43 .if \last-\first 44 st1b_unroll "(\first+1)", \last 59 b.last 1f 112 L(last): 167 b L(last)
|
/sysdeps/hurd/include/hurd/ |
A D | sigpreempt.h | 25 && (sigcode) >= (preemptor)->first && (sigcode) <= (preemptor)->last)
|
/sysdeps/ia64/ |
A D | memchr.S | 48 #define last r20 macro 68 add last = str, in2 // last byte 70 cmp.ltu p6, p0 = last, str 72 (p6) mov last = -1 151 (p7) cmp.geu p6, p7 = ret0, last // don't go over the last byte
|
/sysdeps/unix/alpha/ |
A D | sysdep.S | 25 .section .text.last, "ax", @progbits
|
/sysdeps/posix/ |
A D | sprofil.c | 54 struct region *last, *overflow; member 109 struct region *region, *r = prof_info.last; in profil_count() 127 prof_info.last = r; in profil_count() 333 prof_info.last = prof_info.region; in __sprofil()
|
/sysdeps/generic/ |
A D | aio_misc.h | 105 extern void __aio_remove_request (struct requestlist *last,
|