Lines Matching refs:bytes
115 cmpibge.f 0,g2,Lexit_code # Lexit if number of bytes to move is <= zero.
121 shro g14,LSW,LSW # get mask for bytes needed from first word
123 shlo g14,LSW,LSW # get mask for bytes needed from first word
125 notor MSW,LSW,MSW # set unneeded bytes to all ones
151 cmpi g2,4 # check for fewer than four bytes to move
153 bl.f Lcase_1_cloop # branch if fewer than four bytes to copy
158 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
206 cmpo MSW,g1 # < indicates first word of dest has more bytes
212 eshro g14,g6,g5 # extract four bytes
260 cmpi g2,4 # less than four bytes to move?
261 mov LSW,g1 # extract 4 bytes of src
263 bl.f Lcase_3_cloop # branch if < four bytes left to move
268 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
269 st g1,(g4) # store 4 bytes to dest
281 cmpi g2,4 # less than four bytes to move?
282 eshro g14,g6,g1 # extract 4 bytes of src
284 bl.f Lcase_3_cloop # branch if < four bytes left to move
289 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
290 st g1,(g4) # store 4 bytes to dest