aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/exec.h
AgeCommit message (Expand)AuthorFilesLines
2008-04-07Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel321-0/+4
2008-04-07Always enable precise emulation when softfloat is usedaurel321-4/+0
2007-11-24Fix incorrect debug prints (reported by Paul Brook).j_mayer1-0/+2
2007-11-14Fix PowerPC targets compilation on 32 bits hosts:j_mayer1-2/+2
2007-11-03PowerPC MMU and exception fixes:j_mayer1-1/+1
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer1-1/+1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-1/+1
2007-10-07Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer1-3/+3
2007-10-07PowerPC target optimisations: make intensive use of always_inline.j_mayer1-7/+7
2007-10-01Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer1-6/+0
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer1-0/+2
2007-09-17Coding style fixes in PowerPC related code (no functional change):j_mayer1-7/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-07-11Fix PPCEMB for 32bit hosts.ths1-5/+5
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-0/+10
2007-04-24Code provision for new PowerPC embedded target support with:j_mayer1-1/+1
2007-04-16Add callbacks to allow dynamic change of PowerPC clocks (to be improved)j_mayer1-0/+1
2007-03-22PowerPC bugfixes:j_mayer1-0/+4
2007-03-20PowerPC 2.03 SPE extension - first pass.j_mayer1-3/+3
2007-03-17Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer1-8/+14
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-26/+50
2006-12-23Use memory barriers in FORCE_RET / RETURN.ths1-2/+2
2005-10-30moved common softmmu code to common header (Paul Brook)bellard1-66/+1
2005-07-04correct split between helper.c and op_helper.c - moved some uops to op_helper...bellard1-0/+4
2005-07-02preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard1-22/+2
2005-03-13fpu fixes (Jocelyn Mayer) - soft float supportbellard1-9/+1
2005-01-0364 bit target supportbellard1-0/+3
2004-10-12correct handling of saved host registersbellard1-0/+8
2004-05-23PowerPC mergebellard1-0/+6
2004-05-21PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard1-6/+2
2004-04-26ppc fixes (Jocelyn Mayer)bellard1-0/+2
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-0/+5
2004-01-04PowerPC system emulation (Jocelyn Mayer) - modified patch to use new TLB apibellard1-94/+87
2004-01-04PowerPC fixes (Jocelyn Mayer)bellard1-2/+11
2003-11-23PowerPC support (Jocelyn Mayer)bellard1-0/+157