Lines Matching refs:word
116 notand SRC1,3,SRC1 # extract word addr of start of src1
118 notand g0,3,SRC1 # extract word addr of start of src1
122 notand g1,3,g3 # extract word addr of start of src2
123 ld (SRC1),LSW # fetch word with at least first byte of src1
125 ld 4(SRC1),MSW # fetch second word of src1
130 ld (g3),SRC2 # fetch word with at least first byte of src2
131 eshro g14,g4,LSW # extract word of src1
132 lda 8(SRC1),SRC1 # advance src1 word addr
133 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
135 mov LSW,g0 # at least src2 is word aligned
139 Lwloop: # word comparing loop
147 ld (g3),SRC2 # pre-fetch next word of src2
148 eshro g14,g4,g0 # extract word of src1
155 mov LSW,g0 # restore extracted src1 word
195 ld 4(g3),SRC1 # fetch second word of src2
200 eshro MSW,g6,SRC2 # extract word of src2