aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/dfp_helper.c
AgeCommit message (Expand)Author
2019-10-04target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ...Mark Cave-Ayland
2019-10-04target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp...Mark Cave-Ayland
2019-10-04target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_tMark Cave-Ayland
2019-10-04target/ppc: introduce dfp_finalize_decimal{64,128}() helper functionsMark Cave-Ayland
2019-10-04target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland
2019-10-04target/ppc: introduce set_dfp{64,128}() helper functionsMark Cave-Ayland
2019-10-04target/ppc: introduce get_dfp{64,128}() helper functionsMark Cave-Ayland
2019-10-04ppc: Use FPSCR defines instead of constantsPaul A. Clarke
2019-10-04ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke
2019-04-26target/ppc: Style fixes for dfp_helper.cDavid Gibson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth