Lines Matching refs:MSW
95 #define MSW g6 macro
99 #define MSW g7 macro
117 ld (g4),MSW # fetch word containing at least first byte
125 notor MSW,LSW,MSW # set unneeded bytes to all ones
128 scanbyte 0,MSW # check for null byte
130 mov MSW,LSW # keep a copy of current word
131 ld (g4),MSW # fetch next word of dest
205 and g4,3,MSW # extract byte offset for dest string
206 cmpo MSW,g1 # < indicates first word of dest has more bytes
208 ld (g3),MSW # fetch second word of src
218 mov MSW,LSW
221 mov g5,MSW
226 mov LSW,MSW # make copy of first word of src
233 shro 24,MSW,g5 # extract next char
235 and g5,MSW,g5 # extract next char
247 rotate 8,MSW,MSW # move next byte into position for extraction
250 shro 8,MSW,MSW # move next byte into position for extraction
256 ld (g3),MSW # fetch msw of operand for double shift
265 mov MSW,LSW # move msw to lsw
266 ld (g3),MSW # pre-fetch msw of operand for double shift
278 ld (g3),MSW # fetch msw of operand for double shift
286 mov MSW,LSW # move msw to lsw
287 ld (g3),MSW # pre-fetch msw of operand for double shift