aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op.c
AgeCommit message (Expand)Author
2008-12-07target-ppc: convert SPR accesses to TCGaurel32
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel32
2008-12-06target-ppc: convert dcr load/store to TCGaurel32
2008-12-06target-ppc: convert msr load/store to TCGaurel32
2008-12-06target-ppc: convert POWER bridge instructions to TCGaurel32
2008-12-05target-ppc: convert POWER shift instructions to TCGaurel32
2008-11-30target-ppc: convert PPC 440 instructions to TCGaurel32
2008-11-30target-ppc: convert return from interrupt instructions to TCGaurel32
2008-11-30target-ppc: convert external load/store instructions to TCGaurel32
2008-11-30target-ppc: convert dcbz instruction to TCGaurel32
2008-11-30target-ppc: convert wait instruction to TCGaurel32
2008-11-30target-ppc: convert mfrom instruction to TCGaurel32
2008-11-30target-ppc: remove dead code from op.caurel32
2008-11-30target-ppc: convert software TLB instructions to TCGaurel32
2008-11-27target-ppc: convert SPE load/store to TCGaurel32
2008-11-24target-ppc: convert trap instructions to TCGaurel32
2008-11-23target-ppc: convert SPE FP ops to TCGaurel32
2008-11-22target-ppc: convert exceptions generation to TCGaurel32
2008-11-19target-ppc: convert fp ops to TCGaurel32
2008-11-10target-ppc: convert most SPE integer instructions to TCGaurel32
2008-11-01target-ppc: convert 405 MAC instructions to TCGaurel32
2008-11-01target-ppc: convert arithmetic functions to TCGaurel32
2008-10-27target-ppc: convert rotation instructions to TCGaurel32
2008-10-21target-ppc: convert branch related instructions to TCGaurel32
2008-10-21target-ppc: convert logical instructions to TCGaurel32
2008-10-21target-ppc: convert crf related instructions to TCGaurel32
2008-10-21target-ppc: Convert XER accesses to TCGaurel32
2008-10-15PPC: convert SPE logical instructions to TCGaurel32
2008-10-14PPC: convert effective address computation to TCGaurel32
2008-10-01target-ppc: fix computation of XER.{CA, OV} in addme, subfmeaurel32
2008-10-01target-ppc: fix mullw/mullwoaurel32
2008-09-14ppc: Convert op_andi to TCGaurel32
2008-09-14ppc: Convert ctr, lr moves to TCGaurel32
2008-09-05ppc: Convert op_subf to TCGaurel32
2008-09-05ppc: Convert op_add, op_addi to TCGaurel32
2008-09-04ppc: replace op_set_FT0 with tcg_gen_movi_i64aurel32
2008-09-04ppc: Convert nip moves to TCGaurel32
2008-09-04ppc: Convert CRF moves to TCGaurel32
2008-09-04ppc: Convert FPR moves to TCGaurel32
2008-09-02[ppc] Convert op_moven_T2_T0 to TCGaurel32
2008-09-02[ppc] Convert op_reset_T0, op_set_{T0, T1} to TCGaurel32
2008-09-02[ppc] Convert op_move_{T1,T2}_T0 to TCGaurel32
2008-08-24Revert commits 5082 and 5083aurel32
2008-08-24PPC: Switch a few instructions to TCGaurel32
2008-04-07Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel32
2008-04-07Always enable precise emulation when softfloat is usedaurel32
2008-03-13Use float32/64 instead of float/doubleaurel32
2008-02-01use the TCG code generatorbellard
2007-11-16Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer