Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 25 of 43) sorted by relevance

12

/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/
Dmemset-arm.S40 and ip, r1, #255
48 strb ip, [r3], #1
60 add ip, r3, #16
64 str lr, [ip, #-16]
65 str lr, [ip, #-12]
66 str lr, [ip, #-8]
67 str lr, [ip, #-4]
68 add ip, ip, #16
70 sub ip, r2, #16
71 bic ip, ip, #15
[all …]
Dstrcpy.S59 mov ip, r0
80 streq r3, [ip], #4
97 str r3, [ip], #4
102 streq r4, [ip], #4
109 strb r3, [ip], #1
127 strb r2, [ip], #1
138 strhne r2, [ip], #2
140 strbeq r2, [ip]
145 strhne r2, [ip], #2
146 strbeq r2, [ip]
[all …]
Dsetjmp.S206 pacbti ip, lr, sp
208 pac ip, lr, sp
210 mov r3, ip
221 mov ip, sp
222 stmia r0!, { r4-r10, fp, ip, lr }
233 mov ip, r3
234 aut ip, lr, sp
259 ldmia r0!, { r4-r10, fp, ip, lr }
260 mov sp, ip
275 ldr ip, [r2, #JUMPBUF_PAC]
[all …]
Darm_asm.h186 pacbti ip, lr, sp
188 pac ip, lr, sp
204 push {r\first-r\last, ip, lr}
211 push {r\first-r\last, ip}
234 push {r\first, ip, lr}
241 push {r\first, ip}
265 push {ip, lr}
271 push {ip}
306 pop {r\first-r\last, ip, lr}
312 pop {r\first-r\last, ip}
[all …]
Daeabi_memcpy-armv7a.S61 ands ip, r0, #3 /* ip = last 2 bits of dst. */
65 ands ip, r1, #3 /* ip = last 2 bits of src. */
183 rsb ip, ip, #4 /* ip = #4 - ip. */
184 cmp ip, #2
200 subs r2, r2, ip /* r2 = r2 - ip. */
208 ands ip, r1, #3 /* ip = last 2 bits of src. */
Dmemcpy-armv7m.S114 mov ip, r0
201 mov r0, ip
279 rsb ip, r3, #4
323 subs r1, ip
349 mov r0, ip
/picolibc-3.7.0-3.6.0/newlib/libc/time/
Dlcltime_r.c42 const uint8_t *ip; in localtime_r() local
47 ip = __month_lengths[isleap(year)]; in localtime_r()
107 if (res->tm_mday > ip[res->tm_mon]) in localtime_r()
109 res->tm_mday -= ip[res->tm_mon]; in localtime_r()
136 res->tm_mday = ip[res->tm_mon]; in localtime_r()
Dtzcalc_limits.c49 const uint8_t *const ip = __month_lengths[yleap]; in __tzcalc_limits() local
54 days += ip[j-1]; in __tzcalc_limits()
63 while (m_day >= ip[j-1]) in __tzcalc_limits()
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr_mem.c256 int32_t *ip) in xdrmem_getint32_aligned() argument
261 *ip = (int32_t) ntohl (*(u_int32_t *) xdrs->x_private); in xdrmem_getint32_aligned()
268 const int32_t *ip) in xdrmem_putint32_aligned() argument
273 *(u_int32_t *) xdrs->x_private = htonl ((u_int32_t) * ip); in xdrmem_putint32_aligned()
280 int32_t *ip) in xdrmem_getint32_unaligned() argument
288 *ip = (int32_t) ntohl (l); in xdrmem_getint32_unaligned()
295 const int32_t *ip) in xdrmem_putint32_unaligned() argument
302 l = htonl ((u_int32_t) * ip); in xdrmem_putint32_unaligned()
Dxdr_stdio.c189 int32_t *ip) in xdrstdio_getint32() argument
195 *ip = ntohl (temp); in xdrstdio_getint32()
201 const int32_t *ip) in xdrstdio_putint32() argument
203 int32_t temp = htonl (*ip); in xdrstdio_putint32()
Dxdr.c91 int * ip) in xdr_int() argument
98 l = (long) *ip; in xdr_int()
106 *ip = (int) l; in xdr_int()
114 return xdr_long (xdrs, (long *) ip); in xdr_int()
Dxdr_rec.c495 int32_t *ip) in xdrrec_getint32() argument
505 *ip = (int32_t) ntohl (*bufip); in xdrrec_getint32()
514 *ip = (int32_t) ntohl (mylong); in xdrrec_getint32()
521 const int32_t *ip) in xdrrec_putint32() argument
539 *dest_ip = (int32_t) htonl (*ip); in xdrrec_putint32()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrcpy.S116 lda Lrett-(.+8)(ip),g14
149 lda Lrett-(.+8)(ip),g14
Dstrpbrk.S66 lda Lrett-(.+8)(ip),g14
Dstrcspn.S65 lda Lrett-(.+8)(ip),g14
Dstrcmp.S84 lda .Lrett-(.+8)(ip),g14
Dstrlen.S81 lda Lrett-(.+8)(ip),g14
Dmemcmp.S87 lda .Lrett-(.+8)(ip),g14
Dstrncmp.S86 lda .Lrett-(.+8)(ip),g14
Dstrchr.S81 lda Lrett-(.+8)(ip),g14
Dmemccpy.S91 lda Lrett-(.+8)(ip),g14
Dmemchr.S89 lda Lrett-(.+8)(ip),g14
Dmemset.S69 lda Lrett-(.+8)(ip),g14
Dstrrchr.S85 lda Lrett-(.+8)(ip),g14
/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash_page.c628 __uint32_t *ip; in __ibitmap() local
631 if ((ip = (__uint32_t *)malloc(hashp->BSIZE)) == NULL) in __ibitmap()
636 (void)memset((char *)ip, 0, clearbytes); in __ibitmap()
637 (void)memset(((char *)ip) + clearbytes, 0xFF, in __ibitmap()
639 ip[clearints - 1] = ALL_SET << (nbits & BYTE_MASK); in __ibitmap()
640 SETBIT(ip, 0); in __ibitmap()
642 hashp->mapp[ndx] = ip; in __ibitmap()

12