aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-04Add vsumsws, vsum2sws, and vsum4{sbs, shs,ubs} instructions.aurel321-0/+5
2009-01-04Add {l,st}ve{b,h,w}x instructions.aurel321-0/+44
2009-01-04Add vmladduhm instruction.aurel321-0/+18
2009-01-04Add vmsumsh{m,s} instructions.aurel321-0/+1
2009-01-04Add vmsumuh{m,s} instructions.aurel321-0/+1
2009-01-04Add vmh{,r}addshs instructions.aurel321-0/+2
2009-01-04Add vpkpx instruction.aurel321-0/+1
2009-01-04Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w}um instructions.aurel321-0/+8
2009-01-04Add vsel and vperm instructions.aurel321-0/+1
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