Lines Matching refs:src2
122 notand g1,3,g3 # extract word addr of start of src2
124 cmpo g3,g1 # check alignment of src2
130 ld (g3),SRC2 # fetch word with at least first byte of src2
133 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
135 mov LSW,g0 # at least src2 is word aligned
140 cmpo SRC2,g0 # compare src1 and src2 words
141 lda 4(g3),g3 # pre-increment src2 addr
145 bne.f Lcloop # branch if src1 and src2 unequal
147 ld (g3),SRC2 # pre-fetch next word of src2
163 and SRC2,g1,g3 # extract next char of src2
187 bx (g13) # g0 = 1 (src1 > src2)
191 bx (g13) # g0 = -1 (src1 < src2)
195 ld 4(g3),SRC1 # fetch second word of src2
196 shlo 3,g1,MSW # compute shift count for src2
200 eshro MSW,g6,SRC2 # extract word of src2
201 cmpo LSW,SRC2 # compare src1 and src2 words
202 lda 4(g3),g1 # set new src2 ptr