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