summaryrefslogtreecommitdiff
path: root/target/ppc/fpu_helper.c
AgeCommit message (Expand)Author
2018-11-08target/ppc: Split out float_invalid_cvtRichard Henderson
2018-11-08target/ppc: Split out float_invalid_op_divRichard Henderson
2018-11-08target/ppc: Split out float_invalid_op_mulRichard Henderson
2018-11-08target/ppc: Split out float_invalid_op_addsubRichard Henderson
2018-11-08target/ppc: Introduce fp number classificationRichard Henderson
2018-11-08target/ppc: Remove float_check_statusRichard Henderson
2018-11-08target/ppc: Split up float_invalid_op_excpRichard Henderson
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrtRichard Henderson
2018-08-21target/ppc: Tidy helper_fsqrtRichard Henderson
2018-08-21target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson
2018-08-21target/ppc: Tidy helper_fmulRichard Henderson
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fdivRichard Henderson
2018-08-21target/ppc: Enable fp exceptions for user-onlyRichard Henderson
2018-07-03fpu_helper.c: fix setting FPSCR[FI] bitJohn Arbuckle
2018-06-21fpu_helper.c: fix helper_fpscr_clrbit() functionJohn Arbuckle
2018-05-17fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2017-03-06target/ppc: use helper for excp handlingNikunj A Dadhania
2017-03-06target/ppc: fmadd: add macro for updating flagsNikunj A Dadhania
2017-03-06target/ppc: fmadd check for excp independentlyNikunj A Dadhania
2017-03-03target/ppc: rewrite f[n]m[add,sub] using float64_muladdNikunj A Dadhania
2017-02-22target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao
2017-02-22target-ppc: Implement round to odd variants of quad FP instructionsBharata B Rao
2017-02-22target-ppc: Add xsmaxjdp and xsminjdp instructionsBharata B Rao
2017-02-22target-ppc: Add xsmaxcdp and xsmincdp instructionsBharata B Rao
2017-02-22ppc: implement xssubqp instructionJose Ricardo Ziviani
2017-02-22ppc: implement xssqrtqp instructionJose Ricardo Ziviani
2017-02-22ppc: implement xsrqpxp instructionJose Ricardo Ziviani
2017-02-22ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani
2017-02-02target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania
2017-02-02target-ppc: Add xvtstdc[sp,dp] instructionsNikunj A Dadhania
2017-01-31target-ppc: Add xvcv[hpsp, sphp] instructionsNikunj A Dadhania
2017-01-31target-ppc: Add xsmulqp instructionBharata B Rao
2017-01-31target-ppc: Add xsdivqp instructionBharata B Rao
2017-01-31target-ppc: Add xscvsdqp and xscvudqp instructionsBharata B Rao
2017-01-31target-ppc: Use ppc_vsr_t.f128 in xscmp[o,u,exp]qpBharata B Rao
2017-01-31target-ppc: Add xscvqps[d,w]z instructionsBharata B Rao
2017-01-31target-ppc: Add xvxsigsp instructionNikunj A Dadhania
2017-01-31target-ppc: xscvqpdp zero VSRNikunj A Dadhania
2017-01-31target-ppc: Add xscvqpdp instructionBharata B Rao
2017-01-31target-ppc: Add xscvdpqp instructionBharata B Rao
2017-01-31target-ppc: Add xsaddqp instructionsBharata B Rao
2017-01-31target-ppc: Use correct precision for FPRF settingBharata B Rao
2017-01-31target-ppc: Add xscvdphp, xscvhpdpBharata B Rao
2017-01-31target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64Bharata B Rao
2017-01-31target-ppc: Replace isden by float64_is_zero_or_denormalBharata B Rao
2017-01-31target-ppc: Use float64 arg in helper_compute_fprf()Bharata B Rao
2017-01-31target-ppc: Add xxperm and xxpermr instructionsBharata B Rao
2017-01-31target-ppc: move ppc_vsr_t to common headerNikunj A Dadhania