summaryrefslogtreecommitdiffstats
path: root/target-ppc/exec.h
Commit message (Expand)AuthorAgeFilesLines
* ppc: cleanup register typesaurel322008-09-041-8/+7
* Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel322008-04-071-0/+4
* Always enable precise emulation when softfloat is usedaurel322008-04-071-4/+0
* Fix incorrect debug prints (reported by Paul Brook).j_mayer2007-11-241-0/+2
* Fix PowerPC targets compilation on 32 bits hosts:j_mayer2007-11-141-2/+2
* PowerPC MMU and exception fixes:j_mayer2007-11-031-1/+1
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-1/+1
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-1/+1
* Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer2007-10-071-3/+3
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-071-7/+7
* Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer2007-10-011-6/+0
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-261-0/+2
* Coding style fixes in PowerPC related code (no functional change):j_mayer2007-09-171-7/+4
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Fix PPCEMB for 32bit hosts.ths2007-07-111-5/+5
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-0/+10
* Code provision for new PowerPC embedded target support with:j_mayer2007-04-241-1/+1
* Add callbacks to allow dynamic change of PowerPC clocks (to be improved)j_mayer2007-04-161-0/+1
* PowerPC bugfixes:j_mayer2007-03-221-0/+4
* PowerPC 2.03 SPE extension - first pass.j_mayer2007-03-201-3/+3
* Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer2007-03-171-8/+14
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-26/+50
* Use memory barriers in FORCE_RET / RETURN.ths2006-12-231-2/+2
* moved common softmmu code to common header (Paul Brook)bellard2005-10-301-66/+1
* correct split between helper.c and op_helper.c - moved some uops to op_helper...bellard2005-07-041-0/+4
* preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard2005-07-021-22/+2
* fpu fixes (Jocelyn Mayer) - soft float supportbellard2005-03-131-9/+1
* 64 bit target supportbellard2005-01-031-0/+3
* correct handling of saved host registersbellard2004-10-121-0/+8
* PowerPC mergebellard2004-05-231-0/+6
* PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard2004-05-211-6/+2
* ppc fixes (Jocelyn Mayer)bellard2004-04-261-0/+2
* PowerPC system emulation fixes (Jocelyn Mayer)bellard2004-04-121-0/+5
* PowerPC system emulation (Jocelyn Mayer) - modified patch to use new TLB apibellard2004-01-041-94/+87
* PowerPC fixes (Jocelyn Mayer)bellard2004-01-041-2/+11
* PowerPC support (Jocelyn Mayer)bellard2003-11-231-0/+157
OpenPOWER on IntegriCloud