aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/dfp_helper.c
AgeCommit message (Expand)AuthorFilesLines
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