Lines Matching refs:src2
122 notand g1,3,g3 # extract word addr of start of src2
126 cmpo g3,g1 # check alignment of src2
127 ld (g3),SRC2 # fetch word with at least first byte of src2
130 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
135 cmpo SRC2,SRC1 # compare src1 and src2 words
140 lda 4(g3),g3 # pre-increment src2 addr
141 bne.f Lcloop # branch if src1 and src2 unequal
143 ld (g3),SRC2 # pre-fetch next word of src2
156 cmpo g3,g1 # check alignment of src2
157 ld (g3),SRC2 # fetch word with at least first byte of src2
164 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
169 cmpo SRC2,SRC1 # compare src1 and src2 words
178 lda 4(g3),g3 # pre-increment src2 addr
179 bne.f Lcloop # branch if src1 and src2 unequal
181 ld (g3),SRC2 # pre-fetch next word of src2
200 and SRC2,g1,g3 # extract next char of src2
214 bx (g13) # g0 = 0 (src1 == src2)
223 bx (g13) # g0 = 1 (src1 > src2)
226 bx (g13) # g0 = -1 (src1 < src2)
230 ld 4(g3),SRC1 # fetch second word of src2
231 shlo 3,g1,MSW # compute shift count for src2
235 eshro MSW,g6,SRC2 # extract word of src2
236 cmpo LSW,SRC2 # compare src1 and src2 words
238 lda 4(g3),g1 # set new src2 ptr