summaryrefslogtreecommitdiff
path: root/target/ppc/translate
AgeCommit message (Expand)AuthorFilesLines
2018-02-16target/ppc: convert to DisasContextBaseEmilio G. Cota1-8/+8
2017-07-19target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé1-16/+8
2017-02-22target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao2-0/+4
2017-02-22target-ppc: Implement round to odd variants of quad FP instructionsBharata B Rao1-1/+1
2017-02-22target-ppc: Add xsmaxjdp and xsminjdp instructionsBharata B Rao2-0/+4
2017-02-22target-ppc: Add xsmaxcdp and xsmincdp instructionsBharata B Rao2-0/+4
2017-02-22ppc: implement xssubqp instructionJose Ricardo Ziviani2-0/+2
2017-02-22ppc: implement xssqrtqp instructionJose Ricardo Ziviani2-0/+2
2017-02-22ppc: implement xsrqpxp instructionJose Ricardo Ziviani2-0/+2
2017-02-22ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani2-0/+14
2017-02-02target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania2-0/+7
2017-02-02target-ppc: Add xvtstdc[sp,dp] instructionsNikunj A Dadhania2-0/+10
2017-01-31target-ppc: Add xvcv[hpsp, sphp] instructionsNikunj A Dadhania2-0/+4
2017-01-31target-ppc: Add xsmulqp instructionBharata B Rao2-0/+2
2017-01-31target-ppc: Add xsdivqp instructionBharata B Rao2-0/+2
2017-01-31target-ppc: Add xscvsdqp and xscvudqp instructionsBharata B Rao2-0/+4
2017-01-31ppc: Implement bcdutrunc. instructionJose Ricardo Ziviani2-1/+5
2017-01-31ppc: Implement bcdtrunc. instructionJose Ricardo Ziviani2-2/+7
2017-01-31target-ppc: Add xscvqps[d,w]z instructionsBharata B Rao2-0/+4
2017-01-31target-ppc: Add xvxsigdp instructionNikunj A Dadhania2-0/+41
2017-01-31target-ppc: Add xvxsigsp instructionNikunj A Dadhania2-0/+3
2017-01-31target-ppc: Add xvxexpdp instructionNikunj A Dadhania2-0/+18
2017-01-31target-ppc: Add xvxexpsp instructionNikunj A Dadhania2-0/+18
2017-01-31target-ppc: Add xviexpdp instructionNikunj A Dadhania2-0/+27
2017-01-31target-ppc: Add xviexpsp instructionNikunj A Dadhania2-0/+28
2017-01-31target-ppc: Add xsiexpqp instructionNikunj A Dadhania2-0/+23
2017-01-31target-ppc: Add xsiexpdp instructionNikunj A Dadhania2-0/+21
2017-01-31ppc: Implement bcdsr. instructionJose Ricardo Ziviani2-0/+3
2017-01-31ppc: Implement bcdus. instructionJose Ricardo Ziviani2-1/+4
2017-01-31ppc: Implement bcds. instructionJose Ricardo Ziviani2-1/+5
2017-01-31target-ppc: Add xscvqpdp instructionBharata B Rao2-0/+2
2017-01-31target-ppc: Add xscvdpqp instructionBharata B Rao2-0/+2
2017-01-31target-ppc: Add xsaddqp instructionsBharata B Rao2-0/+2
2017-01-31target-ppc: Add xsxsigqp instructionsNikunj A Dadhania2-0/+30
2017-01-31target-ppc: Add xsxsigdp instructionNikunj A Dadhania2-0/+30
2017-01-31target-ppc: Add xsxexpqp instructionNikunj A Dadhania2-0/+16
2017-01-31target-ppc: Add xsxexpdp instructionNikunj A Dadhania2-0/+17
2017-01-31target-ppc: Add xscvdphp, xscvhpdpBharata B Rao2-0/+4
2017-01-31target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64Bharata B Rao1-10/+10
2017-01-31target-ppc: Add xxinsertw instructionNikunj A Dadhania2-2/+4
2017-01-31target-ppc: Add xxextractuw instructionNikunj A Dadhania2-0/+35
2017-01-31target-ppc: implement stxvll instructionsNikunj A Dadhania2-0/+2
2017-01-31target-ppc: implement stxvl instructionNikunj A Dadhania2-0/+4
2017-01-31target-ppc: implement lxvll instructionNikunj A Dadhania2-0/+2
2017-01-31target-ppc: implement lxvl instructionNikunj A Dadhania2-0/+32
2017-01-31target-ppc: Add xxperm and xxpermr instructionsBharata B Rao2-0/+4
2017-01-31target-ppc: implement xscpsgnqp instructionNikunj A Dadhania2-1/+12
2017-01-31target-ppc: implement xsnegqp instructionNikunj A Dadhania2-0/+5
2017-01-31target-ppc: implement xsabsqp/xsnabsqp instructionDavid Gibson2-0/+40
2017-01-31target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar2-2/+29