ffmpeg/tests/checkasm
Martin Storsjö 26ec75aec3 checkasm: Check register clobbering on arm
Use two separate functions, depending on whether VFP/NEON is available.

This is set to require armv5te - it uses blx, which is only available
since armv5t, but we don't have a separate configure item for that.
(It also uses ldrd, which requires armv5te, but this could be avoided
if necessary.)

Signed-off-by: Martin Storsjö <martin@martin.st>
2016-01-07 09:33:24 +02:00
..
arm checkasm: Check register clobbering on arm 2016-01-07 09:33:24 +02:00
x86 checkasm: x86: post commit review fixes 2015-12-29 12:50:38 +01:00
bswapdsp.c checkasm: Explicitly declare function prototypes 2015-08-20 19:22:34 +02:00
checkasm.c checkasm: Check register clobbering on arm 2016-01-07 09:33:24 +02:00
checkasm.h checkasm: Check register clobbering on arm 2016-01-07 09:33:24 +02:00
dcadsp.c dca: remove unused decode_hf function and quant_d tables 2015-12-24 13:58:18 +01:00
fmtconvert.c checkasm: add fmtconvert tests 2015-12-21 18:58:46 +01:00
h264pred.c x86: checkasm: check for or handle missing cleanup after MMX instructions 2015-12-21 17:40:18 +01:00
h264qpel.c x86: checkasm: check for or handle missing cleanup after MMX instructions 2015-12-21 17:40:18 +01:00
hevc_mc.c checkasm: add HEVC MC tests 2015-12-05 21:11:21 +01:00
Makefile checkasm: add fmtconvert tests 2015-12-21 18:58:46 +01:00
synth_filter.c checkasm: add synth_filter test 2015-12-21 17:40:18 +01:00
v210enc.c checkasm: v210: Fix array overwrite 2015-09-17 10:33:06 +02:00