aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate/dfp-impl.c.inc
AgeCommit message (Expand)Author
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-03-05target/ppc: Drop tcg_temp_freeRichard Henderson
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: Do not update nip on DFP instructionsLuis Pires
2021-11-09target/ppc: Implement DCTFIXQQLuis Pires
2021-11-09target/ppc: Implement DCFFIXQQLuis Pires
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini