aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/dfp_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-24target/ppc: replace assert(0) with g_assert_not_reached()Pierrick Bouvier1-4/+4
2023-02-27target/ppc: Fix warning with clang-15Pierrick Bouvier1-2/+2
2022-09-20target/ppc: Set result to QNaN for DENBCD when VXCVI occursVíctor Colombo1-2/+24
2022-09-20target/ppc: Zero second doubleword in DFP instructionsVíctor Colombo1-1/+4
2022-07-06target/ppc: implement cdtbcdMatheus Ferst1-0/+26
2022-07-06target/ppc: implement cbcdtdMatheus Ferst1-0/+39
2021-11-09target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires1-8/+8
2021-11-09target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetreeLuis Pires1-10/+10
2021-11-09target/ppc: Move dqua[q], drrnd[q] to decodetreeLuis Pires1-4/+4
2021-11-09target/ppc: Move dquai[q], drint{x,n}[q] to decodetreeLuis Pires1-6/+6
2021-11-09target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetreeLuis Pires1-10/+10
2021-11-09target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetreeLuis Pires1-10/+10
2021-11-09target/ppc: Move dtstdc[q]/dtstdg[q] to decodetreeLuis Pires1-4/+4
2021-11-09target/ppc: Implement DCTFIXQQLuis Pires1-0/+52
2021-11-09target/ppc: Implement DCFFIXQQLuis Pires1-0/+12
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1
2019-10-04target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ...Mark Cave-Ayland1-50/+10
2019-10-04target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp...Mark Cave-Ayland1-39/+31
2019-10-04target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_tMark Cave-Ayland1-102/+108
2019-10-04target/ppc: introduce dfp_finalize_decimal{64,128}() helper functionsMark Cave-Ayland1-19/+23
2019-10-04target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland1-38/+42
2019-10-04target/ppc: introduce set_dfp{64,128}() helper functionsMark Cave-Ayland1-42/+48
2019-10-04target/ppc: introduce get_dfp{64,128}() helper functionsMark Cave-Ayland1-13/+39
2019-10-04ppc: Use FPSCR defines instead of constantsPaul A. Clarke1-4/+4
2019-10-04ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke1-1/+1
2019-04-26target/ppc: Style fixes for dfp_helper.cDavid Gibson1-7/+7
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1331