aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: convert SPR accesses to TCGaurel322008-12-071-320/+0
* target-ppc: convert SLB/TLB instructions to TCGaurel322008-12-061-150/+0
* target-ppc: convert dcr load/store to TCGaurel322008-12-061-12/+0
* target-ppc: convert msr load/store to TCGaurel322008-12-061-43/+0
* target-ppc: convert POWER bridge instructions to TCGaurel322008-12-061-112/+0
* target-ppc: convert POWER shift instructions to TCGaurel322008-12-051-127/+0
* target-ppc: convert PPC 440 instructions to TCGaurel322008-11-301-17/+0
* target-ppc: convert return from interrupt instructions to TCGaurel322008-11-301-53/+0
* target-ppc: convert external load/store instructions to TCGaurel322008-11-301-16/+0
* target-ppc: convert dcbz instruction to TCGaurel322008-11-301-17/+0
* target-ppc: convert wait instruction to TCGaurel322008-11-301-6/+0
* target-ppc: convert mfrom instruction to TCGaurel322008-11-301-9/+0
* target-ppc: remove dead code from op.caurel322008-11-301-6/+0
* target-ppc: convert software TLB instructions to TCGaurel322008-11-301-28/+0
* target-ppc: convert SPE load/store to TCGaurel322008-11-271-32/+0
* target-ppc: convert trap instructions to TCGaurel322008-11-241-15/+0
* target-ppc: convert SPE FP ops to TCGaurel322008-11-231-464/+0
* target-ppc: convert exceptions generation to TCGaurel322008-11-221-11/+0
* target-ppc: convert fp ops to TCGaurel322008-11-191-280/+0
* target-ppc: convert most SPE integer instructions to TCGaurel322008-11-101-162/+0
* target-ppc: convert 405 MAC instructions to TCGaurel322008-11-011-95/+0
* target-ppc: convert arithmetic functions to TCGaurel322008-11-011-398/+0
* target-ppc: convert rotation instructions to TCGaurel322008-10-271-56/+0
* target-ppc: convert branch related instructions to TCGaurel322008-10-211-160/+0
* target-ppc: convert logical instructions to TCGaurel322008-10-211-248/+0
* target-ppc: convert crf related instructions to TCGaurel322008-10-211-179/+0
* target-ppc: Convert XER accesses to TCGaurel322008-10-211-75/+39
* PPC: convert SPE logical instructions to TCGaurel322008-10-151-48/+0
* PPC: convert effective address computation to TCGaurel322008-10-141-6/+0
* target-ppc: fix computation of XER.{CA, OV} in addme, subfmeaurel322008-10-011-8/+0
* target-ppc: fix mullw/mullwoaurel322008-10-011-0/+4
* ppc: Convert op_andi to TCGaurel322008-09-141-27/+0
* ppc: Convert ctr, lr moves to TCGaurel322008-09-141-24/+0
* ppc: Convert op_subf to TCGaurel322008-09-051-7/+0
* ppc: Convert op_add, op_addi to TCGaurel322008-09-051-13/+0
* ppc: replace op_set_FT0 with tcg_gen_movi_i64aurel322008-09-041-10/+0
* ppc: Convert nip moves to TCGaurel322008-09-041-30/+0
* ppc: Convert CRF moves to TCGaurel322008-09-041-36/+0
* ppc: Convert FPR moves to TCGaurel322008-09-041-72/+0
* [ppc] Convert op_moven_T2_T0 to TCGaurel322008-09-021-7/+0
* [ppc] Convert op_reset_T0, op_set_{T0, T1} to TCGaurel322008-09-021-42/+0
* [ppc] Convert op_move_{T1,T2}_T0 to TCGaurel322008-09-021-12/+0
* Revert commits 5082 and 5083aurel322008-08-241-0/+87
* PPC: Switch a few instructions to TCGaurel322008-08-241-87/+0
* 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