aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-04Add vmsum{u,m}bm instructions.aurel321-0/+2
2009-01-04Add GEN_VAFORM_PAIRED macro for subsequent instructions.aurel321-0/+23
2009-01-04Add vupk{h,l}s{b,h} instructions.aurel321-0/+4
2009-01-04Add vupk{h,l}px instructions.aurel321-0/+3
2009-01-04Add GEN_VXFORM_NOA macro for subsequent instructions.aurel321-0/+15
2009-01-04Add vsplt{b,h,w} instructions.aurel321-0/+4
2009-01-04Add GEN_VXFORM_UIMM macro for subsequent instructions.aurel321-0/+20
2009-01-04Add GEN_VXFORM_SIMM macro for subsequent instructions.aurel321-0/+18
2009-01-04Add vsldoi instruction.aurel321-0/+21
2009-01-04Add vrl{b,h,w} instructions.aurel321-0/+3
2009-01-04Add lvs{l,r} instructions.aurel321-0/+32
2009-01-04Add v{add,sub}cuw instructions.aurel321-0/+2
2009-01-04Add vs{l,r}o instructions.aurel321-0/+2
2009-01-04Add vsl{b,h,w} instructions.aurel321-0/+3
2009-01-04Add vsr{,a}{b,h,w} instructions.aurel321-0/+6
2009-01-04Add vmul{e,o}{s,u}{b,h} instructions.aurel321-0/+8
2009-01-04Add vmrg{l,h}{b,h,w} instructions.aurel321-0/+6
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2009-01-03Add v{min, max}{s, u}{b, h, w} instructions.aurel321-0/+12
2009-01-03Add vavg{s,u}{b,h,w} instructions.aurel321-0/+7
2009-01-03Add v{add,sub}u{b,h,w}m instructions.aurel321-0/+6
2009-01-03Add GEN_VXFORM macro for subsequent instructions.aurel321-0/+17
2009-01-03Fix TCG error in gen_avr_ptr.aurel321-1/+1
2009-01-03target-ppc: fix TGC type mismatch introduced by r6146aurel321-1/+1
2009-01-01tcg_temp_local_new should take no parameteraurel321-1/+1
2008-12-18target-ppc: add gen_avr_ptr function.aurel321-0/+7
2008-12-18target-ppc: add Altivec logical operationsaurel321-0/+18
2008-12-15target-ppc: update nip before calling an helper in FP instructionsaurel321-2/+32
2008-12-15target-ppc: fix TCGv type in fcmpu/fcmpoaurel321-4/+4
2008-12-14target-ppc: fix fcmp{o,u} instructionsaurel321-4/+8
2008-12-14target-ppc: remove FPRF optimizationaurel321-29/+0
2008-12-14target-ppc: fix mtfsb0 and mtfsb1aurel321-4/+7
2008-12-14target-ppc: display FPSCR in register dumpaurel321-0/+1
2008-12-14target-ppc: fix mbar opcodeaurel321-1/+1
2008-12-13target-ppc: fix compilation with CONFIG_SOFTFLOATaurel321-1/+1
2008-12-11target-ppc: rework exception codeaurel321-255/+255
2008-12-11target-ppc: remove dead codeaurel321-2/+0
2008-12-08target-ppc: memory load/store reworkaurel321-655/+655
2008-12-07target-ppc: kill a few warningsaurel321-4/+4
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