aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/cpu.h
AgeCommit message (Expand)Author
2009-03-02kvm/powerpc: Add irq support for E500 coreaurel32
2009-02-08Load 32 bit ELF BIOS images also on PPC64blueswir1
2009-02-03Rename spe_status to vec_statusaurel32
2009-02-03Add f field to ppc_avr_taurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2009-01-03Add vscr access macros.aurel32
2008-12-18target-ppc: fix type of spe_acc.aurel32
2008-12-15target-ppc: add signed fields to ppc_avr_t.aurel32
2008-12-11target-ppc: remove remaining warningsaurel32
2008-12-07target-ppc: convert SPR accesses to TCGaurel32
2008-12-06target-ppc: remove dead codeaurel32
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel32
2008-11-30Common cpu_loop_exit prototypeaurel32
2008-11-27target-ppc: convert POWER2 load/store instructions to TCGaurel32
2008-11-27target-ppc: convert SPE load/store to TCGaurel32
2008-11-24target-ppc: convert altivec load/store to TCGaurel32
2008-11-19target-ppc: convert fp ops to TCGaurel32
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori
2008-11-10target-ppc: convert most SPE integer instructions to TCGaurel32
2008-11-08target-ppc: fix tcg fatal error on i386 hostaurel32
2008-11-01target-ppc: xer access prototypes no more used & implementedaurel32
2008-10-21target-ppc: convert crf related instructions to TCGaurel32
2008-10-21target-ppc: Convert XER accesses to TCGaurel32
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-09-04ppc: Convert CRF moves to TCGaurel32
2008-09-04ppc: cleanup register typesaurel32
2008-09-04ppc: Convert GPR moves to TCGaurel32
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook
2008-06-30Move CPU save/load registration to common code.pbrook
2008-06-29Add instruction counter.pbrook
2008-05-30Fix typo.pbrook
2008-05-30Move clone() register setup to target specific code. Handle fork-like clone.pbrook
2008-05-29Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard
2008-05-28moved halted field to CPU_COMMONbellard
2008-05-06PPC: fix definition of msr_speaurel32
2007-12-10Cleanup: remove useless TARGET_GPR_BITS definition.j_mayer
2007-12-10Fix PowerPC 74xx definitions.j_mayer
2007-11-24Fix incorrect debug prints (reported by Paul Brook).j_mayer
2007-11-23Revert foolish patch.j_mayer
2007-11-23Fix ppc32 register dumps on 64-bit hosts.pbrook
2007-11-21Fix PowerPC 7xx definitions.j_mayer
2007-11-19Remove shared macro used to define PowerPC implementations instructions sets:j_mayer
2007-11-19PowerPC 620 MMU do not have the same exact behavior as standardj_mayer
2007-11-19New PowerPC CPU flag to define the decrementer and time-base source clock.j_mayer
2007-11-17Improve PowerPC instructions set dump.j_mayer
2007-11-17Add definitions for Freescale PowerPC implementations,j_mayer
2007-11-17Define Freescale cores specific MMU model, exceptions and input bus.j_mayer
2007-11-17PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.j_mayer
2007-11-17Make the PowerPC MMU model, exception model and input bus modelj_mayer