]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: rewrite parts of mips_dirtyhelper_rdhwr
authorPetar Jovanovic <mips32r2@gmail.com>
Tue, 16 May 2017 15:21:35 +0000 (15:21 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Tue, 16 May 2017 15:21:35 +0000 (15:21 +0000)
commitd9eaeb90facd44d8d53d057cc0b23a78e8326349
treec28c075f16c91c4bfe48d4ecd9134da668b754ce
parent646d0e8b991cb2351549c23e1e5e9dffe8eb6723
mips: rewrite parts of mips_dirtyhelper_rdhwr

The idea behind this change is to be less dependent on build-flags, and
more dependent on runtime environment.
So, if the code is compiled for mips32r1, it should be able to execute
mips32r2 code if the platforms supports it.

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