Searched refs:Lexit (Results 1 – 12 of 12) sorted by relevance
| /picolibc-latest/newlib/libc/machine/i960/ |
| D | strncmp.S | 93 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
|
| D | memcpy.S | 110 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
|
| D | strcspn.S | 78 cmpobe.f 0,g7,Lexit # quit if at end of string 83 be.f Lexit 90 Lexit: label
|
| D | strncpy.S | 102 cmpibge 0,g2,Lexit # quit early if max_bytes <= 0 125 be Lexit # exit if max_bytes exhausted 132 Lexit: label
|
| D | memset.S | 109 cmpobge.t 0,g2,Lexit 118 Lexit: label
|
| D | memccpy_ca.S | 96 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
|
| D | memcpy_ca.S | 117 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
|
| D | strncat.S | 97 cmpibge 0, g2, Lno_operation # Lexit early if max_bytes <= 0 146 be Ldone # store null and Lexit if max_byte exhausted
|
| D | strncat_ca.S | 115 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
|
| D | strcmp.S | 119 .Lexit: label
|
| D | memcmp.S | 127 .Lexit: label
|
| D | strncpy_ca.S | 115 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
|