aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)Author
2008-12-18target-ppc: add gen_avr_ptr function.aurel32
2008-12-18target-ppc: add Altivec logical operationsaurel32
2008-12-15target-ppc: update nip before calling an helper in FP instructionsaurel32
2008-12-15target-ppc: fix TCGv type in fcmpu/fcmpoaurel32
2008-12-14target-ppc: fix fcmp{o,u} instructionsaurel32
2008-12-14target-ppc: remove FPRF optimizationaurel32
2008-12-14target-ppc: fix mtfsb0 and mtfsb1aurel32
2008-12-14target-ppc: display FPSCR in register dumpaurel32
2008-12-14target-ppc: fix mbar opcodeaurel32
2008-12-13target-ppc: fix compilation with CONFIG_SOFTFLOATaurel32
2008-12-11target-ppc: rework exception codeaurel32
2008-12-11target-ppc: remove dead codeaurel32
2008-12-08target-ppc: memory load/store reworkaurel32
2008-12-07target-ppc: kill a few warningsaurel32
2008-12-07target-ppc: disable single steppingaurel32
2008-12-07target-ppc: Fix use of uninitialized TCG variable in tlbivaaurel32
2008-12-07target-ppc: convert SPR accesses to TCGaurel32
2008-12-06target-ppc: remove dead codeaurel32
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel32
2008-12-06target-ppc: convert dcr load/store to TCGaurel32
2008-12-06target-ppc: convert msr load/store to TCGaurel32
2008-12-06target-ppc: convert POWER bridge instructions to TCGaurel32
2008-12-05target-ppc: convert POWER shift instructions to TCGaurel32
2008-12-05target-ppc: add functions to load/store SPRaurel32
2008-11-30target-ppc: convert PPC 440 instructions to TCGaurel32
2008-11-30target-ppc: convert return from interrupt instructions to TCGaurel32
2008-11-30target-ppc: convert external load/store instructions to TCGaurel32
2008-11-30target-ppc: convert load/store with reservation instructions to TCGaurel32
2008-11-30target-ppc: convert lscbx instruction to TCGaurel32
2008-11-30target-ppc: convert load/store string instructions to TCGaurel32
2008-11-30target-ppc: convert icbi instruction to TCGaurel32
2008-11-30target-ppc: convert dcbz instruction to TCGaurel32
2008-11-30target-ppc: convert load/store multiple instructions to TCGaurel32
2008-11-30target-ppc: convert wait instruction to TCGaurel32
2008-11-30target-ppc: convert mfrom instruction to TCGaurel32
2008-11-30target-ppc: convert software TLB instructions to TCGaurel32
2008-11-27target-ppc: convert POWER2 load/store instructions to TCGaurel32
2008-11-27target-ppc: convert SPE load/store to TCGaurel32
2008-11-27target-ppc: simplify evsplati and evsplatfiaurel32
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori
2008-11-24target-ppc: convert trap instructions to TCGaurel32
2008-11-24target-ppc: convert altivec load/store to TCGaurel32
2008-11-23target-ppc: convert FPU load/store to TCGaurel32
2008-11-23target-ppc: fix access_type usageaurel32
2008-11-23target-ppc: include the instruction name in load/store handlers nameaurel32
2008-11-23target-ppc: convert SPE FP ops to TCGaurel32
2008-11-22target-ppc: convert exceptions generation to TCGaurel32
2008-11-19target-ppc: fix TCG type errors introduced in r5754aurel32
2008-11-19target-ppc: convert fp ops to TCGaurel32
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori