]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Power PC Add support for ISA 3.0, part 5, fix
authorCarl Love <cel@us.ibm.com>
Wed, 17 Aug 2016 00:28:33 +0000 (00:28 +0000)
committerCarl Love <cel@us.ibm.com>
Wed, 17 Aug 2016 00:28:33 +0000 (00:28 +0000)
Fix for  the xscvdphp instruction added in vex commit 3244.

Bugzilla 364948

git-svn-id: svn://svn.valgrind.org/vex/trunk@3245

VEX/priv/guest_ppc_toIR.c

index d5f92944c7d0d501c86c7ffd6a476d38c5c4d89a..8a23f3211424d3618115305a11f4e74a315abb52 100644 (file)
@@ -18381,7 +18381,7 @@ dis_vxs_misc( UInt theInstr, UInt opc2, int allow_isa_3_0 )
             assign( value, unop( Iop_64to32, unop( Iop_V128HIto64,
                                                    mkexpr( result ) ) ) );
             putVSReg( XT, mkexpr( result ) );
-            generate_store_FPRF( Ity_I32, value );
+            generate_store_FPRF( Ity_I16, value );
             return True;
 
          } else {