Lines Matching refs:src2
120 notand g1,3,g3 # extract word addr of start of src2
122 cmpo g3,g1 # check alignment of src2
128 ld (g3),SRC2 # fetch word with at least first byte of src2
131 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
133 mov LSW,g0 # at least src2 is word aligned
138 cmpo SRC2,g0 # compare src1 and src2 words
139 lda 4(g3),g3 # pre-increment src2 addr
143 bne.f Lcloop # branch if src1 and src2 unequal
145 ld (g3),SRC2 # pre-fetch next word of src2
161 and SRC2,g1,g3 # extract next char of src2
185 bx (g13) # g0 = 1 (src1 > src2)
189 bx (g13) # g0 = -1 (src1 < src2)
193 ld 4(g3),SRC1 # fetch second word of src2
194 shlo 3,g1,MSW # compute shift count for src2
198 eshro MSW,g6,SRC2 # extract word of src2
199 cmpo LSW,SRC2 # compare src1 and src2 words
200 lda 4(g3),g1 # set new src2 ptr