Lines Matching refs:word
100 notand g0,3,g5 # extract word addr of start of src
103 ld (g5),g4 # fetch word containing at least first byte
104 shlo 3,g6,g6 # get shift count for making mask for first word
105 lda 4(g5),g0 # post-increment src word pointer
108 shro g6,g5,g5 # get mask for bytes needed from first word
110 shlo g6,g5,g5 # get mask for bytes needed from first word
117 lda (g4),g5 # copy word
118 ld (g0),g4 # fetch next word of src
121 lda 4(g0),g0 # post-increment src word pointer
135 rotate 8,g5,g5 # shift word to position next byte
141 shro 8,g5,g5 # shift word to position next byte
150 and g4,g2,g4 # make unimportant bytes of first word 0x0f