Diego Biurrun
|
55519926ef
|
x86: Make function prototype comments in assembly code consistent
This helps grepping for functions, among other things.
|
2014-03-13 05:50:29 -07:00 |
|
Daniel Kang
|
b3f2a3fe3f
|
x86: mpeg4qpel: Make movsxifnidn do the right thing
Fixes an instruction that does nothing by changing the
source to dword.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
2013-02-11 20:17:15 +01:00 |
|
Daniel Kang
|
05b0998f51
|
dsputil: Fix error by not using redzone and register name
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
2013-01-28 07:23:20 +01:00 |
|
Daniel Kang
|
96753bd00d
|
dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2
put_no_rnd_pixels16_l2 allocated 5 instead of 6 registers.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
2013-01-27 08:41:48 +01:00 |
|
Daniel Kang
|
71155d7b41
|
dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
2013-01-27 06:45:31 +01:00 |
|