Home
last modified time | relevance | path

Searched refs:Lcase_1_cloop (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/machine/i960/
Dstrncpy_ca.S133 bl.f Lcase_1_cloop.a # branch if fewer than four bytes to copy
137 bo.f Lcase_1_cloop.c # branch if word contains null byte
143 Lcase_1_cloop.a: # character copying loop (max_bytes <= 3)
148 Lcase_1_cloop.b:
157 bne.t Lcase_1_cloop.a # branch if null not reached
158 b Lcase_1_cloop.b
166 Lcase_1_cloop.c:
177 bne.t Lcase_1_cloop.c # branch if null not reached
190 bl.f Lcase_1_cloop.b # branch if fewer than four bytes to copy
Dstrncat_ca.S153 bl.f Lcase_1_cloop # branch if fewer than four bytes to copy
157 bo.f Lcase_1_cloop # branch if word contains null byte
164 Lcase_1_cloop: # character copying loop (max_bytes <= 3) label
177 bne.t Lcase_1_cloop # branch if null not reached
Dstrcpy_ca.S195 bo.f Lcase_1_cloop # branch if word contains null byte
200 Lcase_1_cloop: # character copying loop label
211 bne.t Lcase_1_cloop # branch if null not reached
Dmemccpy_ca.S196 Lcase_1_cloop: label
210 bne.t Lcase_1_cloop # continue if len not exhausted
Dmemcpy_ca.S186 Lcase_1_cloop: label
197 bne.t Lcase_1_cloop # Lexit if max_bytes is exhausted