]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add support for the lbarx, lharx, stbcx and sthcs instructions.
authorCarl Love <cel@us.ibm.com>
Fri, 17 Apr 2015 23:42:40 +0000 (23:42 +0000)
committerCarl Love <cel@us.ibm.com>
Fri, 17 Apr 2015 23:42:40 +0000 (23:42 +0000)
commit949956d8e5aae1a4108aa2cc44ce2554d15a2d08
tree4696f76acaf8bf64b5365880697dd53b830e21b7
parentc2da084608150017aa230a5284cc1b4af04ab465
Add support for the lbarx, lharx, stbcx and sthcs instructions.

The instructions are part of the ISA 2.06 but were not implemented
in all versions of hardware.  The four instructions are all supported
in ISA 2.07.  The instructions were put under the ISA 2.07 category
of supported instructions in this patch.

The bugzilla for this issue is 346324.

git-svn-id: svn://svn.valgrind.org/vex/trunk@3137
VEX/priv/guest_ppc_toIR.c
VEX/priv/host_ppc_defs.c
VEX/priv/host_ppc_isel.c