Age | Commit message (Expand) | Author |
2019-01-09 | target/ppc: move FP and VMX registers into aligned vsr register array | Mark Cave-Ayland |
2019-01-09 | target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env | Mark Cave-Ayland |
2019-01-09 | target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V... | Mark Cave-Ayland |
2017-07-19 | target/ppc: optimize various functions using extract op | Philippe Mathieu-Daudé |
2017-02-22 | target-ppc: Add xscvqpudz and xscvqpuwz instructions | Bharata B Rao |
2017-02-22 | target-ppc: Add xsmaxjdp and xsminjdp instructions | Bharata B Rao |
2017-02-22 | target-ppc: Add xsmaxcdp and xsmincdp instructions | Bharata B Rao |
2017-02-22 | ppc: implement xssubqp instruction | Jose Ricardo Ziviani |
2017-02-22 | ppc: implement xssqrtqp instruction | Jose Ricardo Ziviani |
2017-02-22 | ppc: implement xsrqpxp instruction | Jose Ricardo Ziviani |
2017-02-22 | ppc: implement xsrqpi[x] instruction | Jose Ricardo Ziviani |
2017-02-02 | target-ppc: Add xststdc[sp, dp, qp] instructions | Nikunj A Dadhania |
2017-02-02 | target-ppc: Add xvtstdc[sp,dp] instructions | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xvcv[hpsp, sphp] instructions | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xsmulqp instruction | Bharata B Rao |
2017-01-31 | target-ppc: Add xsdivqp instruction | Bharata B Rao |
2017-01-31 | target-ppc: Add xscvsdqp and xscvudqp instructions | Bharata B Rao |
2017-01-31 | target-ppc: Add xscvqps[d,w]z instructions | Bharata B Rao |
2017-01-31 | target-ppc: Add xvxsigdp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xvxsigsp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xvxexpdp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xvxexpsp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xviexpdp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xviexpsp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xsiexpqp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xsiexpdp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xscvqpdp instruction | Bharata B Rao |
2017-01-31 | target-ppc: Add xscvdpqp instruction | Bharata B Rao |
2017-01-31 | target-ppc: Add xsaddqp instructions | Bharata B Rao |
2017-01-31 | target-ppc: Add xsxsigqp instructions | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xsxsigdp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xsxexpqp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xsxexpdp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xscvdphp, xscvhpdp | Bharata B Rao |
2017-01-31 | target-ppc: Add xxinsertw instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xxextractuw instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: implement stxvll instructions | Nikunj A Dadhania |
2017-01-31 | target-ppc: implement stxvl instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: implement lxvll instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: implement lxvl instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xxperm and xxpermr instructions | Bharata B Rao |
2017-01-31 | target-ppc: implement xscpsgnqp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: implement xsnegqp instruction | Nikunj A Dadhania |
2017-01-31 | target-ppc: implement xsabsqp/xsnabsqp instruction | David Gibson |
2017-01-31 | target-ppc: implement lxv/lxvx and stxv/stxvx | Nikunj A Dadhania |
2017-01-31 | target-ppc: implement stxsd and stxssp | Nikunj A Dadhania |
2017-01-31 | target-ppc: implement lxsd and lxssp instructions | Nikunj A Dadhania |
2017-01-31 | target-ppc: Add xscmpoqp and xscmpuqp instructions | Bharata B Rao |
2017-01-31 | target-ppc: Add xscmpexp[dp,qp] instructions | Bharata B Rao |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth |