Lines Matching refs:word
115 notand g0,3,SRC1 # extract word addr of start of src1
122 ld (SRC1),LSW # fetch word with at least first byte of src1
123 notand g1,3,g3 # extract word addr of start of src2
124 ld 4(SRC1),MSW # fetch second word of src1
128 ld (g3),SRC2 # fetch word with at least first byte of src2
131 lda 8(SRC1),SRC1 # advance src1 word addr
132 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
138 Lwloop2: # word comparing loop
146 scanbyte 0,g0 # check for null byte in src1 word
147 ld (g3),SRC2 # pre-fetch next word of src2
148 mov LSW,g0 # extract word of src1
158 ld (g3),SRC2 # fetch word with at least first byte of src2
163 eshro g14,g4,LSW # extract word of src1
164 lda 8(SRC1),SRC1 # advance src1 word addr
165 bne.f Lsrc2_unaligned # branch if src2 is NOT word aligned
171 Lwloop: # word comparing loop
183 scanbyte 0,g0 # check for null byte in src1 word
184 ld (g3),SRC2 # pre-fetch next word of src2
185 eshro g14,g4,g0 # extract word of src1
193 mov LSW,g0 # restore extracted src1 word
237 ld 4(g3),SRC1 # fetch second word of src2
242 eshro MSW,g6,SRC2 # extract word of src2