summaryrefslogtreecommitdiffstats
path: root/target-ppc/op.c
Commit message (Expand)AuthorAgeFilesLines
* Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel322008-04-071-7/+7
* Always enable precise emulation when softfloat is usedaurel322008-04-071-7/+7
* Use float32/64 instead of float/doubleaurel322008-03-131-58/+27
* use the TCG code generatorbellard2008-02-011-15/+0
* Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer2007-11-161-4/+0
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-2/+0
* More PowerPC target -1 usage fixes (reservation address).j_mayer2007-11-121-1/+1
* Fix usage of the -1 constant in the PowerPC target code:j_mayer2007-11-121-10/+10
* Fix POWER abs & abso computation.j_mayer2007-11-111-2/+2
* Optimize PowerPC overflow flag computation in most useful cases.j_mayer2007-11-111-48/+22
* PowerPC 601 need specific callbacks for its BATs setup.j_mayer2007-11-041-11/+8
* Fix CR ops with complement, thanks to Julian Seward for testingj_mayer2007-10-311-19/+6
* Make Alpha and PowerPC targets use shared helpersj_mayer2007-10-281-2/+3
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-13/+113
* Use host-utils for PowerPC 64 64x64 bits multiplications.j_mayer2007-10-251-2/+2
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-18/+23
* Generate micro-ops for PowerPC hypervisor mode.j_mayer2007-10-141-0/+5
* PowerPC target coding style fixes.j_mayer2007-10-071-2/+0
* Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer2007-10-051-0/+14
* Fix nasty sign-extensions when running 32 bits CPU in the 64 bits emulatorj_mayer2007-10-011-10/+10
* Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.cj_mayer2007-10-011-2/+8
* Handle all MMU models in switches, even if it's just to abort because of lackj_mayer2007-10-011-1/+14
* Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer2007-10-011-15/+20
* Implement embedded PowerPC exceptions prefix and vectors registers.j_mayer2007-10-011-0/+15
* * Update OEA environment, following the PowerPC 2.04 specification:j_mayer2007-09-301-1/+22
* Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer2007-09-301-0/+8
* Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer2007-09-301-0/+31
* Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer2007-09-301-0/+24
* Fixes for PowerPC 64 rotate and mask instructions.j_mayer2007-09-271-0/+15
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-261-1/+1
* Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer2007-09-211-32/+8
* Code provision for PowerPC BookE MMU model support.j_mayer2007-09-191-0/+48
* PowerPC flags update/use fixes:j_mayer2007-09-171-5/+13
* Coding style fixes in PowerPC related code (no functional change):j_mayer2007-09-171-151/+141
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Spelling fixes, by Aurelien Jarno.ths2007-06-231-6/+6
* Code provision for new PowerPC embedded target support with:j_mayer2007-04-241-2/+2
* Improve PowerPC 405 MMU model / share more code for other embedded targetsj_mayer2007-04-241-0/+6
* Add callbacks to allow dynamic change of PowerPC clocks (to be improved)j_mayer2007-04-161-0/+5
* Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer2007-04-161-4/+29
* PowerPC 64 fixesj_mayer2007-04-071-2/+2
* Fix rfi instruction: do not depend on current execution modej_mayer2007-03-301-19/+25
* Add missing PowerPC 64 instructionsj_mayer2007-03-231-0/+35
* PowerPC improvments:j_mayer2007-03-221-0/+14
* PowerPC bugfixes:j_mayer2007-03-221-1/+19
* Fix compilation on 32 bits hosts (pb reported by Thiemo Seufer)j_mayer2007-03-211-1/+1
* PowerPC 2.03 SPE extension - first pass.j_mayer2007-03-201-94/+721
* As icbi is not a priviledge instruction and is treated as a load by the MMUj_mayer2007-03-181-15/+0
* Make it safe to use 64 bits GPR and/or 64 bits host registers.j_mayer2007-03-171-134/+736
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-157/+739
OpenPOWER on IntegriCloud