summaryrefslogtreecommitdiffstats
path: root/target/ppc/fpu_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: do not silence snan in xscvspdpnMatheus Ferst2022-01-041-4/+1Star
* target/ppc: move xscvqpdp to decodetreeMatheus Ferst2021-12-171-7/+3Star
* target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo2021-12-171-2/+2
* target/ppc: Use helper_todouble/tosingle in helper_xststdcspRichard Henderson2021-12-171-11/+10Star
* target/ppc: Update fres to new flags and float64r32Richard Henderson2021-12-171-10/+10
* target/ppc: Add helper for frsqrtesRichard Henderson2021-12-171-0/+19
* target/ppc: Add helper for fmulsRichard Henderson2021-12-171-0/+12
* target/ppc: Add helpers for fadds, fsubs, fdivsRichard Henderson2021-12-171-0/+40
* target/ppc: Add helper for fsqrtsRichard Henderson2021-12-171-0/+12
* target/ppc: Add helpers for fmadds et alRichard Henderson2021-12-171-1/+16
* target/ppc: Update fre to new flagsRichard Henderson2021-12-171-13/+8Star
* target/ppc: Update xsrqpi and xsrqpxp to new flagsRichard Henderson2021-12-171-10/+5Star
* target/ppc: Update sqrt for new flagsRichard Henderson2021-12-171-47/+25Star
* target/ppc: Use helper_todouble in do_frspRichard Henderson2021-12-171-1/+1
* target/ppc: Update do_frsp for new flagsRichard Henderson2021-12-171-9/+4Star
* target/ppc: Split out do_frspRichard Henderson2021-12-171-11/+16
* target/ppc: Do not call do_float_check_status from do_fmaddRichard Henderson2021-12-171-5/+2Star
* target/ppc: Split out do_fmaddRichard Henderson2021-12-171-15/+18
* target/ppc: Update fmadd for new flagsRichard Henderson2021-12-171-35/+11Star
* target/ppc: Clean up do_friRichard Henderson2021-12-171-13/+11Star
* target/ppc: Tidy inexact handling in do_friRichard Henderson2021-12-171-5/+1Star
* target/ppc: Use FloatRoundMode in do_friRichard Henderson2021-12-171-1/+1
* target/ppc: Remove inline from do_friRichard Henderson2021-12-171-2/+2
* target/ppc: Fix VXCVI return valueRichard Henderson2021-12-171-12/+15
* target/ppc: Update float_invalid_cvt for new flagsRichard Henderson2021-12-171-9/+11
* target/ppc: Move float_check_status from FPU_FCTI to translateRichard Henderson2021-12-171-6/+3Star
* target/ppc: Update float_invalid_op_div for new flagsRichard Henderson2021-12-171-24/+14Star
* target/ppc: Update float_invalid_op_mul for new flagsRichard Henderson2021-12-171-16/+10Star
* target/ppc: Update float_invalid_op_addsub for new flagsRichard Henderson2021-12-171-24/+14Star
* target/ppc: Fixed call to deferred exceptionLucas Mateus Castro (alqotel)2021-12-171-0/+48
* target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)2021-06-031-225/+13Star
* target/ppc: reduce usage of fpscr_set_rounding_modeBruno Larsen (billionai)2021-06-031-3/+5
* ppc/translate: Raise exceptions after setting the ccGiuseppe Musacchio2020-12-141-14/+14
* ppc/translate: Delay NaN checking after comparisonGiuseppe Musacchio2020-12-141-38/+42
* ppc/translate: Turn the helper macros into functionsGiuseppe Musacchio2020-12-141-105/+123
* ppc/translate: Fix unordered f64/f128 comparisonsGiuseppe Musacchio2020-12-141-10/+22
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* ppc/: fix some comment spelling errorszhaolichang2020-10-271-1/+1
* target/ppc: Fix typo in commentsBALATON Zoltan2020-02-201-2/+2
* ppc: Use FPSCR defines instead of constantsPaul A. Clarke2019-10-041-61/+61
* target/ppc: Fix do_float_check_status vs inexactRichard Henderson2019-08-291-7/+3Star
* ppc: Fix xscvdpspn for SNANPaul A. Clarke2019-08-291-2/+30
* ppc: Fix emulated single to double denormalized conversionsPaul A. Clarke2019-08-211-4/+13
* ppc: Fix emulated INFINITY and NAN conversionsPaul A. Clarke2019-08-211-4/+11
* ppc: conform to processor User's Manual for xscvdpspnPaul A. Clarke2019-08-211-1/+5
* ppc: Add support for 'mffsl' instructionPaul A. Clarke2019-08-211-2/+2
* target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland2019-07-021-47/+21Star
* target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.cMark Cave-Ayland2019-07-021-6/+4Star
* target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.cMark Cave-Ayland2019-07-021-18/+12Star
* target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.cMark Cave-Ayland2019-07-021-24/+12Star