summaryrefslogtreecommitdiff
path: root/target-ppc/helper.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-08Add vs{l,r} instructionsaurel321-0/+2
2009-01-08Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructionsaurel321-0/+18
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/+6
2009-01-04Add vmladduhm instruction.aurel321-0/+1
2009-01-04Add vmsumsh{m,s} instructions.aurel321-0/+2
2009-01-04Add vmsumuh{m,s} instructions.aurel321-0/+2
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/+2
2009-01-04Add vmsum{u,m}bm instructions.aurel321-0/+2
2009-01-04Add vupk{h,l}s{b,h} instructions.aurel321-0/+4
2009-01-04Add vupk{h,l}px instructions.aurel321-0/+2
2009-01-04Add vsplt{b,h,w} instructions.aurel321-0/+3
2009-01-04Add vsldoi instruction.aurel321-0/+1
2009-01-04Add vrl{b,h,w} instructions.aurel321-0/+3
2009-01-04Add lvs{l,r} instructions.aurel321-0/+2
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-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/+9
2008-12-14target-ppc: fix fcmp{o,u} instructionsaurel321-2/+2
2008-12-14target-ppc: fix mtfsb0 and mtfsb1aurel321-0/+1
2008-12-11target-ppc: rework exception codeaurel321-1/+1
2008-12-07target-ppc: convert SPR accesses to TCGaurel321-2/+39
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel321-4/+22
2008-12-06target-ppc: convert dcr load/store to TCGaurel321-0/+3
2008-12-06target-ppc: convert msr load/store to TCGaurel321-0/+1
2008-12-06target-ppc: convert POWER bridge instructions to TCGaurel321-0/+8
2008-11-30target-ppc: convert PPC 440 instructions to TCGaurel321-0/+2
2008-11-30target-ppc: convert return from interrupt instructions to TCGaurel321-4/+15
2008-11-30target-ppc: convert lscbx instruction to TCGaurel321-0/+2
2008-11-30target-ppc: convert load/store string instructions to TCGaurel321-0/+3
2008-11-30target-ppc: convert icbi instruction to TCGaurel321-0/+1
2008-11-30target-ppc: convert dcbz instruction to TCGaurel321-0/+2
2008-11-30target-ppc: convert load/store multiple instructions to TCGaurel321-0/+3
2008-11-30target-ppc: convert mfrom instruction to TCGaurel321-0/+2
2008-11-30target-ppc: convert software TLB instructions to TCGaurel321-0/+7
2008-11-24target-ppc: convert trap instructions to TCGaurel321-0/+4
2008-11-23target-ppc: convert FPU load/store to TCGaurel321-0/+2
2008-11-23target-ppc: convert SPE FP ops to TCGaurel321-4/+71
2008-11-22target-ppc: convert exceptions generation to TCGaurel321-0/+3
2008-11-19target-ppc: convert fp ops to TCGaurel321-2/+40
2008-11-17TCG variable type checking.pbrook1-19/+19