]> 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:43:36 +0000 (23:43 +0000)
committerCarl Love <cel@us.ibm.com>
Fri, 17 Apr 2015 23:43:36 +0000 (23:43 +0000)
commiteb5aced360dbfb9d4df49e8044c88f721c14c03c
treead58fd55982488293a55bbfa57199b6ba653c808
parent3041d1036a30e05bffb2c87dc312d20a910eba31
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 VEX commit for this fix is r3137.

The bugzilla for this issue is 346324.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15106
memcheck/tests/ppc32/Makefile.am
memcheck/tests/ppc64/Makefile.am
none/tests/ppc32/Makefile.am
none/tests/ppc32/jm_int_isa_2_07.stdout.exp
none/tests/ppc64/Makefile.am
none/tests/ppc64/jm_int_isa_2_07.stdout.exp
none/tests/ppc64/test_isa_2_07_part1.c