]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips32/mips64: tests for FCSR.
authorDejan Jevtic <dejan.jevtic@valgrind.org>
Wed, 18 Sep 2013 10:08:23 +0000 (10:08 +0000)
committerDejan Jevtic <dejan.jevtic@valgrind.org>
Wed, 18 Sep 2013 10:08:23 +0000 (10:08 +0000)
commit91d5bb2015e7ac53eaf9af31209e9c9d14eaa9fb
treec22e8c18d2b1e5d7100361e5dc038a376c9a34c3
parentb9016099c5adf87c0e303ca18dc5df9ebc70c41c
mips32/mips64: tests for FCSR.

Change the existing tests to print the value of the FCSR
register after the mips fpu instruction is executed.
Add tests that are testing the value of FCSR register.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13560
16 files changed:
none/tests/mips32/Makefile.am
none/tests/mips32/round.c
none/tests/mips32/round.stdout.exp
none/tests/mips32/test_fcsr.c [new file with mode: 0644]
none/tests/mips32/test_fcsr.stderr.exp [new file with mode: 0644]
none/tests/mips32/test_fcsr.stdout.exp [new file with mode: 0644]
none/tests/mips32/test_fcsr.vgtest [new file with mode: 0644]
none/tests/mips64/Makefile.am
none/tests/mips64/fpu_arithmetic.c
none/tests/mips64/macro_fpu.h
none/tests/mips64/round.c
none/tests/mips64/round.stdout.exp
none/tests/mips64/test_fcsr.c [new file with mode: 0644]
none/tests/mips64/test_fcsr.stderr.exp [new file with mode: 0644]
none/tests/mips64/test_fcsr.stdout.exp [new file with mode: 0644]
none/tests/mips64/test_fcsr.vgtest [new file with mode: 0644]