Lines Matching +full:3 +full:at
24 bt/s 7f ! if it's too small, copy a byte at once
36 mov #3,r2
52 ! copy a byte at once
74 add #3,r5
80 add #-3,r5
81 2: ! Second, copy a long word at once
84 3: mov.l @(r0,r5),r1
86 bt/s 3b
89 ! Third, copy a byte at once, if necessary
92 add #3,r5
111 2: ! Second, read a long word and write a long word at once
118 3: mov r1,r3 ! RQPO
126 bt/s 3b
129 3: mov r1,r3 ! OPQR
137 bt/s 3b
141 ! Third, copy a byte at once, if necessary
159 2: ! Second, read a word and write a word at once
162 add #3,r2
164 3: mov.w @(r0,r5),r1
166 bt/s 3b
169 ! Third, copy a byte at once, if necessary
192 2: ! Second, read a long word and write a long word at once
200 3: mov r1,r3 ! RQPO
208 bt/s 3b
211 3: mov r1,r3 ! OPQR
219 bt/s 3b
223 ! Third, copy a byte at once, if necessary