index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
translate
/
fp-impl.c.inc
Age
Commit message (
Expand
)
Author
2024-05-24
target/ppc: Move floating-point arithmetic instructions to decodetree.
Chinmay Rath
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-05-27
target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs
Richard Purdie
2023-03-13
target/ppc: Avoid tcg_const_* in fp-impl.c.inc
Richard Henderson
2023-03-05
target/ppc: Drop tcg_temp_free
Richard Henderson
2022-09-20
target/ppc: Merge fsqrt and fsqrts helpers
Víctor Colombo
2022-09-20
target/ppc: Move fsqrts to decodetree
Víctor Colombo
2022-09-20
target/ppc: Move fsqrt to decodetree
Víctor Colombo
2022-07-18
target/ppc: receive DisasContext explicitly in GEN_PRIV
Matheus Ferst
2022-07-06
target/ppc: Implement mffscdrn[i] instructions
Víctor Colombo
2022-07-06
target/ppc: Move mffs[.] to decodetree
Víctor Colombo
2022-07-06
target/ppc: Move mffsl to decodetree
Víctor Colombo
2022-07-06
target/ppc: Move mffsce to decodetree
Víctor Colombo
2022-07-06
target/ppc: Move mffscrn[i] to decodetree
Víctor Colombo
2022-05-26
target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helper
Matheus Ferst
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2021-12-17
target/ppc: Add helper for frsqrtes
Richard Henderson
2021-12-17
target/ppc: Add helper for fmuls
Richard Henderson
2021-12-17
target/ppc: Add helpers for fadds, fsubs, fdivs
Richard Henderson
2021-12-17
target/ppc: Add helper for fsqrts
Richard Henderson
2021-12-17
target/ppc: Add helpers for fmadds et al
Richard Henderson
2021-12-17
target/ppc: Move float_check_status from FPU_FCTI to translate
Richard Henderson
2021-12-17
target/ppc: Fixed call to deferred exception
Lucas Mateus Castro (alqotel)
2021-11-10
target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x]
Matheus Ferst
2021-11-09
target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructions
Fernando Eckhardt Valle
2021-11-09
target/ppc: Move load and store floating point instructions to decodetree
Fernando Eckhardt Valle
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini