diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-12-17 17:57:15 +0100 |
---|---|---|
committer | Cédric Le Goater <clg@kaod.org> | 2021-12-17 17:57:15 +0100 |
commit | e4052bb773cc829a27786d68caa22f28cff19d39 (patch) | |
tree | 441e96643d46338c3026224a84559997d5313d3b /linux-user/nios2/cpu_loop.c | |
parent | a496352736033c19b530dc02c917fa5509104792 (diff) | |
download | qemu-e4052bb773cc829a27786d68caa22f28cff19d39.zip qemu-e4052bb773cc829a27786d68caa22f28cff19d39.tar.gz qemu-e4052bb773cc829a27786d68caa22f28cff19d39.tar.bz2 |
target/ppc: Update fmadd for new flags
Now that vximz, vxisi, and vxsnan are computed directly by
softfloat, we don't need to recompute it. This replaces the
separate float{32,64}_maddsub_update_excp functions with a
single float_invalid_op_madd function.
Fix VSX_MADD by passing sfprf to float_invalid_op_madd,
whereas the previous *_maddsub_update_excp assumed it true.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211119160502.17432-19-richard.henderson@linaro.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'linux-user/nios2/cpu_loop.c')
0 files changed, 0 insertions, 0 deletions