Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrncpy_ca.S131 bl.f Lcase_1_cloop.a # branch if fewer than four bytes to copy
135 bo.f Lcase_1_cloop.c # branch if word contains null byte
141 Lcase_1_cloop.a: # character copying loop (max_bytes <= 3)
146 Lcase_1_cloop.b:
155 bne.t Lcase_1_cloop.a # branch if null not reached
156 b Lcase_1_cloop.b
164 Lcase_1_cloop.c:
175 bne.t Lcase_1_cloop.c # branch if null not reached
188 bl.f Lcase_1_cloop.b # branch if fewer than four bytes to copy
Dstrncat_ca.S151 bl.f Lcase_1_cloop # branch if fewer than four bytes to copy
155 bo.f Lcase_1_cloop # branch if word contains null byte
162 Lcase_1_cloop: # character copying loop (max_bytes <= 3) label
175 bne.t Lcase_1_cloop # branch if null not reached
Dstrcpy_ca.S193 bo.f Lcase_1_cloop # branch if word contains null byte
198 Lcase_1_cloop: # character copying loop label
209 bne.t Lcase_1_cloop # branch if null not reached
Dmemccpy_ca.S194 Lcase_1_cloop: label
208 bne.t Lcase_1_cloop # continue if len not exhausted
Dmemcpy_ca.S184 Lcase_1_cloop: label
195 bne.t Lcase_1_cloop # Lexit if max_bytes is exhausted