]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: fmadd: add macro for updating flags
authorNikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Sat, 4 Mar 2017 14:02:08 +0000 (19:32 +0530)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 6 Mar 2017 02:17:28 +0000 (13:17 +1100)
commit3e5b26cf57a28c2e33655205d8f49e633a75fa8c
tree14e8135c3f60f43b60ea88bda18d3b0a7704afc1
parent806c9d71abbcd283c0a6d8250e5a6db951ba9494
target/ppc: fmadd: add macro for updating flags

Adds FPU_MADDSUB_UPDATE macro, this will be used for other routines
having float32/16

Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/fpu_helper.c