aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate/fp-impl.c.inc
AgeCommit message (Expand)AuthorFilesLines
2022-09-20target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo1-2/+2
2022-09-20target/ppc: Move fsqrts to decodetreeVíctor Colombo1-22/+1
2022-09-20target/ppc: Move fsqrt to decodetreeVíctor Colombo1-12/+17
2022-07-18target/ppc: receive DisasContext explicitly in GEN_PRIVMatheus Ferst1-2/+2
2022-07-06target/ppc: Implement mffscdrn[i] instructionsVíctor Colombo1-0/+41
2022-07-06target/ppc: Move mffs[.] to decodetreeVíctor Colombo1-18/+17
2022-07-06target/ppc: Move mffsl to decodetreeVíctor Colombo1-22/+16
2022-07-06target/ppc: Move mffsce to decodetreeVíctor Colombo1-30/+16
2022-07-06target/ppc: Move mffscrn[i] to decodetreeVíctor Colombo1-41/+42
2022-05-26target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst1-2/+28
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-179/+0
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-2/+2
2021-12-17target/ppc: Add helper for frsqrtesRichard Henderson1-2/+1
2021-12-17target/ppc: Add helper for fmulsRichard Henderson1-7/+4
2021-12-17target/ppc: Add helpers for fadds, fsubs, fdivsRichard Henderson1-7/+4
2021-12-17target/ppc: Add helper for fsqrtsRichard Henderson1-2/+1
2021-12-17target/ppc: Add helpers for fmadds et alRichard Henderson1-8/+5
2021-12-17target/ppc: Move float_check_status from FPU_FCTI to translateRichard Henderson1-1/+2
2021-12-17target/ppc: Fixed call to deferred exceptionLucas Mateus Castro (alqotel)1-6/+3
2021-11-10target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x]Matheus Ferst1-1/+1
2021-11-09target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructionsFernando Eckhardt Valle1-0/+14
2021-11-09target/ppc: Move load and store floating point instructions to decodetreeFernando Eckhardt Valle1-176/+71
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-0/+1495