| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add vsplt{b,h,w} instructions. | aurel32 | 2009-01-04 | 3 | -0/+30 |
* | Add GEN_VXFORM_UIMM macro for subsequent instructions. | aurel32 | 2009-01-04 | 1 | -0/+20 |
* | Add GEN_VXFORM_SIMM macro for subsequent instructions. | aurel32 | 2009-01-04 | 1 | -0/+18 |
* | Add vsldoi instruction. | aurel32 | 2009-01-04 | 3 | -0/+50 |
* | Add vrl{b,h,w} instructions. | aurel32 | 2009-01-04 | 3 | -0/+21 |
* | Add lvs{l,r} instructions. | aurel32 | 2009-01-04 | 3 | -0/+52 |
* | Add v{add,sub}cuw instructions. | aurel32 | 2009-01-04 | 3 | -0/+20 |
* | Add vs{l,r}o instructions. | aurel32 | 2009-01-04 | 3 | -0/+31 |
* | Add vsl{b,h,w} instructions. | aurel32 | 2009-01-04 | 3 | -0/+21 |
* | Add vsr{,a}{b,h,w} instructions. | aurel32 | 2009-01-04 | 3 | -0/+30 |
* | Add vmul{e,o}{s,u}{b,h} instructions. | aurel32 | 2009-01-04 | 3 | -0/+38 |
* | Add vmrg{l,h}{b,h,w} instructions. | aurel32 | 2009-01-04 | 3 | -0/+47 |
* | Update FSF address in GPL/LGPL boilerplate | aurel32 | 2009-01-04 | 7 | -7/+7 |
* | Add vscr access macros. | aurel32 | 2009-01-03 | 1 | -0/+7 |
* | Add v{min, max}{s, u}{b, h, w} instructions. | aurel32 | 2009-01-03 | 3 | -0/+48 |
* | Add vavg{s,u}{b,h,w} instructions. | aurel32 | 2009-01-03 | 3 | -0/+33 |
* | Add v{add,sub}u{b,h,w}m instructions. | aurel32 | 2009-01-03 | 3 | -0/+32 |
* | Add GEN_VXFORM macro for subsequent instructions. | aurel32 | 2009-01-03 | 1 | -0/+17 |
* | Add helper macros for later patches. | aurel32 | 2009-01-03 | 1 | -0/+22 |
* | Fix TCG error in gen_avr_ptr. | aurel32 | 2009-01-03 | 1 | -1/+1 |
* | target-ppc: fix TGC type mismatch introduced by r6146 | aurel32 | 2009-01-03 | 1 | -1/+1 |
* | tcg_temp_local_new should take no parameter | aurel32 | 2009-01-01 | 1 | -1/+1 |
* | VM load/save support for PPC CPU | blueswir1 | 2008-12-30 | 1 | -0/+165 |
* | target-ppc: improve correctness of the fsel instruction | aurel32 | 2008-12-29 | 1 | -1/+1 |
* | target-ppc: fix stsw/stswi instructions | aurel32 | 2008-12-29 | 1 | -2/+3 |
* | Use the ARRAY_SIZE() macro where appropriate. | malc | 2008-12-22 | 1 | -3/+3 |
* | target-ppc: add gen_avr_ptr function. | aurel32 | 2008-12-18 | 1 | -0/+7 |
* | target-ppc: use float_flag_divbyzero instead of checking the operands | aurel32 | 2008-12-18 | 1 | -21/+7 |
* | target-ppc: fix type of spe_acc. | aurel32 | 2008-12-18 | 1 | -1/+1 |
* | target-ppc: fix a typo | aurel32 | 2008-12-18 | 1 | -1/+1 |
* | target-ppc: add Altivec logical operations | aurel32 | 2008-12-18 | 1 | -0/+18 |
* | target-ppc: fix fres, fsqrte and remove useless code | aurel32 | 2008-12-18 | 1 | -57/+10 |
* | target-ppc: add comments about constants introduced in revision 6046 | aurel32 | 2008-12-16 | 1 | -3/+3 |
* | target-ppc: fix a typo introduced in revision 6058 | aurel32 | 2008-12-16 | 1 | -1/+1 |
* | target-ppc: IBM PowerPC 440EP Bamboo reference board emulation | aurel32 | 2008-12-16 | 1 | -0/+1 |
* | target-ppc: Enable KVM for ppcemb. | aurel32 | 2008-12-16 | 4 | -0/+334 |
* | target-ppc: update comment about precise emulation | aurel32 | 2008-12-15 | 1 | -2/+1 |
* | target-ppc: remove dead code | aurel32 | 2008-12-15 | 1 | -1/+0 |
* | target-ppc: enable PRECISE_EMULATION by default | aurel32 | 2008-12-15 | 1 | -1/+1 |
* | target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptions | aurel32 | 2008-12-15 | 1 | -12/+52 |
* | target-ppc: fadd/fsub: correctly propagate NaN | aurel32 | 2008-12-15 | 1 | -18/+8 |
* | target-ppc: use the new fp functions | aurel32 | 2008-12-15 | 1 | -50/+23 |
* | target-ppc: correctly propagate NaN in division | aurel32 | 2008-12-15 | 1 | -1/+1 |
* | target-ppc: fix fload_invalid_op_excp() | aurel32 | 2008-12-15 | 1 | -9/+7 |
* | target-ppc: use a correct value to represent 1.0 | aurel32 | 2008-12-15 | 1 | -9/+12 |
* | target-ppc: update nip before calling an helper in FP instructions | aurel32 | 2008-12-15 | 1 | -2/+32 |
* | target-ppc: fix TCGv type in fcmpu/fcmpo | aurel32 | 2008-12-15 | 1 | -4/+4 |
* | target-ppc: add signed fields to ppc_avr_t. | aurel32 | 2008-12-15 | 1 | -0/+3 |
* | target-ppc: fix frsp instruction | aurel32 | 2008-12-15 | 1 | -2/+5 |
* | target-ppc: fix mtfsf and mtfsfi instructions | aurel32 | 2008-12-15 | 1 | -3/+3 |