summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/idct_coldfire.S
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/idct_coldfire.S')
-rw-r--r--apps/plugins/mpegplayer/idct_coldfire.S12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/plugins/mpegplayer/idct_coldfire.S b/apps/plugins/mpegplayer/idct_coldfire.S
index 9459c284d9..aa9a75b2e7 100644
--- a/apps/plugins/mpegplayer/idct_coldfire.S
+++ b/apps/plugins/mpegplayer/idct_coldfire.S
@@ -18,10 +18,10 @@
18 * 18 *
19 ****************************************************************************/ 19 ****************************************************************************/
20 20
21 .global mpeg2_idct_copy_coldfire 21 .global mpeg2_idct_copy
22 .type mpeg2_idct_copy_coldfire, @function 22 .type mpeg2_idct_copy, @function
23 .global mpeg2_idct_add_coldfire 23 .global mpeg2_idct_add
24 .type mpeg2_idct_add_coldfire, @function 24 .type mpeg2_idct_add, @function
25 25
26 /* The IDCT itself. 26 /* The IDCT itself.
27 * Input: %a0: block pointer 27 * Input: %a0: block pointer
@@ -240,7 +240,7 @@
240 240
241 .align 2 241 .align 2
242 242
243mpeg2_idct_copy_coldfire: 243mpeg2_idct_copy:
244 lea.l (-11*4,%sp), %sp 244 lea.l (-11*4,%sp), %sp
245 movem.l %d2-%d7/%a2-%a6, (%sp) | save some registers 245 movem.l %d2-%d7/%a2-%a6, (%sp) | save some registers
246 move.l (11*4+4,%sp), %a0 | %a0 - block pointer for idct 246 move.l (11*4+4,%sp), %a0 | %a0 - block pointer for idct
@@ -339,7 +339,7 @@ mpeg2_idct_copy_coldfire:
339 339
340 .align 2 340 .align 2
341 341
342mpeg2_idct_add_coldfire: 342mpeg2_idct_add:
343 lea.l (-11*4,%sp), %sp 343 lea.l (-11*4,%sp), %sp
344 movem.l %d2-%d7/%a2-%a6, (%sp) 344 movem.l %d2-%d7/%a2-%a6, (%sp)
345 movem.l (11*4+4,%sp), %d0/%a0-%a2 | %d0 - last value 345 movem.l (11*4+4,%sp), %d0/%a0-%a2 | %d0 - last value