]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add a test for amd64 basic instructions, with particular emphasis on testing
authorJulian Seward <jseward@acm.org>
Sun, 14 May 2017 07:56:41 +0000 (07:56 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 14 May 2017 07:56:41 +0000 (07:56 +0000)
commitc78994da4244e98a9e7737c887c798f6e2e3bedc
tree4c390774f6d605e5bfe9040a5b5917ca309dafce
parent1d90dad491142d0388dd29cb13b80a229fcfdd65
Add a test for amd64 basic instructions, with particular emphasis on testing
condition codes.  This is originally by Fabrice Bellard (GPL2+'d), with MD5
support from Alexander Peslyak (public domain) and has been extended to cover
ADOX and ADCX as per bug #360415.

The program generates more than 800MB of output, which it MD5 sums, so the final
MD5 sum serves as the pass/fail check.  It takes roughly a minute to run.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16372
none/tests/amd64/Makefile.am
none/tests/amd64/fb_test_amd64.c [new file with mode: 0644]
none/tests/amd64/fb_test_amd64.h [new file with mode: 0644]
none/tests/amd64/fb_test_amd64.stderr.exp [new file with mode: 0644]
none/tests/amd64/fb_test_amd64.stdout.exp [new file with mode: 0644]
none/tests/amd64/fb_test_amd64.vgtest [new file with mode: 0644]
none/tests/amd64/fb_test_amd64_muldiv.h [new file with mode: 0644]
none/tests/amd64/fb_test_amd64_shift.h [new file with mode: 0644]