Lines Matching +full:3 +full:at
33 bt/s 8f ! if it's too small, copy a byte at once
46 mov #3,r2
62 ! copy a byte at once
94 2: ! Second, copy a long word at once
95 add #-3,r4
96 add #-3,r5
97 3: mov.l @r0+,r1
99 bf/s 3b
101 add #3,r5
103 ! Third, copy a byte at once, if necessary
127 2: ! Second, read a long word and write a long word at once
135 3: mov r1,r3 ! JIHG
143 bf/s 3b
147 3: mov r1,r3 ! GHIJ
155 bf/s 3b
160 ! Third, copy a byte at once, if necessary
164 add #-3,r0
179 2: ! Second, read a word and write a word at once
183 3: mov.w @r0+,r1
185 bf/s 3b
189 ! Third, copy a byte at once, if necessary
215 2: ! Second, read a long word and write a long word at once
223 3: mov r1,r3 ! JIHG
231 bf/s 3b
236 3: mov r1,r3 ! GHIJ
244 bf/s 3b ! while(r0<r5)
249 ! Third, copy a byte at once, if necessary
253 add #-3,r0