summaryrefslogtreecommitdiff
path: root/target-ppc/op.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-07Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel321-7/+7
2008-04-07Always enable precise emulation when softfloat is usedaurel321-7/+7
2008-03-13Use float32/64 instead of float/doubleaurel321-58/+27
2008-02-01use the TCG code generatorbellard1-15/+0
2007-11-16Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer1-4/+0
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer1-2/+0
2007-11-12More PowerPC target -1 usage fixes (reservation address).j_mayer1-1/+1
2007-11-12Fix usage of the -1 constant in the PowerPC target code:j_mayer1-10/+10
2007-11-11Fix POWER abs & abso computation.j_mayer1-2/+2
2007-11-11Optimize PowerPC overflow flag computation in most useful cases.j_mayer1-48/+22
2007-11-04PowerPC 601 need specific callbacks for its BATs setup.j_mayer1-11/+8
2007-10-31Fix CR ops with complement, thanks to Julian Seward for testingj_mayer1-19/+6
2007-10-28Make Alpha and PowerPC targets use shared helpersj_mayer1-2/+3
2007-10-27Fix PowerPC FPSCR update and floating-point exception generationj_mayer1-13/+113
2007-10-25Use host-utils for PowerPC 64 64x64 bits multiplications.j_mayer1-2/+2
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer1-18/+23
2007-10-14Generate micro-ops for PowerPC hypervisor mode.j_mayer1-0/+5
2007-10-07PowerPC target coding style fixes.j_mayer1-2/+0
2007-10-05Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer1-0/+14
2007-10-01Fix nasty sign-extensions when running 32 bits CPU in the 64 bits emulatorj_mayer1-10/+10
2007-10-01Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.cj_mayer1-2/+8
2007-10-01Handle all MMU models in switches, even if it's just to abort because of lackj_mayer1-1/+14
2007-10-01Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer1-15/+20
2007-10-01Implement embedded PowerPC exceptions prefix and vectors registers.j_mayer1-0/+15
2007-09-30* Update OEA environment, following the PowerPC 2.04 specification:j_mayer1-1/+22
2007-09-30Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer1-0/+8
2007-09-30Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer1-0/+31
2007-09-30Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer1-0/+24
2007-09-27Fixes for PowerPC 64 rotate and mask instructions.j_mayer1-0/+15
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer1-1/+1
2007-09-21Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer1-32/+8
2007-09-19Code provision for PowerPC BookE MMU model support.j_mayer1-0/+48
2007-09-17PowerPC flags update/use fixes:j_mayer1-5/+13
2007-09-17Coding style fixes in PowerPC related code (no functional change):j_mayer1-151/+141
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-1/+1
2007-06-23Spelling fixes, by Aurelien Jarno.ths1-6/+6
2007-04-24Code provision for new PowerPC embedded target support with:j_mayer1-2/+2
2007-04-24Improve PowerPC 405 MMU model / share more code for other embedded targetsj_mayer1-0/+6
2007-04-16Add callbacks to allow dynamic change of PowerPC clocks (to be improved)j_mayer1-0/+5
2007-04-16Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer1-4/+29
2007-04-07PowerPC 64 fixesj_mayer1-2/+2
2007-03-30Fix rfi instruction: do not depend on current execution modej_mayer1-19/+25
2007-03-23Add missing PowerPC 64 instructionsj_mayer1-0/+35
2007-03-22PowerPC improvments:j_mayer1-0/+14
2007-03-22PowerPC bugfixes:j_mayer1-1/+19
2007-03-21Fix compilation on 32 bits hosts (pb reported by Thiemo Seufer)j_mayer1-1/+1
2007-03-20PowerPC 2.03 SPE extension - first pass.j_mayer1-94/+721
2007-03-18As icbi is not a priviledge instruction and is treated as a load by the MMUj_mayer1-15/+0
2007-03-17Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer1-134/+736
2007-03-07Great PowerPC emulation code resynchronisation and improvments:j_mayer1-157/+739