summaryrefslogtreecommitdiffstats
path: root/target-ppc/helper.h
Commit message (Expand)AuthorAgeFilesLines
* Add v{add, sub}{s, u}{b, h, w}s instructionsaurel322009-01-081-0/+12
* Add vspltis{b,h,w} instructionsaurel322009-01-081-0/+3
* Add vs{l,r} instructionsaurel322009-01-081-0/+2
* Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructionsaurel322009-01-081-0/+18
* Add vsumsws, vsum2sws, and vsum4{sbs, shs,ubs} instructions.aurel322009-01-041-0/+5
* Add {l,st}ve{b,h,w}x instructions.aurel322009-01-041-0/+6
* Add vmladduhm instruction.aurel322009-01-041-0/+1
* Add vmsumsh{m,s} instructions.aurel322009-01-041-0/+2
* Add vmsumuh{m,s} instructions.aurel322009-01-041-0/+2
* Add vmh{,r}addshs instructions.aurel322009-01-041-0/+2
* Add vpkpx instruction.aurel322009-01-041-0/+1
* Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w}um instructions.aurel322009-01-041-0/+8
* Add vsel and vperm instructions.aurel322009-01-041-0/+2
* Add vmsum{u,m}bm instructions.aurel322009-01-041-0/+2
* Add vupk{h,l}s{b,h} instructions.aurel322009-01-041-0/+4
* Add vupk{h,l}px instructions.aurel322009-01-041-0/+2
* Add vsplt{b,h,w} instructions.aurel322009-01-041-0/+3
* Add vsldoi instruction.aurel322009-01-041-0/+1
* Add vrl{b,h,w} instructions.aurel322009-01-041-0/+3
* Add lvs{l,r} instructions.aurel322009-01-041-0/+2
* Add v{add,sub}cuw instructions.aurel322009-01-041-0/+2
* Add vs{l,r}o instructions.aurel322009-01-041-0/+2
* Add vsl{b,h,w} instructions.aurel322009-01-041-0/+3
* Add vsr{,a}{b,h,w} instructions.aurel322009-01-041-0/+6
* Add vmul{e,o}{s,u}{b,h} instructions.aurel322009-01-041-0/+8
* Add vmrg{l,h}{b,h,w} instructions.aurel322009-01-041-0/+6
* Add v{min, max}{s, u}{b, h, w} instructions.aurel322009-01-031-0/+12
* Add vavg{s,u}{b,h,w} instructions.aurel322009-01-031-0/+7
* Add v{add,sub}u{b,h,w}m instructions.aurel322009-01-031-0/+9
* target-ppc: fix fcmp{o,u} instructionsaurel322008-12-141-2/+2
* target-ppc: fix mtfsb0 and mtfsb1aurel322008-12-141-0/+1
* target-ppc: rework exception codeaurel322008-12-111-1/+1
* target-ppc: convert SPR accesses to TCGaurel322008-12-071-2/+39
* target-ppc: convert SLB/TLB instructions to TCGaurel322008-12-061-4/+22
* target-ppc: convert dcr load/store to TCGaurel322008-12-061-0/+3
* target-ppc: convert msr load/store to TCGaurel322008-12-061-0/+1
* target-ppc: convert POWER bridge instructions to TCGaurel322008-12-061-0/+8
* target-ppc: convert PPC 440 instructions to TCGaurel322008-11-301-0/+2
* target-ppc: convert return from interrupt instructions to TCGaurel322008-11-301-4/+15
* target-ppc: convert lscbx instruction to TCGaurel322008-11-301-0/+2
* target-ppc: convert load/store string instructions to TCGaurel322008-11-301-0/+3
* target-ppc: convert icbi instruction to TCGaurel322008-11-301-0/+1
* target-ppc: convert dcbz instruction to TCGaurel322008-11-301-0/+2
* target-ppc: convert load/store multiple instructions to TCGaurel322008-11-301-0/+3
* target-ppc: convert mfrom instruction to TCGaurel322008-11-301-0/+2
* target-ppc: convert software TLB instructions to TCGaurel322008-11-301-0/+7
* target-ppc: convert trap instructions to TCGaurel322008-11-241-0/+4
* target-ppc: convert FPU load/store to TCGaurel322008-11-231-0/+2
* target-ppc: convert SPE FP ops to TCGaurel322008-11-231-4/+71
* target-ppc: convert exceptions generation to TCGaurel322008-11-221-0/+3
OpenPOWER on IntegriCloud