summaryrefslogtreecommitdiffstats
path: root/target/ppc/dfp_helper.c
Commit message (Expand)AuthorAgeFilesLines
* 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