aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2008-11-10target-ppc: convert most SPE integer instructions to TCGaurel325-471/+602
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 hostaurel322-1/+14
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: optimize popcntbaurel321-14/+8
2008-11-01target-ppc: convert 405 MAC instructions to TCGaurel324-140/+72
2008-11-01target-ppc: convert arithmetic functions to TCGaurel325-1013/+542
2008-11-01target-ppc: xer access prototypes no more used & implementedaurel321-2/+0
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 TCGaurel322-159/+138
2008-10-24Fix typos in PPC TCG conversion.pbrook1-2/+2
2008-10-21target-ppc: convert branch related instructions to TCGaurel322-296/+63
2008-10-21target-ppc: convert logical instructions to TCGaurel324-394/+248
2008-10-21target-ppc: convert crf related instructions to TCGaurel325-383/+291
2008-10-21target-ppc: use the new TCG logical operationsaurel321-55/+10
2008-10-21target-ppc: Convert XER accesses to TCGaurel327-212/+170
2008-10-15PPC: fix dcbi instructionaurel321-0/+1
2008-10-15PPC: convert SPE logical instructions to TCGaurel322-56/+70
2008-10-15ppc: convert integer load/store to TCGaurel322-269/+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 TCGaurel324-116/+79
2008-10-01ppc: fix crash in ppc system single step supportaurel321-4/+0
2008-10-01target-ppc: fix computation of XER.{CA, OV} in addme, subfmeaurel322-18/+2
2008-10-01target-ppc: fix mullw/mullwoaurel322-1/+5
2008-09-21Add concat_i32_i64 op.pbrook1-6/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir14-14/+14
2008-09-14ppc: Convert op_andi to TCGaurel322-54/+11
2008-09-14ppc: Convert ctr, lr moves to TCGaurel323-28/+12
2008-09-05ppc: Convert op_subf to TCGaurel322-13/+10
2008-09-05ppc: Convert op_add, op_addi to TCGaurel322-28/+19
2008-09-04ppc: replace op_set_FT0 with tcg_gen_movi_i64aurel322-11/+1
2008-09-04ppc: Convert nip moves to TCGaurel322-38/+12
2008-09-04ppc: remove unused codeaurel321-28/+0
2008-09-04ppc: Convert CRF moves to TCGaurel324-121/+34
2008-09-04ppc: fix fpr TCG registers creationaurel321-0/+2
2008-09-04ppc: Convert FPR moves to TCGaurel323-182/+65
2008-09-04ppc: Convert Altivec register moves to TCGaurel322-53/+38