Lines Matching refs:word
123 addo 8,g0,g2 # post-increment src word pointer
128 mov g5,g7 # copy second word
131 ldl (g2),g4 # fetch next pair of word of src
132 addo 8,g2,g2 # post-increment src word pointer
136 mov g7,g4 # move word with null to search word
143 shro 8,g4,g4 # shift word to position next byte
156 ld (g1), g2 # fetch first word of source
159 Lwloop: # word copying loop
161 scanbyte 0, g2 # does source word contain null byte?
162 mov g2, g4 # save a copy of the source word
164 ld (g1), g2 # pre-fetch next word of source
165 st g4, (g5) # store current word
171 shro 8, g4, g4 # position word for next byte extraction