Lines Matching refs:src2
123 notand g1,3,g3 # extract word addr of start of src2
127 cmpo g3,g1 # check alignment of src2
128 ld (g3),SRC2 # fetch word with at least first byte of src2
132 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
139 cmpo SRC2,g0 # compare src1 and src2 words
144 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
157 cmpo g3,g1 # check alignment of src2
158 ld (g3),SRC2 # fetch word with at least first byte of src2
165 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
172 cmpo SRC2,g0 # compare src1 and src2 words
181 lda 4(g3),g3 # pre-increment src2 addr
182 bne.f Lcloop # branch if src1 and src2 unequal
184 ld (g3),SRC2 # pre-fetch next word of src2
201 and SRC2,g1,g3 # extract next char of src2
229 bx (g13) # g0 = 1 (src1 > src2)
233 bx (g13) # g0 = -1 (src1 < src2)
237 ld 4(g3),SRC1 # fetch second word of src2
238 shlo 3,g1,MSW # compute shift count for src2
242 eshro MSW,g6,SRC2 # extract word of src2
243 cmpo LSW,SRC2 # compare src1 and src2 words
244 lda 4(g3),g1 # set new src2 ptr