ffmpeg/tests/checkasm
Henrik Gramner e6b8797b82 checkasm: x86: properly save rdx/edx in checked_call()
If the return value doesn't fit in a single register rdx/edx can in some
cases be used in addition to rax/eax.

Doesn't affect any of the existing checkasm tests but might be useful later.

Also comment the relevant code a bit better.
2015-08-19 16:17:35 +02:00
..
x86 checkasm: x86: properly save rdx/edx in checked_call() 2015-08-19 16:17:35 +02:00
Makefile checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00
bswapdsp.c checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00
checkasm.c checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00
checkasm.h checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00
h264pred.c checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00
h264qpel.c checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00