Lines Matching refs:word
114 notand SRC1,3,SRC1 # extract word addr of start of src1
116 notand g0,3,SRC1 # extract word addr of start of src1
120 notand g1,3,g3 # extract word addr of start of src2
121 ld (SRC1),LSW # fetch word with at least first byte of src1
123 ld 4(SRC1),MSW # fetch second word of src1
128 ld (g3),SRC2 # fetch word with at least first byte of src2
129 eshro g14,g4,LSW # extract word of src1
130 lda 8(SRC1),SRC1 # advance src1 word addr
131 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
133 mov LSW,g0 # at least src2 is word aligned
137 Lwloop: # word comparing loop
145 ld (g3),SRC2 # pre-fetch next word of src2
146 eshro g14,g4,g0 # extract word of src1
153 mov LSW,g0 # restore extracted src1 word
193 ld 4(g3),SRC1 # fetch second word of src2
198 eshro MSW,g6,SRC2 # extract word of src2