qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] qemu cpu-all.h target-ppc/op.c target-ppc/op_he...


From: Aurelien Jarno
Subject: [Qemu-devel] qemu cpu-all.h target-ppc/op.c target-ppc/op_he...
Date: Thu, 13 Mar 2008 19:19:16 +0000

CVSROOT:        /sources/qemu
Module name:    qemu
Changes by:     Aurelien Jarno <aurel32>        08/03/13 19:19:16

Modified files:
        .              : cpu-all.h 
        target-ppc     : op.c op_helper.c op_helper.h op_helper_mem.h 
                         op_mem.h 

Log message:
        Use float32/64 instead of float/double
        
        The patch below uses the float32 and float64 types instead of the float
        and double types in the PPC code. This doesn't change anything when
        using softfloat-native as the types are the same, but that helps
        compiling the PPC target with softfloat.
        
        It also defines a new union CPU_FloatU in addition to CPU_DoubleU, and
        use them instead of identical unions that are defined in numerous
        places.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/cpu-all.h?cvsroot=qemu&r1=1.84&r2=1.85
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op.c?cvsroot=qemu&r1=1.69&r2=1.70
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_helper.c?cvsroot=qemu&r1=1.74&r2=1.75
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_helper.h?cvsroot=qemu&r1=1.30&r2=1.31
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_helper_mem.h?cvsroot=qemu&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/op_mem.h?cvsroot=qemu&r1=1.27&r2=1.28




reply via email to

[Prev in Thread] Current Thread [Next in Thread]