Searched refs:store (Results 1 – 21 of 21) sorted by relevance
/picolibc-latest/newlib/libc/machine/i960/ |
D | memset.S | 89 stob g1,(g6) # store one byte of char 92 bne.t Lbgn_cloop # loop if more bytes to store before longword 102 cmpo 15,g2 # Do we have to store more longwords? 106 bl.t Lwloop # loop if more longwords to store 116 bne.t Lcloop # loop if more bytes to store
|
D | strncat.S | 123 st g4, (g5) # store current word 133 stob g4, (g5) # store it 146 be Ldone # store null and Lexit if max_byte exhausted 148 stob g4, (g5) # store it 151 Ldone: stob g14, (g5) # store trailing null
|
D | strncpy.S | 116 st g4, (g5) # store current word 127 stob g14, (g5) # store it 146 st g4, (g5) # store last part of src and first of null-pad 153 st g14, (g5) # store four null bytes
|
D | memcpy.S | 124 st g4, (g5) # store word to dest 134 stob g4, (g5) # store a byte 147 st g7, (g6) # store word to dest 158 stob g7, (g6) # store byte
|
D | memcpy_ca.S | 133 subo 4,g4,g4 # store is pre-incrementing; back up dest addr 149 stob MSW,(g1) # store the byte in dest 152 stob MSW,(g1) # store the byte in dest 169 st g1,(g4) # store 4 bytes to dest 177 st g1,(g4) # store word in dest string 191 stob g1,(g4) # store the byte in dest 259 stob LSW,(g1) # store the byte in dest 281 st g1,(g4) # store 4 bytes to dest 295 st g1,(g4) # store 4 bytes to dest 302 st g1,(g4) # store word in dest string [all …]
|
D | memccpy_ca.S | 125 stob MSW,(g0) # store the byte in dest 155 st g1,(g0) # store 4 bytes to dest 170 st g1,(g0) # store 4 bytes to dest 175 subo 4,g0,g0 # store is pre-incrementing; back up dest addr 185 st g1,(g0) # store word in dest string 201 stob g1,(g0) # store the byte in dest
|
D | strncpy_ca.S | 125 subo 4,g4,g4 # store is pre-incrementing; back up dest addr 139 st g1,(g4) # store word in dest string 152 stob g14,(g4) # store the byte in dest 192 st g14,(g4) # store word in dest string 211 stob g5,(g1) # store the byte in dest 244 st g1,(g4) # store 4 bytes to dest 260 st g1,(g4) # store 4 bytes to dest
|
D | memccpy.S | 111 st g4, (g0) # store word to dest 128 stob g7,(g0) # store the byte
|
D | strncat_ca.S | 159 st g1,(g4) # store word in dest string 170 be.f Lstore_null # if max_bytes is exhausted, store null and quit 172 stob g14,(g4) # store the byte in dest 181 mov 0,g14 # store null, and set g14 to zero 239 stob g5,(g4) # store the byte in dest 269 st g1,(g4) # store 4 bytes to dest 290 st g1,(g4) # store 4 bytes to dest
|
D | strcpy_ca.S | 188 subo 4,g4,g4 # store is pre-incrementing; back up dest addr 196 st g2,(g4) # store word in dest string 209 stob g14,(g4) # store the byte in dest 233 stob g14,(g2) # store the byte in dest 253 st g2,(g4) # store 4 bytes to dest
|
D | strcpy.S | 165 st g4, (g5) # store current word 173 stob g14, (g5) # store the byte
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | memchr.S | 27 stz #1, r1 ; ...so store 1 into r1. It will be decremented by the SUB later.
|
/picolibc-latest/newlib/libc/search/ |
D | hash.c | 926 SEGMENT store; local 938 if ((store = 945 hashp->dir[0] = store; 947 hashp->dir[i] = &store[i << hashp->SSHIFT];
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcpy.S | 137 ST64.ab r10, [r3, +8] ; Shove store in delay slot
|
D | memmove.S | 250 ST64.ab r10, [r3, +8] ; Shove store in delay slot
|
D | strcat.S | 260 ; we want to store 8-3 bytes 495 ; we want to store 8-3 bytes
|
/picolibc-latest/newlib/libc/machine/hppa/ |
D | DEFS.h | 112 ; The HPUX profiler uses a word for each entrypoint to store the profiling
|
/picolibc-latest/newlib/libc/signal/ |
D | signal.tex | 74 they may store a signal value. (Static storage is not otherwise
|
/picolibc-latest/doc/ |
D | build.md | 129 | newlib-iconv-external-ccs | false | Use file system to store iconv tables. Requires fopen. (d…
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 1188 the number of bytes to store two unranged codes (5 against 4). 1225 to choose the endianess of the tables. It is also possible to store two
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 5096 (era_info_t): New type to store era info. 5100 (alt_digits_t): New type to store alternative digits. 5874 case insensitive and store internal charset string uppercased. Allow 8746 register load/store instructions. 10263 for some cases, now store the result in an int vs int*. 22526 When needing to transfer an initial 2-byte-word, store as 23084 to load/store memory.
|