Home
last modified time | relevance | path

Searched refs:Lwloop (Results 1 – 11 of 11) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrcmp.S91 .Lwloop: label
100 be .Lwloop # fall thru if words are unequal
Dmemcmp.S95 .Lwloop: label
102 cmpobe g5,g3,.Lwloop # branch if source words are equal
Dstrncmp.S93 .Lwloop: label
102 cmpobe g5,g3,.Lwloop # perform char comparator if words are unequal
Dmemset.S99 Lwloop: label
104 bl.t Lwloop # loop if more longwords to store
Dstrcpy.S157 Lwloop: # word copying loop label
165 b Lwloop
Dstrncpy.S106 Lwloop: # word copying loop label
116 b Lwloop
Dmemcpy.S143 Lwloop.a:
150 ble Lwloop.a # loop if more than 3 bytes to move
Dstrncat.S112 Lwloop: # word copying loop label
123 b Lwloop
Dmemcmp_ca.S137 Lwloop: # word comparing loop label
148 bl.t Lwloop # branch if max_bytes not reached yet
Dstrcmp_ca.S166 Lwloop: # word comparing loop label
182 bno.t Lwloop # branch if null byte not encountered
Dstrncmp_ca.S169 Lwloop: # word comparing loop label
186 cmpibl.t 0,g2,Lwloop # branch if max_bytes not reached yet