Lines Matching refs:word
114 notand g0,3,g2 # extract word addr of start of src1
119 ld (g2),LSW # fetch word with at least first byte of src1
120 notand g1,3,g3 # extract word addr of start of src2
121 ld 4(g2),MSW # fetch second word of src1
125 ld (g3),SRC2 # fetch word with at least first byte of src2
126 mov LSW,SRC1 # extract word of src1
127 lda 8(g2),g2 # advance src1 word addr
128 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
132 Lwloop2: # word comparing loop
140 scanbyte 0,SRC1 # check for null byte in src1 word
141 ld (g3),SRC2 # pre-fetch next word of src2
142 mov LSW,SRC1 # extract word of src1
155 ld (g3),SRC2 # fetch word with at least first byte of src2
160 eshro g14,g4,SRC1 # extract word of src1
161 lda 8(g2),g2 # advance src1 word addr
162 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
166 Lwloop: # word comparing loop
178 scanbyte 0,SRC1 # check for null byte in src1 word
179 ld (g3),SRC2 # pre-fetch next word of src2
180 eshro g14,g4,SRC1 # extract word of src1
190 mov LSW,SRC1 # restore extracted src1 word
227 mov SRC1,LSW # retain src1 extracted word
228 ld 4(g3),SRC1 # fetch second word of src2
233 eshro MSW,g6,SRC2 # extract word of src2