Lines Matching refs:bytes
115 cmpibge.f 0,g2,Lexit_code # Lexit if number of bytes to move is <= zero.
130 cmpi g2,4 # check for fewer than four bytes to move
133 bl.f Lcase_1_cloop.a # branch if fewer than four bytes to copy
136 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
180 andnot g5,g1,g1 # last bytes to copy, and null pad rest of word
182 subo 1,LSW,g5 # mask to get last bytes to copy, and null pad
183 and g5,g1,g1 # last bytes to copy, and null pad rest of word
188 cmpi g2,4 # check for fewer than four bytes to move
190 bl.f Lcase_1_cloop.b # branch if fewer than four bytes to copy
191 subo 4,g2,g2 # decrease max_byte count by the 4 bytes moved
235 cmpi g2,4 # less than four bytes to move?
236 lda (LSW),g1 # extract 4 bytes of src
238 bl.f Lcase_3_cloop.a # branch if < four bytes left to move
241 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
244 st g1,(g4) # store 4 bytes to dest
251 cmpi g2,4 # less than four bytes to move?
252 eshro g14,g6,g1 # extract 4 bytes of src
254 bl.f Lcase_3_cloop.a # branch if < four bytes left to move
257 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
260 st g1,(g4) # store 4 bytes to dest
277 cmpo g0,g1 # < indicates first word of dest has more bytes
280 eshro g14,g6,g5 # extract four bytes