Home
last modified time | relevance | path

Searched refs:Lequal_exit (Results 1 – 4 of 4) 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)
118 Lequal_exit: label
Dmemcmp.S94 cmpibge 0,g2,Lequal_exit # quit if max_bytes <= 0
100 bge Lequal_exit # quit (equal) if max_bytes exhausted
116 Lequal_exit: label
Dstrncmp_ca.S117 cmpibge.f 0,g2,Lequal_exit # return equality if number of bytes to
150 bo.f Lequal_exit # branch if null byte encountered
153 b Lequal_exit # strings were equal up through max_bytes
187 bo.f Lequal_exit # branch if null byte encountered
190 b Lequal_exit # strings were equal up through max_bytes
215 Lequal_exit: label
227 cmpibge.f 0,g2,Lequal_exit # branch if difference is beyond max_bytes
231 cmpibge.f 0,g2,Lequal_exit # branch if difference is beyond max_bytes
Dmemcmp_ca.S121 cmpibge.f 0,g2,Lequal_exit # return equality if number bytes 0
152 b Lequal_exit # strings were equal up through max_bytes
173 Lequal_exit: # words are equal up thru null byte label
185 cmpibge.f 0,g2,Lequal_exit # branch if difference is beyond max_bytes
189 cmpibge.f 0,g2,Lequal_exit # branch if difference is beyond max_bytes