From f12b1c028285822efba05ee88af6ee13edf5459d Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 24 Feb 2007 17:34:18 +0000 Subject: Hrm. move.q? I want moveq.l :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12474 a1c6a512-1295-4272-9138-f99709370657 --- apps/dsp_cf.S | 4 ++-- 1 file 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: move.l (%a1), %d1 | %a1 = multiplier: (1 << (16 - scale)) sub.l #16, %d1 | neg.l %d1 | - move.q #1, %d0 | + moveq.l #1, %d0 | asl.l %d1, %d0 | move.l %d0, %a1 | movem.l (%a2), %a2-%a3 | get L/R channel pointers @@ -452,7 +452,7 @@ sample_output_mono: move.l (%a1), %d1 | %d5 = multiplier: (1 << (16 - scale)) sub.l #16, %d1 | neg.l %d1 | - move.q #1, %d5 | + moveq.l #1, %d5 | asl.l %d1, %d5 | movem.l (%a2), %a2 | get source channel pointer moveq.l #28, %d0 | %d0 = second line bound -- cgit v1.2.3