]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips32: Fix the problem with the floating point compare instruction on mips32.
authorDejan Jevtic <dejan.jevtic@valgrind.org>
Tue, 25 Feb 2014 15:25:49 +0000 (15:25 +0000)
committerDejan Jevtic <dejan.jevtic@valgrind.org>
Tue, 25 Feb 2014 15:25:49 +0000 (15:25 +0000)
commit937cc6f674834b12dc9de8570f4e849ebbf34892
tree601800f32225c96402f062393bdead4e7ed29a42
parent55b2827060a0d5658a89cc6fd04170fa6170e3aa
mips32: Fix the problem with the floating point compare instruction on mips32.

This patch is fixing the problem with emitting Iop_CmpF64.
Problem was introduced while running Valgrind for mips with v8 javascript engine.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2825
VEX/priv/guest_mips_toIR.c
VEX/priv/host_mips_defs.c
VEX/priv/host_mips_defs.h
VEX/priv/host_mips_isel.c