aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-24Fix typos in PPC TCG conversion.pbrook1-2/+2
2008-10-21target-ppc: convert branch related instructions to TCGaurel321-136/+63
2008-10-21target-ppc: convert logical instructions to TCGaurel321-114/+204
2008-10-21target-ppc: convert crf related instructions to TCGaurel321-182/+252
2008-10-21target-ppc: use the new TCG logical operationsaurel321-55/+10
2008-10-21target-ppc: Convert XER accesses to TCGaurel321-13/+19
2008-10-15PPC: fix dcbi instructionaurel321-0/+1
2008-10-15PPC: convert SPE logical instructions to TCGaurel321-8/+70
2008-10-15ppc: convert integer load/store to TCGaurel321-160/+413
2008-10-15target-ppc: fix a TCG local variable creationaurel321-1/+1
2008-10-15PPC: convert SPE effective address computation to TCGaurel321-10/+9
2008-10-14PPC: convert effective address computation to TCGaurel321-91/+79
2008-10-01ppc: fix crash in ppc system single step supportaurel321-4/+0
2008-09-21Add concat_i32_i64 op.pbrook1-6/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-2/+2
2008-09-14ppc: Convert op_andi to TCGaurel321-27/+11
2008-09-14ppc: Convert ctr, lr moves to TCGaurel321-0/+8
2008-09-05ppc: Convert op_subf to TCGaurel321-6/+10
2008-09-05ppc: Convert op_add, op_addi to TCGaurel321-15/+19
2008-09-04ppc: replace op_set_FT0 with tcg_gen_movi_i64aurel321-1/+1
2008-09-04ppc: Convert nip moves to TCGaurel321-8/+12
2008-09-04ppc: remove unused codeaurel321-28/+0
2008-09-04ppc: Convert CRF moves to TCGaurel321-44/+33
2008-09-04ppc: fix fpr TCG registers creationaurel321-0/+2
2008-09-04ppc: Convert FPR moves to TCGaurel321-60/+65
2008-09-04ppc: Convert Altivec register moves to TCGaurel321-14/+38
2008-09-04ppc: cleanup register typesaurel321-3/+3
2008-09-04ppc: Convert GPR moves to TCGaurel321-358/+389
2008-09-02[ppc] Convert op_moven_T2_T0 to TCGaurel321-6/+6
2008-09-02[ppc] Convert op_reset_T0, op_set_{T0, T1} to TCGaurel321-17/+17
2008-09-02[ppc] Convert op_move_{T1,T2}_T0 to TCGaurel321-19/+19
2008-09-02[ppc] Convert gen_set_{T0,T1} to TCGaurel321-29/+9
2008-08-28PPC: add support for TCG helpersaurel321-0/+7
2008-08-28PPC: Init TCG variablesaurel321-1/+13
2008-08-24Revert commits 5082 and 5083aurel321-51/+19
2008-08-24PPC: Switch a few instructions to TCGaurel321-18/+38
2008-08-24PPC: Init TCG variablesaurel321-1/+13
2008-08-13Fix encoding of efsctsiz (powerpc spe), by Tristan Gingold.ths1-1/+2
2008-07-18Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths1-8/+7
2008-06-29Add missing static qualifiers.pbrook1-1/+1
2008-06-29Add instruction counter.pbrook1-1/+31
2008-06-18PPC: fix mtfsfiaurel321-1/+1
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-05-10Fix broken PPC user space single steppingaurel321-23/+39
2008-05-05PPC: fix isel opcode decodingaurel321-1/+1
2008-04-28Factorize code in translate.caurel321-0/+42
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-0/+1
2008-02-01use the TCG code generatorbellard1-40/+8
2007-11-24Fix incorrect debug prints (reported by Paul Brook).j_mayer1-23/+10
2007-11-22Add new sane low-level memory accessors for PowerPC that do properj_mayer1-0/+25