summaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-10target-ppc: convert most SPE integer instructions to TCGaurel321-161/+575
2008-11-09target-ppc: fix TCG argumentaurel321-1/+1
2008-11-09target-ppc: Remove a few TCG temp variable leaksaurel321-9/+19
2008-11-09target-ppc: fixes for gen_op_neg()aurel321-15/+14
2008-11-09target-ppc: gen_op_arith_divw() & gen_op_arith_divd fixesaurel321-39/+23
2008-11-09target-ppc: optimize mullw and make the code more readableaurel321-12/+1
2008-11-09target-ppc: indentation fixesaurel321-5/+4
2008-11-08target-ppc: fix tcg fatal error on i386 hostaurel321-0/+9
2008-11-07target-ppc: fix flags computation for tcg_gen_qemu_staurel321-7/+7
2008-11-03target-ppc: use the new rotr/rotri instructionsaurel321-59/+47
2008-11-02target-ppc: use the new subfi wrapperaurel321-8/+4
2008-11-02target-ppc: simplify slw, srw, sld, srdaurel321-12/+8
2008-11-02target-ppc: be more consistent with temp variables namingaurel321-74/+74
2008-11-02target-ppc: fix srw on 64-bit targetsaurel321-3/+5
2008-11-01target-ppc: convert 405 MAC instructions to TCGaurel321-32/+72
2008-11-01target-ppc: convert arithmetic functions to TCGaurel321-351/+523
2008-11-01target-ppc: fix XER accesses on 64-bit targetsaurel321-8/+9
2008-10-27target-ppc: use consistent names for variablesaurel321-141/+141
2008-10-27target-ppc: indentation fixesaurel321-6/+6
2008-10-27target-ppc: convert rotation instructions to TCGaurel321-103/+138
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