aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2008-11-24target-ppc: convert trap instructions to TCGaurel325-43/+32
2008-11-24target-ppc: convert altivec load/store to TCGaurel324-116/+45
2008-11-23target-ppc: convert FPU load/store to TCGaurel324-216/+159
2008-11-23target-ppc: fix access_type usageaurel321-36/+38
2008-11-23target-ppc: include the instruction name in load/store handlers nameaurel321-59/+59
2008-11-23target-ppc: convert SPE FP ops to TCGaurel325-1007/+681
2008-11-22target-ppc: remove declaration of removed function from op_helper.haurel321-61/+0
2008-11-22target-ppc: convert exceptions generation to TCGaurel327-65/+75
2008-11-19target-ppc: fix TCG type errors introduced in r5754aurel321-15/+16
2008-11-19target-ppc: convert fp ops to TCGaurel326-636/+550
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+8
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-2/+6
2008-11-18target-ppc: fix regression introduced by commit 5729aurel321-1/+1
2008-11-17TCG variable type checking.pbrook4-348/+337
2008-11-16Attached patch fixes a series of this warningblueswir11-1/+1
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