Lines Matching refs:src2
121 notand g1,3,g3 # extract word addr of start of src2
125 cmpo g3,g1 # check alignment of src2
126 ld (g3),SRC2 # fetch word with at least first byte of src2
130 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
137 cmpo SRC2,g0 # compare src1 and src2 words
142 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
155 cmpo g3,g1 # check alignment of src2
156 ld (g3),SRC2 # fetch word with at least first byte of src2
163 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
170 cmpo SRC2,g0 # compare src1 and src2 words
179 lda 4(g3),g3 # pre-increment src2 addr
180 bne.f Lcloop # branch if src1 and src2 unequal
182 ld (g3),SRC2 # pre-fetch next word of src2
199 and SRC2,g1,g3 # extract next char of src2
227 bx (g13) # g0 = 1 (src1 > src2)
231 bx (g13) # g0 = -1 (src1 < src2)
235 ld 4(g3),SRC1 # fetch second word of src2
236 shlo 3,g1,MSW # compute shift count for src2
240 eshro MSW,g6,SRC2 # extract word of src2
241 cmpo LSW,SRC2 # compare src1 and src2 words
242 lda 4(g3),g1 # set new src2 ptr