summaryrefslogtreecommitdiffstats
path: root/target-ppc/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always make all PowerPC exception definitions visible.j_mayer2007-11-171-8/+0
* Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer2007-11-161-8/+0
* Fix PowerPC targets compilation on 32 bits hosts:j_mayer2007-11-141-3/+3
* PowerPC SPE extension fix: must always preserve GPR high bits whenj_mayer2007-11-121-1/+1
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-26/+31
* Allow selection of PowerPC CPU giving a PVR.j_mayer2007-11-101-1/+0
* added cpu_model parameter to cpu_init()bellard2007-11-101-6/+5
* PowerPC 601 need specific callbacks for its BATs setup.j_mayer2007-11-041-1/+4
* PowerPC MMU and exception fixes:j_mayer2007-11-031-0/+2
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-4/+74
* Add PowerPC power-management state check callback.j_mayer2007-10-251-0/+1
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-43/+39
* Properly implement non-execute bit on PowerPC segments and PTEs.j_mayer2007-10-141-0/+1
* Merge PowerPC 620 input bus definitions with standard PowerPC 6xx.j_mayer2007-10-141-26/+19
* There is no need of a specific MMU model for PowerPC 601.j_mayer2007-10-141-2/+0
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-0/+19
* Unify '-cpu ?' option.j_mayer2007-10-121-0/+1
* Remove synonymous in PowerPC MSR bits definitions.j_mayer2007-10-081-23/+12
OpenPOWER on IntegriCloud