]> git.ipfire.org Git - thirdparty/valgrind.git/commit
front end:
authorCerion Armour-Brown <cerion@valgrind.org>
Mon, 12 Sep 2005 20:49:09 +0000 (20:49 +0000)
committerCerion Armour-Brown <cerion@valgrind.org>
Mon, 12 Sep 2005 20:49:09 +0000 (20:49 +0000)
commit07b3efda81b5c97aa12c3a4f7d3c9f0c691fc531
treebd6d5a9c6c9f760d9b21b43a618cf6373fb1585b
parentabf1850d7918aa8d6824cc4cdc5c3539c2ab9810
front end:
 - implemented insns: mfvscr, mtvscr, vand, vor, vxor
 - fixed default vscr: enable non-java mode

back end:
 - implemented enough to satisfy the front end: V128to32, 32UtoV128, not, and, or, xor
 - fixed conversions to/from v128 to use quad-word-aligned stack addressing for their vector load/stores

git-svn-id: svn://svn.valgrind.org/vex/trunk@1386
VEX/priv/guest-ppc32/gdefs.h
VEX/priv/guest-ppc32/ghelpers.c
VEX/priv/guest-ppc32/toIR.c
VEX/priv/host-ppc32/hdefs.c
VEX/priv/host-ppc32/hdefs.h
VEX/priv/host-ppc32/isel.c
VEX/pub/libvex_guest_ppc32.h