]> git.proxmox.com Git - mirror_qemu.git/commit - target-ppc/dfp_helper.c
target-ppc: Introduce DFP Add
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:55:01 +0000 (15:55 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:30 +0000 (13:24 +0200)
commita9d7ba03b0fa8c7b6d660c6aafa736d16921728f
treefffa6fed766005033e1d0fd4180b87eaffcb5b6e
parent27722744e9fc81e437a5e55db8ec31ec99b31714
target-ppc: Introduce DFP Add

Add emulation of the PowerPC Decimal Floating Point Add instructions dadd[q][.]

Various GCC unused annotations are removed since it is now safe to remove them.

Signed-off-by: Tom Musta <tommusta@gmail.com>
[agraf: move brace in function definition]
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/dfp_helper.c
target-ppc/helper.h
target-ppc/translate.c