ffmpeg/tests/checkasm
Henrik Gramner 7ca1de5b4f checkasm/x86: Correctly handle variadic functions
The System V ABI on x86-64 specifies that the al register contains an upper
bound of the number of arguments passed in vector registers when calling
variadic functions, so we aren't allowed to clobber it.

checkasm_fail_func() is a variadic function so also zero al before calling it.
2015-09-27 20:21:26 +02:00
..
x86 checkasm/x86: Correctly handle variadic functions 2015-09-27 20:21:26 +02:00
Makefile checkasm/Makefile: add missing testclean target 2015-09-26 16:35:34 -03:00
bswapdsp.c checkasm: Explicitly declare function prototypes 2015-08-20 19:22:34 +02:00
checkasm.c checkasm: Use a self-balancing tree 2015-09-26 15:11:11 +02:00
checkasm.h checkasm: add jpeg2000dsp rct_int tests 2015-09-20 00:49:35 -03:00
flacdsp.c checkasm: add flacdsp decorrelate tests 2015-09-17 15:33:07 -03:00
h264pred.c checkasm: Explicitly declare function prototypes 2015-08-20 19:22:34 +02:00
h264qpel.c checkasm: Explicitly declare function prototypes 2015-08-20 19:22:34 +02:00
jpeg2000dsp.c checkasm: add jpeg2000dsp rct_int tests 2015-09-20 00:49:35 -03:00
v210enc.c checkasm: v210: Fix array overwrite 2015-09-16 13:50:09 +02:00
vp9dsp.c checkasm/vp9dsp: add const to suppress "discards const qualifier" warnings 2015-09-26 16:35:39 -03:00