aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/exec.h
AgeCommit message (Expand)Author
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini
2009-08-16Replace always_inline with inlineBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-18target-ppc: fix a typoaurel32
2008-12-16target-ppc: fix a typo introduced in revision 6058aurel32
2008-12-15target-ppc: update comment about precise emulationaurel32
2008-12-15target-ppc: remove dead codeaurel32
2008-12-15target-ppc: enable PRECISE_EMULATION by defaultaurel32
2008-12-11target-ppc: remove remaining warningsaurel32
2008-12-11target-ppc: rework exception codeaurel32
2008-12-07target-ppc: convert SPR accesses to TCGaurel32
2008-12-06target-ppc: remove dead codeaurel32
2008-12-05target-ppc: convert POWER shift instructions to TCGaurel32
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-22target-ppc: convert exceptions generation to TCGaurel32
2008-11-19target-ppc: convert fp ops to TCGaurel32
2008-09-04ppc: cleanup register typesaurel32
2008-04-07Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel32
2008-04-07Always enable precise emulation when softfloat is usedaurel32
2007-11-24Fix incorrect debug prints (reported by Paul Brook).j_mayer
2007-11-14Fix PowerPC targets compilation on 32 bits hosts:j_mayer
2007-11-03PowerPC MMU and exception fixes:j_mayer
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-07Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer
2007-10-07PowerPC target optimisations: make intensive use of always_inline.j_mayer
2007-10-01Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer
2007-09-17Coding style fixes in PowerPC related code (no functional change):j_mayer
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-11Fix PPCEMB for 32bit hosts.ths
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths
2007-04-24Code provision for new PowerPC embedded target support with:j_mayer
2007-04-16Add callbacks to allow dynamic change of PowerPC clocks (to be improved)j_mayer
2007-03-22PowerPC bugfixes:j_mayer
2007-03-20PowerPC 2.03 SPE extension - first pass.j_mayer
2007-03-17Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer
2006-12-23Use memory barriers in FORCE_RET / RETURN.ths
2005-10-30moved common softmmu code to common header (Paul Brook)bellard
2005-07-04correct split between helper.c and op_helper.c - moved some uops to op_helper...bellard
2005-07-02preliminary patch to support more PowerPC CPUs (Jocelyn Mayer)bellard
2005-03-13fpu fixes (Jocelyn Mayer) - soft float supportbellard
2005-01-0364 bit target supportbellard
2004-10-12correct handling of saved host registersbellard