Home
last modified time | relevance | path

Searched refs:Lexit (Results 1 – 12 of 12) sorted by relevance

/picolibc-latest/newlib/libc/machine/i960/
Dstrncmp.S93 cmpibge 0,g2,Lequal_exit # Lexit early if max_bytes <= 0
98 bge Lequal_exit # Lexit (equality) if max_bytes exhausted
114 be Lequal_exit # if they are null, Lexit (equality)
116 cmpobl g0,g2,.Lcloop # if not, loop. if so, Lexit (equality)
128 .Lexit: label
Dmemcpy.S110 cmpibge 0,g2,Lexit # exit if number of bytes to move is <= zero.
113 be Lexit # no move necessary if src and dest are same
131 cmpobe g6, g5, Lexit # quit if no more bytes to move
139 Lexit: label
153 cmpobe g6, g0, Lexit # quit if no more bytes to move
160 b Lexit
Dstrcspn.S78 cmpobe.f 0,g7,Lexit # quit if at end of string
83 be.f Lexit
90 Lexit: label
Dstrncpy.S102 cmpibge 0,g2,Lexit # quit early if max_bytes <= 0
125 be Lexit # exit if max_bytes exhausted
132 Lexit: label
Dmemset.S109 cmpobge.t 0,g2,Lexit
118 Lexit: label
Dmemccpy_ca.S96 cmpibge.f 0,g3,Lexit_char_not_found # Lexit if # of bytes to move is <= 0
120 be.f Lexit_char_not_found # Lexit if max_bytes is exhausted
131 be.f Lexit_char_found # Lexit if char found
194 cmpibe.f 0,g3,Lexit_char_not_found # Lexit if max_bytes is exhausted
205 be.f Lexit_char_found # Lexit if char reached
Dmemcpy_ca.S117 cmpibge.f 0,g2,Lquick_exit # Lexit if number of bytes to move is <= zero.
145 be.f Lexit_code # Lexit if max_bytes is exhausted
184 cmpibe.f 0,g2,Lexit_code # Lexit if max_bytes is exhausted
197 bne.t Lcase_1_cloop # Lexit if max_bytes is exhausted
253 be.f Lexit_code # Lexit if max_bytes is exhausted
309 cmpibe.f 0,g2,Lexit_code # Lexit if max_bytes is exhausted
324 bne.t Lcase.1_cloop # Lexit if move is completed
Dstrncat.S97 cmpibge 0, g2, Lno_operation # Lexit early if max_bytes <= 0
146 be Ldone # store null and Lexit if max_byte exhausted
Dstrncat_ca.S115 cmpibge.f 0,g2,Lexit_code # Lexit if number of bytes to move is <= zero.
178 bx (g13) # Lexit (g14 == 0)
237 be.f Lstore_null # Lexit if max_bytes is exhausted
243 be.t Lexit_code # Lexit if null byte reached
Dstrcmp.S119 .Lexit: label
Dmemcmp.S127 .Lexit: label
Dstrncpy_ca.S115 cmpibge.f 0,g2,Lexit_code # Lexit if number of bytes to move is <= zero.
150 be.f Lexit_code # Lexit if max_bytes is exhausted
209 be.f Lexit_code # Lexit if max_bytes is exhausted