summaryrefslogtreecommitdiffstats
path: root/target-ppc/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* Load 32 bit ELF BIOS images also on PPC64blueswir12009-02-081-1/+2
* Rename spe_status to vec_statusaurel322009-02-031-1/+3
* Add f field to ppc_avr_taurel322009-02-031-0/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Add vscr access macros.aurel322009-01-031-0/+7
* target-ppc: fix type of spe_acc.aurel322008-12-181-1/+1
* target-ppc: add signed fields to ppc_avr_t.aurel322008-12-151-0/+3
* target-ppc: remove remaining warningsaurel322008-12-111-2/+7
* target-ppc: convert SPR accesses to TCGaurel322008-12-071-27/+14
* target-ppc: remove dead codeaurel322008-12-061-5/+1
* target-ppc: convert SLB/TLB instructions to TCGaurel322008-12-061-1/+1
* Common cpu_loop_exit prototypeaurel322008-11-301-1/+0
* target-ppc: convert POWER2 load/store instructions to TCGaurel322008-11-271-3/+0
* target-ppc: convert SPE load/store to TCGaurel322008-11-271-6/+0
* target-ppc: convert altivec load/store to TCGaurel322008-11-241-1/+0
* target-ppc: convert fp ops to TCGaurel322008-11-191-1/+0
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+8
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-2/+6
* target-ppc: convert most SPE integer instructions to TCGaurel322008-11-101-4/+8
* target-ppc: fix tcg fatal error on i386 hostaurel322008-11-081-1/+5
* target-ppc: xer access prototypes no more used & implementedaurel322008-11-011-2/+0
* target-ppc: convert crf related instructions to TCGaurel322008-10-211-1/+7
* target-ppc: Convert XER accesses to TCGaurel322008-10-211-12/+11
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-2/+2
* ppc: Convert CRF moves to TCGaurel322008-09-041-1/+1
* ppc: cleanup register typesaurel322008-09-041-9/+10
* ppc: Convert GPR moves to TCGaurel322008-09-041-11/+1
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-2/+0
* Move CPU save/load registration to common code.pbrook2008-06-301-0/+2
* Add instruction counter.pbrook2008-06-291-0/+3
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+11
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0
* moved halted field to CPU_COMMONbellard2008-05-281-2/+0
* PPC: fix definition of msr_speaurel322008-05-061-1/+1
* Cleanup: remove useless TARGET_GPR_BITS definition.j_mayer2007-12-101-3/+0
* Fix PowerPC 74xx definitions.j_mayer2007-12-101-2/+3
* Fix incorrect debug prints (reported by Paul Brook).j_mayer2007-11-241-3/+19
* Revert foolish patch.j_mayer2007-11-231-4/+3
* Fix ppc32 register dumps on 64-bit hosts.pbrook2007-11-231-3/+4
* Fix PowerPC 7xx definitions.j_mayer2007-11-211-1/+18
* Remove shared macro used to define PowerPC implementations instructions sets:j_mayer2007-11-191-2/+9
* PowerPC 620 MMU do not have the same exact behavior as standardj_mayer2007-11-191-12/+15
* New PowerPC CPU flag to define the decrementer and time-base source clock.j_mayer2007-11-191-12/+16
* Improve PowerPC instructions set dump.j_mayer2007-11-171-1/+0
* Add definitions for Freescale PowerPC implementations,j_mayer2007-11-171-387/+440
* Define Freescale cores specific MMU model, exceptions and input bus.j_mayer2007-11-171-12/+38
* PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.j_mayer2007-11-171-3/+21
* Make the PowerPC MMU model, exception model and input bus modelj_mayer2007-11-171-7/+9
* Add missing definition for number of input pins for the PowerPC 970 bus.j_mayer2007-11-171-0/+1
OpenPOWER on IntegriCloud