summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
...
* ppc: Implement bcdsr. instructionJose Ricardo Ziviani2017-01-314-0/+52
* ppc: Implement bcdus. instructionJose Ricardo Ziviani2017-01-314-1/+46
* ppc: Implement bcds. instructionJose Ricardo Ziviani2017-01-314-1/+46
* target-ppc: xscvqpdp zero VSRNikunj A Dadhania2017-01-311-1/+1
* ppc: Fix a warning in bcdcfz code and improve BCD_DIG_BYTE macroJose Ricardo Ziviani2017-01-311-3/+3
* target-ppc: Add xscvqpdp instructionBharata B Rao2017-01-314-0/+31
* target-ppc: Add xscvdpqp instructionBharata B Rao2017-01-314-0/+48
* target-ppc: Add xsaddqp instructionsBharata B Rao2017-01-315-0/+41
* ppc: Add ppc_set_compat_all()David Gibson2017-01-312-0/+38
* target-ppc: Add xsxsigqp instructionsNikunj A Dadhania2017-01-312-0/+30
* target-ppc: Add xsxsigdp instructionNikunj A Dadhania2017-01-312-0/+30
* target-ppc: Add xsxexpqp instructionNikunj A Dadhania2017-01-312-0/+16
* target-ppc: Add xsxexpdp instructionNikunj A Dadhania2017-01-312-0/+17
* target-ppc: Use correct precision for FPRF settingBharata B Rao2017-01-312-2/+3
* target-ppc: Add xscvdphp, xscvhpdpBharata B Rao2017-01-315-0/+42
* target-ppc: Rename helper_compute_fprf to helper_compute_fprf_float64Bharata B Rao2017-01-313-70/+73
* 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 xxinsertw instructionNikunj A Dadhania2017-01-314-2/+30
* target-ppc: Add xxextractuw instructionNikunj A Dadhania2017-01-314-0/+62
* ppc: Validate compatibility modes when settingDavid Gibson2017-01-312-0/+43
* ppc: Rewrite ppc_get_compat_smt_threads()David Gibson2017-01-313-21/+19Star
* ppc: Rewrite ppc_set_compat()David Gibson2017-01-314-43/+97
* target-ppc: implement stxvll instructionsNikunj A Dadhania2017-01-314-0/+4
* target-ppc: implement stxvl instructionNikunj A Dadhania2017-01-314-0/+34
* target-ppc: implement lxvll instructionNikunj A Dadhania2017-01-314-0/+4
* target-ppc: implement lxvl instructionNikunj A Dadhania2017-01-314-0/+70
* target-ppc: Add xxperm and xxpermr instructionsBharata B Rao2017-01-314-0/+29
* target-ppc: implement xscpsgnqp instructionNikunj A Dadhania2017-01-312-1/+12
* target-ppc: implement xsnegqp instructionNikunj A Dadhania2017-01-312-0/+5
* target-ppc: Implement bcd_is_valid functionJose Ricardo Ziviani2017-01-311-7/+20
* target-ppc: implement xsabsqp/xsnabsqp instructionDavid Gibson2017-01-312-0/+40
* target-ppc: implement stop instructionNikunj A Dadhania2017-01-311-0/+6
* target-ppc: move ppc_vsr_t to common headerNikunj A Dadhania2017-01-312-37/+42
* ppc: Rename cpu_version to compat_pvrDavid Gibson2017-01-314-12/+12
* ppc: Clean up and QOMify hypercall emulationDavid Gibson2017-01-313-9/+40
* target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar2017-01-315-2/+73
* target-ppc: Implement bcdsetsgn. instructionJose Ricardo Ziviani2017-01-313-0/+28
* target-ppc: Implement bcdcpsgn. instructionJose Ricardo Ziviani2017-01-314-1/+28
* target-ppc: Implement bcdctsq. instructionJose Ricardo Ziviani2017-01-313-0/+48
* target-ppc: Implement bcdcfsq. instructionJose Ricardo Ziviani2017-01-313-0/+46
* target-ppc: implement lxv/lxvx and stxv/stxvxNikunj A Dadhania2017-01-314-2/+61
* target-ppc: implement stxsd and stxsspNikunj A Dadhania2017-01-313-1/+55
* target-ppc: implement lxsd and lxssp instructionsNikunj A Dadhania2017-01-313-1/+46
* target-ppc: Add xscmpoqp and xscmpuqp instructionsBharata B Rao2017-01-314-0/+60
* target-ppc: Add xscmpexp[dp,qp] instructionsBharata B Rao2017-01-314-0/+74
* target-ppc: Fix xscmpodp and xscmpudp instructionsBharata B Rao2017-01-311-15/+25
* target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania2017-01-313-30/+35
* target-ppc: Consolidate instruction decode helpersBharata B Rao2017-01-313-161/+152Star
* migration: extend VMStateInfoJianjun Duan2017-01-241-4/+8