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
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
2016-11-15
target-ppc: add vrldnmi and vrlwmi instructions
Gautham R. Shenoy
2016-11-01
log: Add locking to large logging blocks
Richard Henderson
2016-10-28
ppc: Fix single step with gdb stub
Benjamin Herrenschmidt
2016-10-28
target-ppc: implement xxbr[qdwh] instruction
Nikunj A Dadhania
2016-10-05
target-ppc: fix invalid mask - cmpl, bctar
Avinesh Kumar
2016-09-23
target-ppc: tlbie/tlbivax should have global effect
Nikunj A Dadhania
2016-09-23
target-ppc: add flag in check_tlb_flush()
Nikunj A Dadhania
2016-09-23
target-ppc: implement darn instruction
Ravi Bangoria
2016-09-23
target-ppc: add stxsi[bh]x instruction
Nikunj A Dadhania
2016-09-23
target-ppc: add lxsi[bw]zx instruction
Nikunj A Dadhania
2016-09-23
target-ppc: add xxspltib instruction
Nikunj A Dadhania
2016-09-23
target-ppc: consolidate store conditional
Nikunj A Dadhania
2016-09-23
target-ppc: move out stqcx impementation
Nikunj A Dadhania
2016-09-23
target-ppc: consolidate load with reservation
Nikunj A Dadhania
2016-09-23
target-ppc: convert st[16,32,64]r to use new macro
Nikunj A Dadhania
2016-09-23
target-ppc: convert st64 to use new macro
Nikunj A Dadhania
2016-09-23
target-ppc: consolidate store operations
Nikunj A Dadhania
2016-09-23
target-ppc: convert ld[16,32,64]ur to use new macro
Nikunj A Dadhania
2016-09-23
target-ppc: convert ld64 to use new macro
Nikunj A Dadhania
2016-09-23
target-ppc: consolidate load operations
Nikunj A Dadhania
2016-09-23
target-ppc: add vector insert instructions
Rajalakshmi Srinivasaraghavan
2016-09-23
ppc: restrict the use of the rfi instruction
Benjamin Herrenschmidt
2016-09-07
ppc: Don't generate dead code on unconditional branches
Benjamin Herrenschmidt
2016-09-07
ppc: Rename #include'd .c files to .inc.c
Benjamin Herrenschmidt
2016-09-07
target-ppc: add extswsli[.] instruction
Nikunj A Dadhania
2016-09-07
target-ppc: implement branch-less divd[o][.]
Nikunj A Dadhania
2016-09-07
target-ppc: implement branch-less divw[o][.]
Nikunj A Dadhania
2016-09-07
ppc: load/store multiple and string insns don't do LE
Benjamin Herrenschmidt
2016-09-07
ppc: Use a helper to generate "LE unsupported" alignment interrupts
Benjamin Herrenschmidt
2016-09-07
ppc: Don't set access_type on all load/stores on hash64
Benjamin Herrenschmidt
2016-09-07
ppc: Fix CFAR updates
Benjamin Herrenschmidt
2016-09-07
ppc: Speed up dcbz
Benjamin Herrenschmidt
2016-09-07
ppc: Handle unconditional (always/never) traps at translation time
Benjamin Herrenschmidt
2016-09-07
ppc: Make alignment exceptions suck less
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP in dcbz and lscbx
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP if not taking alignment exceptions
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP on conditional trap instructions
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP BookE 2.06 tlbwe
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP in facility unavailable interrupts
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP in DCR access routines
Benjamin Herrenschmidt
2016-09-07
ppc: Make tlb_fill() use new exception helper
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP in lmw/stmw/icbi
Benjamin Herrenschmidt
2016-09-07
ppc: Don't update NIP in lswi/lswx/stswi/stswx
Benjamin Herrenschmidt
2016-09-07
ppc: Move VSX ops out of translate.c
Benjamin Herrenschmidt
2016-09-07
ppc: Move VMX ops out of translate.c
Benjamin Herrenschmidt
2016-09-07
ppc: Move DFP ops out of translate.c
Benjamin Herrenschmidt
2016-09-07
ppc: Move embedded spe ops out of translate.c
Benjamin Herrenschmidt
2016-09-07
ppc: Move classic fp ops out of translate.c
Benjamin Herrenschmidt
2016-09-07
target-ppc: introduce opc4 for Expanded Opcode
Nikunj A Dadhania
[next]