Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 36) sorted by relevance

12

/sysdeps/s390/s390-32/
A Dsub_n.S36 .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 Dadd_n.S37 .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 Dsub_n.S34 .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 Dadd_n.S37 .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 Dadd_n.S51 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 Dsub_n.S51 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 Dconvert_scm_timestamps.c50 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 Dtst-basic3.c58 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 Dclose_range.c26 __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 Dsigwait.c101 preemptor.last = -1; in __sigwait()
/sysdeps/ieee754/ldbl-128ibm-compat/
A Dtest-syslog-ldbl-compat-template.c27 do_test_one_call (void *last, ...) in do_test_one_call() argument
38 va_start (ap, last); in do_test_one_call()
A Dtest-obstack-ldbl-compat-template.c31 do_test_call (void *last, ...) in do_test_call() argument
47 va_start (ap, last); in do_test_call()
/sysdeps/alpha/alphaev67/
A Dstpcpy.S40 # t8 = bitmask (with one bit set) indicating the last byte written
41 # a0 = unaligned address of the last *word* written
A Dstrncat.S65 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 Dstpncpy.S42 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 Dstpcpy.S38 and t8, 0xcc, t1 # last byte written.
A Dstrncpy.S46 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 Dstrrchr.S42 mov zero, t6 # .. e1 : t6 is last match aligned addr
44 mov zero, t7 # .. e1 : t7 is last match byte compare mask
A Dstrncat.S72 zapnot t0, t8, t1 # was last byte a null?
/sysdeps/aarch64/multiarch/
A Dmemset_a64fx.S41 .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 Dsigpreempt.h25 && (sigcode) >= (preemptor)->first && (sigcode) <= (preemptor)->last)
/sysdeps/ia64/
A Dmemchr.S48 #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 Dsysdep.S25 .section .text.last, "ax", @progbits
/sysdeps/posix/
A Dsprofil.c54 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 Daio_misc.h105 extern void __aio_remove_request (struct requestlist *last,

Completed in 16 milliseconds

12