Lines Matching refs:dest
118 notand g0,3,g4 # extract word addr of start of dest
123 cmpo g0,g4 # check alignment of dest
125 subo 4,g4,g4 # store is pre-incrementing; back up dest addr
126 bne.f Lcase_3 # branch if dest not word aligned
128 Lcase_1: # src and dest are word aligned
132 addo 4,g4,g4 # pre-increment dest addr
139 st g1,(g4) # store word in dest string
152 stob g14,(g4) # store the byte in dest
156 lda 1(g4),g4 # post-increment dest byte addr
162 bx (g13) # g0 = addr of dest; g14 = 0
189 addo 4,g4,g4 # pre-increment dest addr
192 st g14,(g4) # store word in dest string
195 Lcase_3: # src is word aligned; dest is not
196 addo 8,g4,g4 # move dest word ptr to first word boundary
197 lda (g0),g1 # copy dest byte ptr
202 Lcase_3_cloop_at_start: # character copying loop for start of dest str
211 stob g5,(g1) # store the byte in dest
212 addo 1,g1,g1 # post-increment dest ptr
217 cmpo g1,g4 # have we reached word boundary in dest yet?
244 st g1,(g4) # store 4 bytes to dest
245 addo 4,g4,g4 # post-increment dest ptr
260 st g1,(g4) # store 4 bytes to dest
261 addo 4,g4,g4 # post-increment dest ptr
265 cmpo g0,g4 # check alignment of dest
275 be.t Lcase_4 # branch if dest is word aligned
277 cmpo g0,g1 # < indicates first word of dest has more bytes
279 lda 4(g4),g4 # move dest word addr to first word boundary