aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/dfp_helper.c
AgeCommit message (Expand)Author
2021-11-09target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move dqua[q], drrnd[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move dquai[q], drint{x,n}[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move dtstdc[q]/dtstdg[q] to decodetreeLuis Pires
2021-11-09target/ppc: Implement DCTFIXQQLuis Pires
2021-11-09target/ppc: Implement DCFFIXQQLuis Pires
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
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