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
/
int_helper.c
Age
Commit message (
Expand
)
Author
2017-03-01
target/ppc: introduce helper_update_ov_legacy
Nikunj A Dadhania
2017-01-31
ppc: Implement bcdutrunc. instruction
Jose Ricardo Ziviani
2017-01-31
ppc: Implement bcdtrunc. instruction
Jose Ricardo Ziviani
2017-01-31
ppc: Implement bcdsr. instruction
Jose Ricardo Ziviani
2017-01-31
ppc: Implement bcdus. instruction
Jose Ricardo Ziviani
2017-01-31
ppc: Implement bcds. instruction
Jose Ricardo Ziviani
2017-01-31
ppc: Fix a warning in bcdcfz code and improve BCD_DIG_BYTE macro
Jose Ricardo Ziviani
2017-01-31
target-ppc: Add xxinsertw instruction
Nikunj A Dadhania
2017-01-31
target-ppc: Add xxextractuw instruction
Nikunj A Dadhania
2017-01-31
target-ppc: Implement bcd_is_valid function
Jose Ricardo Ziviani
2017-01-31
target-ppc: add vextu[bhw][lr]x instructions
Avinesh Kumar
2017-01-31
target-ppc: Implement bcdsetsgn. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: Implement bcdcpsgn. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: Implement bcdctsq. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: Implement bcdcfsq. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: rename CRF_* defines as CRF_*_BIT
Nikunj A Dadhania
2017-01-10
target-ppc: Use ctpop helper
Richard Henderson
2017-01-10
target-ppc: Use clz and ctz opcodes
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth