summaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect debug prints (reported by Paul Brook).j_mayer2007-11-241-23/+10
* Add new sane low-level memory accessors for PowerPC that do properj_mayer2007-11-221-0/+25
* PowerPC instruction fixes:j_mayer2007-11-191-3/+3
* Fix another collision in PowerPC instructions definitions.j_mayer2007-11-191-1/+1
* A little more granularity in PowerPC instructions definition is neededj_mayer2007-11-171-45/+59
* Fix collision in PowerPC instructions definitions.j_mayer2007-11-171-11/+11
* Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer2007-11-161-1015/+253
* Fix invalid PowerPC 64 rldimi optimized case.j_mayer2007-11-141-5/+3
* Reorganize PowerPC instructions categories, add icbi separate case.j_mayer2007-11-141-91/+103
* PowerPC SPE extension fix: must always preserve GPR high bits whenj_mayer2007-11-121-3/+3
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-9/+103
* Fix usage of the -1 constant in the PowerPC target code:j_mayer2007-11-121-5/+5
* Optimize PowerPC overflow flag computation in most useful cases.j_mayer2007-11-111-13/+13
* PowerPC 601 need specific callbacks for its BATs setup.j_mayer2007-11-041-11/+10
* Improve PowerPC CPU state dump.j_mayer2007-11-041-23/+25
* Don't print any message when a priviledge exception occurs on mfpvrj_mayer2007-11-021-4/+10
* Fix CR ops with complement, thanks to Julian Seward for testingj_mayer2007-10-311-5/+19
* PowerPC coding style and inlining fixes.j_mayer2007-10-281-2/+1
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-99/+173
* Bugfix in PowerPC dcbi instruction:j_mayer2007-10-261-5/+2
* Pretty dump for specific PowerPC instructions names.j_mayer2007-10-261-35/+75
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-15/+7
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-9/+2
* Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls).j_mayer2007-10-071-10/+7
* Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer2007-10-071-1/+164
* PowerPC target coding style fixes.j_mayer2007-10-071-1/+1
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-071-87/+92
* Reorganize the CPUPPCState structure to group features.j_mayer2007-10-071-0/+2
* Add MSR bits signification per PowerPC implementation flags (to be continued).j_mayer2007-10-071-22/+28
* Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer2007-10-051-49/+118
* Make PowerPC cache line size implementation dependant.j_mayer2007-10-041-26/+159
* Code provision for hypervisor mode memory accesses.j_mayer2007-10-021-108/+245
* Fix missing nip updates for instructions that potentially generatej_mayer2007-10-011-0/+10
* Handle all MMU models in switches, even if it's just to abort because of lackj_mayer2007-10-011-2/+33
* Optimisations: avoid generation of duplicated micro-ops.j_mayer2007-10-011-3/+14
* Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer2007-10-011-6/+4
* Fix (once again) PowerPC sync weight field.j_mayer2007-09-301-1/+1
* * Update OEA environment, following the PowerPC 2.04 specification:j_mayer2007-09-301-31/+165
* Synchronize with latest PowerPC ISA VEA:j_mayer2007-09-301-7/+23
* Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer2007-09-301-0/+20
* Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer2007-09-301-0/+14
* Improve single-precision floats load & stores:j_mayer2007-09-301-40/+32
* PowerPC emulation optimization:j_mayer2007-09-291-2/+10
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-291-213/+227
* Define the proper bfd_mach to be used by the disassembler for eachj_mayer2007-09-291-1/+2
* Implement size bit in PowerPC 64 comparisons.j_mayer2007-09-271-4/+4
* Fixes for PowerPC 64 rotate and mask instructions.j_mayer2007-09-271-7/+23
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-261-99/+224
* More PowerPC definitions, from POWER 2.04 specifications and misc sources.j_mayer2007-09-211-45/+52
* Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer2007-09-211-24/+8
OpenPOWER on IntegriCloud