| Commit message (Expand) | Author | Age | Files | Lines |
* | target-ppc: fix computation of XER.{CA, OV} in addme, subfme | aurel32 | 2008-10-01 | 1 | -8/+0 |
* | target-ppc: fix mullw/mullwo | aurel32 | 2008-10-01 | 1 | -0/+4 |
* | ppc: Convert op_andi to TCG | aurel32 | 2008-09-14 | 1 | -27/+0 |
* | ppc: Convert ctr, lr moves to TCG | aurel32 | 2008-09-14 | 1 | -24/+0 |
* | ppc: Convert op_subf to TCG | aurel32 | 2008-09-05 | 1 | -7/+0 |
* | ppc: Convert op_add, op_addi to TCG | aurel32 | 2008-09-05 | 1 | -13/+0 |
* | ppc: replace op_set_FT0 with tcg_gen_movi_i64 | aurel32 | 2008-09-04 | 1 | -10/+0 |
* | ppc: Convert nip moves to TCG | aurel32 | 2008-09-04 | 1 | -30/+0 |
* | ppc: Convert CRF moves to TCG | aurel32 | 2008-09-04 | 1 | -36/+0 |
* | ppc: Convert FPR moves to TCG | aurel32 | 2008-09-04 | 1 | -72/+0 |
* | [ppc] Convert op_moven_T2_T0 to TCG | aurel32 | 2008-09-02 | 1 | -7/+0 |
* | [ppc] Convert op_reset_T0, op_set_{T0, T1} to TCG | aurel32 | 2008-09-02 | 1 | -42/+0 |
* | [ppc] Convert op_move_{T1,T2}_T0 to TCG | aurel32 | 2008-09-02 | 1 | -12/+0 |
* | Revert commits 5082 and 5083 | aurel32 | 2008-08-24 | 1 | -0/+87 |
* | PPC: Switch a few instructions to TCG | aurel32 | 2008-08-24 | 1 | -87/+0 |
* | Revert revisions r4168 and r4169. That's work in progress, not ready for trun... | aurel32 | 2008-04-07 | 1 | -7/+7 |
* | Always enable precise emulation when softfloat is used | aurel32 | 2008-04-07 | 1 | -7/+7 |
* | Use float32/64 instead of float/double | aurel32 | 2008-03-13 | 1 | -58/+27 |
* | use the TCG code generator | bellard | 2008-02-01 | 1 | -15/+0 |
* | Always make PowerPC hypervisor mode memory accesses and instructions | j_mayer | 2007-11-16 | 1 | -4/+0 |
* | Allow use of SPE extension by all PowerPC targets, | j_mayer | 2007-11-12 | 1 | -2/+0 |
* | More PowerPC target -1 usage fixes (reservation address). | j_mayer | 2007-11-12 | 1 | -1/+1 |
* | Fix usage of the -1 constant in the PowerPC target code: | j_mayer | 2007-11-12 | 1 | -10/+10 |
* | Fix POWER abs & abso computation. | j_mayer | 2007-11-11 | 1 | -2/+2 |
* | Optimize PowerPC overflow flag computation in most useful cases. | j_mayer | 2007-11-11 | 1 | -48/+22 |
* | PowerPC 601 need specific callbacks for its BATs setup. | j_mayer | 2007-11-04 | 1 | -11/+8 |
* | Fix CR ops with complement, thanks to Julian Seward for testing | j_mayer | 2007-10-31 | 1 | -19/+6 |
* | Make Alpha and PowerPC targets use shared helpers | j_mayer | 2007-10-28 | 1 | -2/+3 |
* | Fix PowerPC FPSCR update and floating-point exception generation | j_mayer | 2007-10-27 | 1 | -13/+113 |
* | Use host-utils for PowerPC 64 64x64 bits multiplications. | j_mayer | 2007-10-25 | 1 | -2/+2 |
* | Gprof prooved the PowerPC emulation spent too much time in MSR load and store | j_mayer | 2007-10-25 | 1 | -18/+23 |
* | Generate micro-ops for PowerPC hypervisor mode. | j_mayer | 2007-10-14 | 1 | -0/+5 |
* | PowerPC target coding style fixes. | j_mayer | 2007-10-07 | 1 | -2/+0 |
* | Full implementation of PowerPC 64 MMU, just missing support for 1 TB | j_mayer | 2007-10-05 | 1 | -0/+14 |
* | Fix nasty sign-extensions when running 32 bits CPU in the 64 bits emulator | j_mayer | 2007-10-01 | 1 | -10/+10 |
* | Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c | j_mayer | 2007-10-01 | 1 | -2/+8 |
* | Handle all MMU models in switches, even if it's just to abort because of lack | j_mayer | 2007-10-01 | 1 | -1/+14 |
* | Avoid op helpers that would just call helpers for TLB & SLB management: | j_mayer | 2007-10-01 | 1 | -15/+20 |
* | Implement embedded PowerPC exceptions prefix and vectors registers. | j_mayer | 2007-10-01 | 1 | -0/+15 |
* | * Update OEA environment, following the PowerPC 2.04 specification: | j_mayer | 2007-09-30 | 1 | -1/+22 |
* | Implement Process Priority Register as defined in the PowerPC 2.04 spec. | j_mayer | 2007-09-30 | 1 | -0/+8 |
* | Implement new floating-point instructions (fre, frin, friz, frip, frim) | j_mayer | 2007-09-30 | 1 | -0/+31 |
* | Implement the PowerPC alternate time-base, following the 2.04 specification. | j_mayer | 2007-09-30 | 1 | -0/+24 |
* | Fixes for PowerPC 64 rotate and mask instructions. | j_mayer | 2007-09-27 | 1 | -0/+15 |
* | Great rework and cleanups to ease PowerPC implementations definitions. | j_mayer | 2007-09-26 | 1 | -1/+1 |
* | Rework PowerPC 440 TLB management (thanks to Hollis Blanchard) | j_mayer | 2007-09-21 | 1 | -32/+8 |
* | Code provision for PowerPC BookE MMU model support. | j_mayer | 2007-09-19 | 1 | -0/+48 |
* | PowerPC flags update/use fixes: | j_mayer | 2007-09-17 | 1 | -5/+13 |
* | Coding style fixes in PowerPC related code (no functional change): | j_mayer | 2007-09-17 | 1 | -151/+141 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -1/+1 |