]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Change the way the ppc backend does ppc32/64 float-integer
authorJulian Seward <jseward@acm.org>
Wed, 25 Jan 2006 21:29:48 +0000 (21:29 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 25 Jan 2006 21:29:48 +0000 (21:29 +0000)
commitb1d9533042b54a59fdd622e059f851f036653674
treeb4722e8c52de84cf41d5595f5ab0c36c9d107847
parent2040a7fa3f672bbca12ce0b310babfb19330d332
Change the way the ppc backend does ppc32/64 float-integer
conversions.  fctiw/fctid/fcfid/stfiwx are now represented explicitly
and are generated by the instruction selector.  This removes the need
for hdefs.c to know anything about scratch areas on the stack and
scratch FP registers.

git-svn-id: svn://svn.valgrind.org/vex/trunk@1550
VEX/priv/host-ppc/hdefs.c
VEX/priv/host-ppc/hdefs.h
VEX/priv/host-ppc/isel.c