aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)Author
2009-01-04Add vsel and vperm instructions.aurel32
2009-01-04Add vmsum{u,m}bm instructions.aurel32
2009-01-04Add GEN_VAFORM_PAIRED macro for subsequent instructions.aurel32
2009-01-04Add vupk{h,l}s{b,h} instructions.aurel32
2009-01-04Add vupk{h,l}px instructions.aurel32
2009-01-04Add GEN_VXFORM_NOA macro for subsequent instructions.aurel32
2009-01-04Add vsplt{b,h,w} instructions.aurel32
2009-01-04Add GEN_VXFORM_UIMM macro for subsequent instructions.aurel32
2009-01-04Add GEN_VXFORM_SIMM macro for subsequent instructions.aurel32
2009-01-04Add vsldoi instruction.aurel32
2009-01-04Add vrl{b,h,w} instructions.aurel32
2009-01-04Add lvs{l,r} instructions.aurel32
2009-01-04Add v{add,sub}cuw instructions.aurel32
2009-01-04Add vs{l,r}o instructions.aurel32
2009-01-04Add vsl{b,h,w} instructions.aurel32
2009-01-04Add vsr{,a}{b,h,w} instructions.aurel32
2009-01-04Add vmul{e,o}{s,u}{b,h} instructions.aurel32
2009-01-04Add vmrg{l,h}{b,h,w} instructions.aurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2009-01-03Add v{min, max}{s, u}{b, h, w} instructions.aurel32
2009-01-03Add vavg{s,u}{b,h,w} instructions.aurel32
2009-01-03Add v{add,sub}u{b,h,w}m instructions.aurel32
2009-01-03Add GEN_VXFORM macro for subsequent instructions.aurel32
2009-01-03Fix TCG error in gen_avr_ptr.aurel32
2009-01-03target-ppc: fix TGC type mismatch introduced by r6146aurel32
2009-01-01tcg_temp_local_new should take no parameteraurel32
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