| Commit message (Expand) | Author | Age | Files | Lines |
| * | target/ppc: Set result to QNaN for DENBCD when VXCVI occurs | Víctor Colombo | 2022-09-20 | 1 | -2/+24 |
| * | target/ppc: Zero second doubleword in DFP instructions | Víctor Colombo | 2022-09-20 | 1 | -1/+4 |
| * | target/ppc: implement cdtbcd | Matheus Ferst | 2022-07-06 | 1 | -0/+26 |
| * | target/ppc: implement cbcdtd | Matheus Ferst | 2022-07-06 | 1 | -0/+39 |
| * | target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -8/+8 |
| * | target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -10/+10 |
| * | target/ppc: Move dqua[q], drrnd[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -4/+4 |
| * | target/ppc: Move dquai[q], drint{x,n}[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -6/+6 |
| * | target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -10/+10 |
| * | target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -10/+10 |
| * | target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -4/+4 |
| * | target/ppc: Implement DCTFIXQQ | Luis Pires | 2021-11-09 | 1 | -0/+52 |
| * | target/ppc: Implement DCFFIXQQ | Luis Pires | 2021-11-09 | 1 | -0/+12 |
| * | powerpc tcg: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
| * | target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ... | Mark Cave-Ayland | 2019-10-04 | 1 | -50/+10 |
| * | target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp... | Mark Cave-Ayland | 2019-10-04 | 1 | -39/+31 |
| * | target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_t | Mark Cave-Ayland | 2019-10-04 | 1 | -102/+108 |
| * | target/ppc: introduce dfp_finalize_decimal{64,128}() helper functions | Mark Cave-Ayland | 2019-10-04 | 1 | -19/+23 |
| * | target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP... | Mark Cave-Ayland | 2019-10-04 | 1 | -38/+42 |
| * | target/ppc: introduce set_dfp{64,128}() helper functions | Mark Cave-Ayland | 2019-10-04 | 1 | -42/+48 |
| * | target/ppc: introduce get_dfp{64,128}() helper functions | Mark Cave-Ayland | 2019-10-04 | 1 | -13/+39 |
| * | ppc: Use FPSCR defines instead of constants | Paul A. Clarke | 2019-10-04 | 1 | -4/+4 |
| * | ppc: Add support for 'mffscrn','mffscrni' instructions | Paul A. Clarke | 2019-10-04 | 1 | -1/+1 |
| * | target/ppc: Style fixes for dfp_helper.c | David Gibson | 2019-04-26 | 1 | -7/+7 |
| * | Move target-* CPU file into a target/ folder | Thomas Huth | 2016-12-20 | 1 | -0/+1331 |