summaryrefslogtreecommitdiff
path: root/target/ppc/translate/vsx-ops.inc.c
AgeCommit message (Expand)Author
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: Add xscvqps[d,w]z instructionsBharata B Rao
2017-01-31target-ppc: Add xvxsigdp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xvxsigsp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xvxexpdp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xvxexpsp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xviexpdp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xviexpsp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xsiexpqp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xsiexpdp instructionNikunj 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: Add xsxsigqp instructionsNikunj A Dadhania
2017-01-31target-ppc: Add xsxsigdp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xsxexpqp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xsxexpdp instructionNikunj A Dadhania
2017-01-31target-ppc: Add xscvdphp, xscvhpdpBharata B Rao
2017-01-31target-ppc: Add xxinsertw instructionNikunj A Dadhania
2017-01-31target-ppc: Add xxextractuw instructionNikunj A Dadhania
2017-01-31target-ppc: implement stxvll instructionsNikunj A Dadhania
2017-01-31target-ppc: implement stxvl instructionNikunj A Dadhania
2017-01-31target-ppc: implement lxvll instructionNikunj A Dadhania
2017-01-31target-ppc: implement lxvl instructionNikunj A Dadhania
2017-01-31target-ppc: Add xxperm and xxpermr instructionsBharata B Rao
2017-01-31target-ppc: implement xscpsgnqp instructionNikunj A Dadhania
2017-01-31target-ppc: implement xsnegqp instructionNikunj A Dadhania
2017-01-31target-ppc: implement xsabsqp/xsnabsqp instructionDavid Gibson
2017-01-31target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania
2017-01-31target-ppc: Add xscmpoqp and xscmpuqp instructionsBharata B Rao
2017-01-31target-ppc: Add xscmpexp[dp,qp] instructionsBharata B Rao
2016-12-20Move target-* CPU file into a target/ folderThomas Huth