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.c
Age
Commit message (
Expand
)
Author
2017-10-24
tcg: Remove TCGV_EQUAL*
Richard Henderson
2017-10-17
target/ppc: Fix carry flag setting for shift algebraic instructions
Sandipan Das
2017-08-31
ppc: use DIV_ROUND_UP
Marc-André Lureau
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-19
target/ppc: optimize various functions using extract op
Philippe Mathieu-Daudé
2017-05-11
target/ppc: Change tlbie invalid fields for POWER9 support
Suraj Jitindar Singh
2017-05-11
target/ppc: Update tlbie to check privilege level based on GTSE
Suraj Jitindar Singh
2017-05-11
target/ppc: Generate fence operations
Nikunj A Dadhania
2017-05-11
target/ppc: Emulate LL/SC using cmpxchg helpers
Nikunj A Dadhania
2017-03-14
target/ppc: fix cpu_ov setting for 32-bit
Nikunj A Dadhania
2017-03-03
spapr: Small cleanup of PPC MMU enums
Sam Bobroff
2017-03-03
target/ppc: Don't gen an SDR1 on POWER9 and rework register creation
Suraj Jitindar Singh
2017-03-01
target/ppc: add mcrxrx instruction
Nikunj A Dadhania
2017-03-01
target/ppc: add ov32 flag in divide operations
Nikunj A Dadhania
2017-03-01
target/ppc: add ov32 flag for multiply low insns
Nikunj A Dadhania
2017-03-01
target/ppc: use tcg ops for neg instruction
Nikunj A Dadhania
2017-03-01
target/ppc: update overflow flags for add/sub
Nikunj A Dadhania
2017-03-01
target/ppc: update ca32 in arithmetic substract
Nikunj A Dadhania
2017-03-01
target/ppc: update ca32 in arithmetic add
Nikunj A Dadhania
2017-03-01
target/ppc: support for 32-bit carry and overflow
Nikunj A Dadhania
2017-03-01
target/ppc: optimize gen_write_xer()
Nikunj A Dadhania
2017-02-22
target-ppc: add wait instruction
Nikunj A Dadhania
2017-02-22
target-ppc: add slbsync implementation
Nikunj A Dadhania
2017-02-22
target-ppc: add slbieg instruction
Nikunj A Dadhania
2017-02-22
target-ppc: generate exception for copy/paste
Nikunj A Dadhania
2017-02-22
target-ppc: implement store atomic instruction
Balamuruhan S
2017-02-22
target-ppc: implement load atomic instruction
Balamuruhan S
2017-02-02
tcg/POWER9: NOOP the cp_abort instruction
Suraj Jitindar Singh
2017-02-02
target/ppc/debug: Print LPCR register value if register exists
Suraj Jitindar Singh
2017-01-31
target-ppc: implement stop instruction
Nikunj A Dadhania
2017-01-31
target-ppc: implement lxv/lxvx and stxv/stxvx
Nikunj A Dadhania
2017-01-31
target-ppc: implement stxsd and stxssp
Nikunj A Dadhania
2017-01-31
target-ppc: implement lxsd and lxssp instructions
Nikunj A Dadhania
2017-01-31
target-ppc: rename CRF_* defines as CRF_*_BIT
Nikunj A Dadhania
2017-01-31
target-ppc: Consolidate instruction decode helpers
Bharata B Rao
2017-01-10
target-ppc: Use ctpop helper
Richard Henderson
2017-01-10
target-ppc: Use clz and ctz opcodes
Richard Henderson
2017-01-10
target-ppc: Use the new deposit and extract ops
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth