| Commit message (Expand) | Author | Age | Files | Lines |
* | target-ppc: change DCR helpers to target_long arguments | Aurelien Jarno | 2010-02-06 | 1 | -2/+2 |
* | PPC: Make DCR uint32_t | Alexander Graf | 2009-12-21 | 1 | -2/+2 |
* | Revert "Get rid of _t suffix" | Anthony Liguori | 2009-10-01 | 1 | -1/+1 |
* | Get rid of _t suffix | malc | 2009-10-01 | 1 | -1/+1 |
* | target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PURE | aurel32 | 2009-04-16 | 1 | -19/+19 |
* | targe-ppc: optimize mfcr and mtcrf | aurel32 | 2009-03-09 | 1 | -3/+0 |
* | target-ppc: Add vrsqrtefp instruction | aurel32 | 2009-02-09 | 1 | -0/+1 |
* | target-ppc: Add vrefp instruction | aurel32 | 2009-02-09 | 1 | -0/+1 |
* | target-ppc: Add vct{u,s}xs instructions | aurel32 | 2009-02-09 | 1 | -0/+2 |
* | target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions | aurel32 | 2009-02-09 | 1 | -0/+8 |
* | target-ppc: Add vmaddfp and vnmsubfp instructions | aurel32 | 2009-02-09 | 1 | -0/+2 |
* | target-ppc: Add v{add,sub}fp instructions | aurel32 | 2009-02-09 | 1 | -0/+2 |
* | target-ppc: Add v{max,min}fp instructions | aurel32 | 2009-02-09 | 1 | -0/+2 |
* | target-ppc: change instruction name vrlogefp into vlogefp | aurel32 | 2009-02-05 | 1 | -1/+1 |
* | target-ppc: add vrlogefp instruction | aurel32 | 2009-02-05 | 1 | -0/+1 |
* | Add vcf{u,s}x instructions | aurel32 | 2009-02-04 | 1 | -0/+2 |
* | Add vrfi{m,n,p,z} instructions | aurel32 | 2009-02-04 | 1 | -0/+4 |
* | Make mtvscr use a helper | aurel32 | 2009-02-03 | 1 | -0/+1 |
* | Add v{add, sub}{s, u}{b, h, w}s instructions | aurel32 | 2009-01-08 | 1 | -0/+12 |
* | Add vspltis{b,h,w} instructions | aurel32 | 2009-01-08 | 1 | -0/+3 |
* | Add vs{l,r} instructions | aurel32 | 2009-01-08 | 1 | -0/+2 |
* | Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructions | aurel32 | 2009-01-08 | 1 | -0/+18 |
* | Add vsumsws, vsum2sws, and vsum4{sbs, shs,ubs} instructions. | aurel32 | 2009-01-04 | 1 | -0/+5 |
* | Add {l,st}ve{b,h,w}x instructions. | aurel32 | 2009-01-04 | 1 | -0/+6 |
* | Add vmladduhm instruction. | aurel32 | 2009-01-04 | 1 | -0/+1 |
* | Add vmsumsh{m,s} instructions. | aurel32 | 2009-01-04 | 1 | -0/+2 |
* | Add vmsumuh{m,s} instructions. | aurel32 | 2009-01-04 | 1 | -0/+2 |
* | Add vmh{,r}addshs instructions. | aurel32 | 2009-01-04 | 1 | -0/+2 |
* | Add vpkpx instruction. | aurel32 | 2009-01-04 | 1 | -0/+1 |
* | Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w}um instructions. | aurel32 | 2009-01-04 | 1 | -0/+8 |
* | Add vsel and vperm instructions. | aurel32 | 2009-01-04 | 1 | -0/+2 |
* | Add vmsum{u,m}bm instructions. | aurel32 | 2009-01-04 | 1 | -0/+2 |
* | Add vupk{h,l}s{b,h} instructions. | aurel32 | 2009-01-04 | 1 | -0/+4 |
* | Add vupk{h,l}px instructions. | aurel32 | 2009-01-04 | 1 | -0/+2 |
* | Add vsplt{b,h,w} instructions. | aurel32 | 2009-01-04 | 1 | -0/+3 |
* | Add vsldoi instruction. | aurel32 | 2009-01-04 | 1 | -0/+1 |
* | Add vrl{b,h,w} instructions. | aurel32 | 2009-01-04 | 1 | -0/+3 |
* | Add lvs{l,r} instructions. | aurel32 | 2009-01-04 | 1 | -0/+2 |
* | Add v{add,sub}cuw instructions. | aurel32 | 2009-01-04 | 1 | -0/+2 |
* | Add vs{l,r}o instructions. | aurel32 | 2009-01-04 | 1 | -0/+2 |
* | Add vsl{b,h,w} instructions. | aurel32 | 2009-01-04 | 1 | -0/+3 |
* | Add vsr{,a}{b,h,w} instructions. | aurel32 | 2009-01-04 | 1 | -0/+6 |
* | Add vmul{e,o}{s,u}{b,h} instructions. | aurel32 | 2009-01-04 | 1 | -0/+8 |
* | Add vmrg{l,h}{b,h,w} instructions. | aurel32 | 2009-01-04 | 1 | -0/+6 |
* | Add v{min, max}{s, u}{b, h, w} instructions. | aurel32 | 2009-01-03 | 1 | -0/+12 |
* | Add vavg{s,u}{b,h,w} instructions. | aurel32 | 2009-01-03 | 1 | -0/+7 |
* | Add v{add,sub}u{b,h,w}m instructions. | aurel32 | 2009-01-03 | 1 | -0/+9 |
* | target-ppc: fix fcmp{o,u} instructions | aurel32 | 2008-12-14 | 1 | -2/+2 |
* | target-ppc: fix mtfsb0 and mtfsb1 | aurel32 | 2008-12-14 | 1 | -0/+1 |
* | target-ppc: rework exception code | aurel32 | 2008-12-11 | 1 | -1/+1 |