Lines Matching refs:word
116 notand g0,3,g2 # extract word addr of start of src1
121 ld (g2),LSW # fetch word with at least first byte of src1
122 notand g1,3,g3 # extract word addr of start of src2
123 ld 4(g2),MSW # fetch second word of src1
127 ld (g3),SRC2 # fetch word with at least first byte of src2
128 mov LSW,SRC1 # extract word of src1
129 lda 8(g2),g2 # advance src1 word addr
130 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
134 Lwloop2: # word comparing loop
142 scanbyte 0,SRC1 # check for null byte in src1 word
143 ld (g3),SRC2 # pre-fetch next word of src2
144 mov LSW,SRC1 # extract word of src1
157 ld (g3),SRC2 # fetch word with at least first byte of src2
162 eshro g14,g4,SRC1 # extract word of src1
163 lda 8(g2),g2 # advance src1 word addr
164 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
168 Lwloop: # word comparing loop
180 scanbyte 0,SRC1 # check for null byte in src1 word
181 ld (g3),SRC2 # pre-fetch next word of src2
182 eshro g14,g4,SRC1 # extract word of src1
192 mov LSW,SRC1 # restore extracted src1 word
229 mov SRC1,LSW # retain src1 extracted word
230 ld 4(g3),SRC1 # fetch second word of src2
235 eshro MSW,g6,SRC2 # extract word of src2