Age | Commit message (Expand) | Author | Files | Lines |
2024-05-24 | target/ppc: Move floating-point arithmetic instructions to decodetree. | Chinmay Rath | 1 | -176/+109 |
2023-10-03 | tcg: Rename cpu_env to tcg_env | Richard Henderson | 1 | -25/+25 |
2023-05-27 | target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs | Richard Purdie | 1 | -6/+16 |
2023-03-13 | target/ppc: Avoid tcg_const_* in fp-impl.c.inc | Richard Henderson | 1 | -14/+12 |
2023-03-05 | target/ppc: Drop tcg_temp_free | Richard Henderson | 1 | -120/+2 |
2022-09-20 | target/ppc: Merge fsqrt and fsqrts helpers | Víctor Colombo | 1 | -2/+2 |
2022-09-20 | target/ppc: Move fsqrts to decodetree | Víctor Colombo | 1 | -22/+1 |
2022-09-20 | target/ppc: Move fsqrt to decodetree | Víctor Colombo | 1 | -12/+17 |
2022-07-18 | target/ppc: receive DisasContext explicitly in GEN_PRIV | Matheus Ferst | 1 | -2/+2 |
2022-07-06 | target/ppc: Implement mffscdrn[i] instructions | Víctor Colombo | 1 | -0/+41 |
2022-07-06 | target/ppc: Move mffs[.] to decodetree | Víctor Colombo | 1 | -18/+17 |
2022-07-06 | target/ppc: Move mffsl to decodetree | Víctor Colombo | 1 | -22/+16 |
2022-07-06 | target/ppc: Move mffsce to decodetree | Víctor Colombo | 1 | -30/+16 |
2022-07-06 | target/ppc: Move mffscrn[i] to decodetree | Víctor Colombo | 1 | -41/+42 |
2022-05-26 | target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper | Matheus Ferst | 1 | -2/+28 |
2022-02-09 | target/ppc: Remove PowerPC 601 CPUs | Cédric Le Goater | 1 | -179/+0 |
2022-01-08 | exec/memop: Adding signedness to quad definitions | Frédéric Pétrot | 1 | -2/+2 |
2021-12-17 | target/ppc: Add helper for frsqrtes | Richard Henderson | 1 | -2/+1 |
2021-12-17 | target/ppc: Add helper for fmuls | Richard Henderson | 1 | -7/+4 |
2021-12-17 | target/ppc: Add helpers for fadds, fsubs, fdivs | Richard Henderson | 1 | -7/+4 |
2021-12-17 | target/ppc: Add helper for fsqrts | Richard Henderson | 1 | -2/+1 |
2021-12-17 | target/ppc: Add helpers for fmadds et al | Richard Henderson | 1 | -8/+5 |
2021-12-17 | target/ppc: Move float_check_status from FPU_FCTI to translate | Richard Henderson | 1 | -1/+2 |
2021-12-17 | target/ppc: Fixed call to deferred exception | Lucas Mateus Castro (alqotel) | 1 | -6/+3 |
2021-11-10 | target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x] | Matheus Ferst | 1 | -1/+1 |
2021-11-09 | target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructions | Fernando Eckhardt Valle | 1 | -0/+14 |
2021-11-09 | target/ppc: Move load and store floating point instructions to decodetree | Fernando Eckhardt Valle | 1 | -176/+71 |
2020-08-21 | meson: rename included C source files to .c.inc | Paolo Bonzini | 1 | -0/+1495 |