aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-07target-ppc: disable single steppingaurel321-1/+1
2008-12-07target-ppc: Fix use of uninitialized TCG variable in tlbivaaurel321-0/+1
2008-12-07target-ppc: convert SPR accesses to TCGaurel321-17/+5
2008-12-06target-ppc: remove dead codeaurel321-13/+1
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel321-82/+112
2008-12-06target-ppc: convert dcr load/store to TCGaurel321-22/+24
2008-12-06target-ppc: convert msr load/store to TCGaurel321-18/+41
2008-12-06target-ppc: convert POWER bridge instructions to TCGaurel321-77/+167
2008-12-05target-ppc: convert POWER shift instructions to TCGaurel321-92/+258
2008-12-05target-ppc: add functions to load/store SPRaurel321-2/+13
2008-11-30target-ppc: convert PPC 440 instructions to TCGaurel321-11/+4
2008-11-30target-ppc: convert return from interrupt instructions to TCGaurel321-8/+8
2008-11-30target-ppc: convert external load/store instructions to TCGaurel321-48/+13
2008-11-30target-ppc: convert load/store with reservation instructions to TCGaurel321-38/+72
2008-11-30target-ppc: convert lscbx instruction to TCGaurel321-33/+12
2008-11-30target-ppc: convert load/store string instructions to TCGaurel321-56/+39
2008-11-30target-ppc: convert icbi instruction to TCGaurel321-15/+4
2008-11-30target-ppc: convert dcbz instruction to TCGaurel321-83/+13
2008-11-30target-ppc: convert load/store multiple instructions to TCGaurel321-12/+12
2008-11-30target-ppc: convert wait instruction to TCGaurel321-1/+3
2008-11-30target-ppc: convert mfrom instruction to TCGaurel321-3/+1
2008-11-30target-ppc: convert software TLB instructions to TCGaurel321-8/+4
2008-11-27target-ppc: convert POWER2 load/store instructions to TCGaurel321-87/+68
2008-11-27target-ppc: convert SPE load/store to TCGaurel321-264/+330
2008-11-27target-ppc: simplify evsplati and evsplatfiaurel321-16/+4
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori1-2/+2
2008-11-24target-ppc: convert trap instructions to TCGaurel321-12/+16
2008-11-24target-ppc: convert altivec load/store to TCGaurel321-51/+45
2008-11-23target-ppc: convert FPU load/store to TCGaurel321-83/+139
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 TCGaurel321-98/+335
2008-11-22target-ppc: convert exceptions generation to TCGaurel321-4/+8
2008-11-19target-ppc: fix TCG type errors introduced in r5754aurel321-15/+16
2008-11-19target-ppc: convert fp ops to TCGaurel321-77/+80
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori1-3/+4
2008-11-18target-ppc: fix regression introduced by commit 5729aurel321-1/+1
2008-11-17TCG variable type checking.pbrook1-328/+315
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