]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips32/mips64: additional VEX support for FCSR register.
authorDejan Jevtic <dejan.jevtic@valgrind.org>
Wed, 18 Sep 2013 10:06:13 +0000 (10:06 +0000)
committerDejan Jevtic <dejan.jevtic@valgrind.org>
Wed, 18 Sep 2013 10:06:13 +0000 (10:06 +0000)
commite9d111bc55a3f7153c2b6e816682dee29684ad2f
tree2c9748f05fdeb116f65f3f5a49fc15bc28ec7ded
parent6bfb38d0c4cf738b627263351785f64698a0b8cf
mips32/mips64: additional VEX support for FCSR register.

Some mips fpu instructions are changing the value of the
fcsr register so we need to update the value of the fcsr
register in the guest state.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2766
VEX/priv/guest_mips_defs.h
VEX/priv/guest_mips_helpers.c
VEX/priv/guest_mips_toIR.c
VEX/priv/host_mips_isel.c