Lines Matching refs:bytes
113 cmpibge.f 0,g2,Lexit_code # Lexit if number of bytes to move is <= zero.
119 shro g14,LSW,LSW # get mask for bytes needed from first word
121 shlo g14,LSW,LSW # get mask for bytes needed from first word
123 notor MSW,LSW,MSW # set unneeded bytes to all ones
149 cmpi g2,4 # check for fewer than four bytes to move
151 bl.f Lcase_1_cloop # branch if fewer than four bytes to copy
156 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
204 cmpo MSW,g1 # < indicates first word of dest has more bytes
210 eshro g14,g6,g5 # extract four bytes
258 cmpi g2,4 # less than four bytes to move?
259 mov LSW,g1 # extract 4 bytes of src
261 bl.f Lcase_3_cloop # branch if < four bytes left to move
266 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
267 st g1,(g4) # store 4 bytes to dest
279 cmpi g2,4 # less than four bytes to move?
280 eshro g14,g6,g1 # extract 4 bytes of src
282 bl.f Lcase_3_cloop # branch if < four bytes left to move
287 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
288 st g1,(g4) # store 4 bytes to dest