summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-02-24 17:34:18 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-02-24 17:34:18 +0000
commitf12b1c028285822efba05ee88af6ee13edf5459d (patch)
tree7dd2202947d3111e55e1d8d7c9f500922611a23b
parentb41c8a06b28abe51f95a2b85adb83ba0c2838354 (diff)
downloadrockbox-f12b1c028285822efba05ee88af6ee13edf5459d.tar.gz
rockbox-f12b1c028285822efba05ee88af6ee13edf5459d.zip
Hrm. move.q? I want moveq.l :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12474 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/dsp_cf.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dsp_cf.S b/apps/dsp_cf.S
index 1f8dd48cee..3c48258b5a 100644
--- a/apps/dsp_cf.S
+++ b/apps/dsp_cf.S
@@ -356,7 +356,7 @@ sample_output_stereo:
356 move.l (%a1), %d1 | %a1 = multiplier: (1 << (16 - scale)) 356 move.l (%a1), %d1 | %a1 = multiplier: (1 << (16 - scale))
357 sub.l #16, %d1 | 357 sub.l #16, %d1 |
358 neg.l %d1 | 358 neg.l %d1 |
359 move.q #1, %d0 | 359 moveq.l #1, %d0 |
360 asl.l %d1, %d0 | 360 asl.l %d1, %d0 |
361 move.l %d0, %a1 | 361 move.l %d0, %a1 |
362 movem.l (%a2), %a2-%a3 | get L/R channel pointers 362 movem.l (%a2), %a2-%a3 | get L/R channel pointers
@@ -452,7 +452,7 @@ sample_output_mono:
452 move.l (%a1), %d1 | %d5 = multiplier: (1 << (16 - scale)) 452 move.l (%a1), %d1 | %d5 = multiplier: (1 << (16 - scale))
453 sub.l #16, %d1 | 453 sub.l #16, %d1 |
454 neg.l %d1 | 454 neg.l %d1 |
455 move.q #1, %d5 | 455 moveq.l #1, %d5 |
456 asl.l %d1, %d5 | 456 asl.l %d1, %d5 |
457 movem.l (%a2), %a2 | get source channel pointer 457 movem.l (%a2), %a2 | get source channel pointer
458 moveq.l #28, %d0 | %d0 = second line bound 458 moveq.l #28, %d0 | %d0 = second line bound