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
/
dfp_helper.c
Age
Commit message (
Expand
)
Author
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2019-10-04
target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ...
Mark Cave-Ayland
2019-10-04
target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp...
Mark Cave-Ayland
2019-10-04
target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_t
Mark Cave-Ayland
2019-10-04
target/ppc: introduce dfp_finalize_decimal{64,128}() helper functions
Mark Cave-Ayland
2019-10-04
target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...
Mark Cave-Ayland
2019-10-04
target/ppc: introduce set_dfp{64,128}() helper functions
Mark Cave-Ayland
2019-10-04
target/ppc: introduce get_dfp{64,128}() helper functions
Mark Cave-Ayland
2019-10-04
ppc: Use FPSCR defines instead of constants
Paul A. Clarke
2019-10-04
ppc: Add support for 'mffscrn','mffscrni' instructions
Paul A. Clarke
2019-04-26
target/ppc: Style fixes for dfp_helper.c
David Gibson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth