summaryrefslogtreecommitdiffstats
path: root/target/ppc/dfp_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires2021-11-091-8/+8
* target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetreeLuis Pires2021-11-091-10/+10
* target/ppc: Move dqua[q], drrnd[q] to decodetreeLuis Pires2021-11-091-4/+4
* target/ppc: Move dquai[q], drint{x,n}[q] to decodetreeLuis Pires2021-11-091-6/+6
* target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetreeLuis Pires2021-11-091-10/+10
* target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetreeLuis Pires2021-11-091-10/+10
* target/ppc: Move dtstdc[q]/dtstdg[q] to decodetreeLuis Pires2021-11-091-4/+4
* target/ppc: Implement DCTFIXQQLuis Pires2021-11-091-0/+52
* target/ppc: Implement DCFFIXQQLuis Pires2021-11-091-0/+12
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ...Mark Cave-Ayland2019-10-041-50/+10Star
* target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp...Mark Cave-Ayland2019-10-041-39/+31Star
* target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_tMark Cave-Ayland2019-10-041-102/+108
* target/ppc: introduce dfp_finalize_decimal{64,128}() helper functionsMark Cave-Ayland2019-10-041-19/+23
* target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland2019-10-041-38/+42
* target/ppc: introduce set_dfp{64,128}() helper functionsMark Cave-Ayland2019-10-041-42/+48
* target/ppc: introduce get_dfp{64,128}() helper functionsMark Cave-Ayland2019-10-041-13/+39
* ppc: Use FPSCR defines instead of constantsPaul A. Clarke2019-10-041-4/+4
* ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke2019-10-041-1/+1
* target/ppc: Style fixes for dfp_helper.cDavid Gibson2019-04-261-7/+7
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+1331