summaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-29Add missing static qualifiers.pbrook1-1/+1
2008-06-29Add instruction counter.pbrook1-1/+31
2008-06-18PPC: fix mtfsfiaurel321-1/+1
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-05-10Fix broken PPC user space single steppingaurel321-23/+39
2008-05-05PPC: fix isel opcode decodingaurel321-1/+1
2008-04-28Factorize code in translate.caurel321-0/+42
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-02-01use the TCG code generatorbellard1-40/+8
2007-11-24Fix incorrect debug prints (reported by Paul Brook).j_mayer1-23/+10
2007-11-22Add new sane low-level memory accessors for PowerPC that do properj_mayer1-0/+25
2007-11-19PowerPC instruction fixes:j_mayer1-3/+3
2007-11-19Fix another collision in PowerPC instructions definitions.j_mayer1-1/+1
2007-11-17A little more granularity in PowerPC instructions definition is neededj_mayer1-45/+59
2007-11-17Fix collision in PowerPC instructions definitions.j_mayer1-11/+11
2007-11-16Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer1-1015/+253
2007-11-14Fix invalid PowerPC 64 rldimi optimized case.j_mayer1-5/+3
2007-11-14Reorganize PowerPC instructions categories, add icbi separate case.j_mayer1-91/+103
2007-11-12PowerPC SPE extension fix: must always preserve GPR high bits whenj_mayer1-3/+3
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer1-9/+103
2007-11-12Fix usage of the -1 constant in the PowerPC target code:j_mayer1-5/+5
2007-11-11Optimize PowerPC overflow flag computation in most useful cases.j_mayer1-13/+13
2007-11-04PowerPC 601 need specific callbacks for its BATs setup.j_mayer1-11/+10
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