]> git.ipfire.org Git - thirdparty/valgrind.git/commit
This commit adds support for the following instructions:
authorCarl Love <cel@us.ibm.com>
Fri, 18 Oct 2013 01:19:06 +0000 (01:19 +0000)
committerCarl Love <cel@us.ibm.com>
Fri, 18 Oct 2013 01:19:06 +0000 (01:19 +0000)
commitd2ad37ca783920cfe86faca1dd47833eef39fcf8
treeab6bb585a8eea7f502457e7db240205c755176c0
parentbe7180d014d6881fba2b448b2519f03a4918701a
This commit adds support for the following instructions:
  vaddcuq, vadduqm, vaddecuq, vaddeuqm,
  vsubcuq, vsubuqm, vsubecuq, vsubeuqm,
  vbpermq and vgbbd.

The vgbbd instruction required a new Iop -- Iop_PwBitMtxXpose64x2.
All other instructions were emulated using existing Iops.

The completes adding the Power ISA 2.07 support.

Bugzilla 325816

git-svn-id: svn://svn.valgrind.org/vex/trunk@2790
VEX/priv/guest_ppc_toIR.c
VEX/priv/host_ppc_defs.c
VEX/priv/host_ppc_defs.h
VEX/priv/host_ppc_isel.c
VEX/priv/ir_defs.c
VEX/pub/libvex_ir.h