]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Move the helper function for x86 'fxtract' to g_generic_x87.c so
authorJulian Seward <jseward@acm.org>
Tue, 7 Mar 2006 01:15:50 +0000 (01:15 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 7 Mar 2006 01:15:50 +0000 (01:15 +0000)
commit6e2bebece62a7edaa312fc0136374f07e5b088ed
tree018b8c160ee9958e52a23cfb720a4066b4714d65
parent618cb7cf923a295346997030f4ad069d13215249
Move the helper function for x86 'fxtract' to g_generic_x87.c so
it can be shared by the x86 and amd64 front ends, then use it to
implement fxtract on amd64.

git-svn-id: svn://svn.valgrind.org/vex/trunk@1593
VEX/priv/guest-amd64/toIR.c
VEX/priv/guest-generic/g_generic_x87.c
VEX/priv/guest-generic/g_generic_x87.h
VEX/priv/guest-x86/gdefs.h
VEX/priv/guest-x86/ghelpers.c
VEX/priv/guest-x86/toIR.c