Lines Matching refs:MSW
93 #define MSW g6 macro
97 #define MSW g7 macro
115 ld (g4),MSW # fetch word containing at least first byte
123 notor MSW,LSW,MSW # set unneeded bytes to all ones
126 scanbyte 0,MSW # check for null byte
128 mov MSW,LSW # keep a copy of current word
129 ld (g4),MSW # fetch next word of dest
203 and g4,3,MSW # extract byte offset for dest string
204 cmpo MSW,g1 # < indicates first word of dest has more bytes
206 ld (g3),MSW # fetch second word of src
216 mov MSW,LSW
219 mov g5,MSW
224 mov LSW,MSW # make copy of first word of src
231 shro 24,MSW,g5 # extract next char
233 and g5,MSW,g5 # extract next char
245 rotate 8,MSW,MSW # move next byte into position for extraction
248 shro 8,MSW,MSW # move next byte into position for extraction
254 ld (g3),MSW # fetch msw of operand for double shift
263 mov MSW,LSW # move msw to lsw
264 ld (g3),MSW # pre-fetch msw of operand for double shift
276 ld (g3),MSW # fetch msw of operand for double shift
284 mov MSW,LSW # move msw to lsw
285 ld (g3),MSW # pre-fetch msw of operand for double shift