aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-04Improve PowerPC CPU state dump.j_mayer1-23/+25
2007-11-02Don't print any message when a priviledge exception occurs on mfpvrj_mayer1-4/+10
2007-10-31Fix CR ops with complement, thanks to Julian Seward for testingj_mayer1-5/+19
2007-10-28PowerPC coding style and inlining fixes.j_mayer1-2/+1
2007-10-27Fix PowerPC FPSCR update and floating-point exception generationj_mayer1-99/+173
2007-10-26Bugfix in PowerPC dcbi instruction:j_mayer1-5/+2
2007-10-26Pretty dump for specific PowerPC instructions names.j_mayer1-35/+75
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer1-15/+7
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-9/+2
2007-10-07Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls).j_mayer1-10/+7
2007-10-07Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer1-1/+164
2007-10-07PowerPC target coding style fixes.j_mayer1-1/+1
2007-10-07PowerPC target optimisations: make intensive use of always_inline.j_mayer1-87/+92
2007-10-07Reorganize the CPUPPCState structure to group features.j_mayer1-0/+2
2007-10-07Add MSR bits signification per PowerPC implementation flags (to be continued).j_mayer1-22/+28
2007-10-05Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer1-49/+118
2007-10-04Make PowerPC cache line size implementation dependant.j_mayer1-26/+159
2007-10-02Code provision for hypervisor mode memory accesses.j_mayer1-108/+245
2007-10-01Fix missing nip updates for instructions that potentially generatej_mayer1-0/+10
2007-10-01Handle all MMU models in switches, even if it's just to abort because of lackj_mayer1-2/+33
2007-10-01Optimisations: avoid generation of duplicated micro-ops.j_mayer1-3/+14
2007-10-01Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer1-6/+4
2007-09-30Fix (once again) PowerPC sync weight field.j_mayer1-1/+1
2007-09-30* Update OEA environment, following the PowerPC 2.04 specification:j_mayer1-31/+165
2007-09-30Synchronize with latest PowerPC ISA VEA:j_mayer1-7/+23
2007-09-30Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer1-0/+20
2007-09-30Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer1-0/+14
2007-09-30Improve single-precision floats load & stores:j_mayer1-40/+32
2007-09-29PowerPC emulation optimization:j_mayer1-2/+10
2007-09-29Rework PowerPC exceptions model to make it more versatile:j_mayer1-213/+227
2007-09-29Define the proper bfd_mach to be used by the disassembler for eachj_mayer1-1/+2
2007-09-27Implement size bit in PowerPC 64 comparisons.j_mayer1-4/+4
2007-09-27Fixes for PowerPC 64 rotate and mask instructions.j_mayer1-7/+23
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer1-99/+224
2007-09-21More PowerPC definitions, from POWER 2.04 specifications and misc sources.j_mayer1-45/+52
2007-09-21Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer1-24/+8
2007-09-19Code provision for PowerPC BookE MMU model support.j_mayer1-3/+90
2007-09-17PowerPC flags update/use fixes:j_mayer1-0/+2
2007-09-17Coding style fixes in PowerPC related code (no functional change):j_mayer1-11/+10
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-9/+9
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-13/+13
2007-09-11Fix tb->size mishandling, by Daniel Jacobowitz.ths1-1/+0
2007-05-27Spelling fix (Mark Glines)blueswir11-5/+5
2007-04-24Code provision for new PowerPC embedded target support with:j_mayer1-3/+3
2007-04-19No functional changes:j_mayer1-8/+8
2007-04-16PowerPC emulation bugfixes:j_mayer1-5/+7
2007-04-16Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer1-0/+10
2007-04-06Fix for PowerPC 64 rotates.j_mayer1-27/+35
2007-03-30Fix rfi instruction: do not depend on current execution modej_mayer1-19/+90
2007-03-23Add missing PowerPC 64 instructionsj_mayer1-2/+140