Lines Matching refs:word
92 notand g0,3,g2 # extract word addr of start of src
95 ld (g2),g5 # fetch word containing at least first byte
96 shlo 3,g7,g7 # get shift count for making mask for first word
97 lda 4(g2),g2 # post-increment src word pointer
99 chkbit 2,g2 # are we on an even word boundary or an odd one?
101 shro g7,g3,g3 # get mask for bytes needed from first word
105 shlo g7,g3,g3 # get mask for bytes needed from first word
109 bno.f Lodd_word # branch if first word is odd
110 mov g7,g4 # move first word to copy thereof
111 ld (g2),g5 # load odd word
112 lda 4(g2),g2 # post-increment src word pointer
121 ldl (g2),g4 # fetch next pair of word of src
124 lda 8(g2),g2 # post-increment src word pointer
128 lda (g7),g6 # move odd word to search word
136 shlo 8,g6,g6 # shift word to position next byte
138 shro 8,g6,g6 # shift word to position next byte