Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/i960/
Dstrcmp.S93 .Lwloop: label
102 be .Lwloop # fall thru if words are unequal
Dmemcmp.S97 .Lwloop: label
104 cmpobe g5,g3,.Lwloop # branch if source words are equal
Dstrncmp.S95 .Lwloop: label
104 cmpobe g5,g3,.Lwloop # perform char comparator if words are unequal
Dmemset.S101 Lwloop: label
106 bl.t Lwloop # loop if more longwords to store
Dstrcpy.S159 Lwloop: # word copying loop label
167 b Lwloop
Dstrncpy.S108 Lwloop: # word copying loop label
118 b Lwloop
Dmemcpy.S145 Lwloop.a:
152 ble Lwloop.a # loop if more than 3 bytes to move
Dstrncat.S114 Lwloop: # word copying loop label
125 b Lwloop
Dmemcmp_ca.S139 Lwloop: # word comparing loop label
150 bl.t Lwloop # branch if max_bytes not reached yet
Dstrcmp_ca.S168 Lwloop: # word comparing loop label
184 bno.t Lwloop # branch if null byte not encountered
Dstrncmp_ca.S171 Lwloop: # word comparing loop label
188 cmpibl.t 0,g2,Lwloop # branch if max_bytes not reached yet