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