summaryrefslogtreecommitdiff
path: root/target/ppc/fpu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2017-03-06target/ppc: use helper for excp handlingNikunj A Dadhania1-18/+2
2017-03-06target/ppc: fmadd: add macro for updating flagsNikunj A Dadhania1-31/+30
2017-03-06target/ppc: fmadd check for excp independentlyNikunj A Dadhania1-8/+12
2017-03-03target/ppc: rewrite f[n]m[add,sub] using float64_muladdNikunj A Dadhania1-167/+46
2017-02-22target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao1-0/+2
2017-02-22target-ppc: Implement round to odd variants of quad FP instructionsBharata B Rao1-22/+20
2017-02-22target-ppc: Add xsmaxjdp and xsminjdp instructionsBharata B Rao1-0/+55
2017-02-22target-ppc: Add xsmaxcdp and xsmincdp instructionsBharata B Rao1-0/+38
2017-02-22ppc: implement xssubqp instructionJose Ricardo Ziviani1-0/+34
2017-02-22ppc: implement xssqrtqp instructionJose Ricardo Ziviani1-0/+38
2017-02-22ppc: implement xsrqpxp instructionJose Ricardo Ziviani1-0/+56
2017-02-22ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani1-0/+59
2017-02-02target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania1-8/+58
2017-02-02target-ppc: Add xvtstdc[sp,dp] instructionsNikunj A Dadhania1-0/+40
2017-01-31target-ppc: Add xvcv[hpsp, sphp] instructionsNikunj A Dadhania1-9/+18
2017-01-31target-ppc: Add xsmulqp instructionBharata B Rao1-0/+35
2017-01-31target-ppc: Add xsdivqp instructionBharata B Rao1-0/+36
2017-01-31target-ppc: Add xscvsdqp and xscvudqp instructionsBharata B Rao1-0/+25
2017-01-31target-ppc: Use ppc_vsr_t.f128 in xscmp[o,u,exp]qpBharata B Rao1-12/+8
2017-01-31target-ppc: Add xscvqps[d,w]z instructionsBharata B Rao1-0/+40
2017-01-31target-ppc: Add xvxsigsp instructionNikunj A Dadhania1-0/+20
2017-01-31target-ppc: xscvqpdp zero VSRNikunj A Dadhania1-1/+1
2017-01-31target-ppc: Add xscvqpdp instructionBharata B Rao1-0/+28
2017-01-31target-ppc: Add xscvdpqp instructionBharata B Rao1-0/+45
2017-01-31target-ppc: Add xsaddqp instructionsBharata B Rao1-0/+36
2017-01-31target-ppc: Use correct precision for FPRF settingBharata B Rao1-2/+2
2017-01-31target-ppc: Add xscvdphp, xscvhpdpBharata B Rao1-0/+33
2017-01-31target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64Bharata B Rao1-59/+62
2017-01-31target-ppc: Replace isden by float64_is_zero_or_denormalBharata B Rao1-10/+1
2017-01-31target-ppc: Use float64 arg in helper_compute_fprf()Bharata B Rao1-9/+7
2017-01-31target-ppc: Add xxperm and xxpermr instructionsBharata B Rao1-0/+23
2017-01-31target-ppc: move ppc_vsr_t to common headerNikunj A Dadhania1-37/+0
2017-01-31target-ppc: Add xscmpoqp and xscmpuqp instructionsBharata B Rao1-0/+54
2017-01-31target-ppc: Add xscmpexp[dp,qp] instructionsBharata B Rao1-0/+64
2017-01-31target-ppc: Fix xscmpodp and xscmpudp instructionsBharata B Rao1-15/+25
2017-01-31target-ppc: Consolidate instruction decode helpersBharata B Rao1-10/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+2789