aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2009-01-04Add vupk{h,l}px instructions.aurel32
2009-01-04Add GEN_VXFORM_NOA macro for subsequent instructions.aurel32
2009-01-04Add vsplt{b,h,w} instructions.aurel32
2009-01-04Add GEN_VXFORM_UIMM macro for subsequent instructions.aurel32
2009-01-04Add GEN_VXFORM_SIMM macro for subsequent instructions.aurel32
2009-01-04Add vsldoi instruction.aurel32
2009-01-04Add vrl{b,h,w} instructions.aurel32
2009-01-04Add lvs{l,r} instructions.aurel32
2009-01-04Add v{add,sub}cuw instructions.aurel32
2009-01-04Add vs{l,r}o instructions.aurel32
2009-01-04Add vsl{b,h,w} instructions.aurel32
2009-01-04Add vsr{,a}{b,h,w} instructions.aurel32
2009-01-04Add vmul{e,o}{s,u}{b,h} instructions.aurel32
2009-01-04Add vmrg{l,h}{b,h,w} instructions.aurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2009-01-03Add vscr access macros.aurel32
2009-01-03Add v{min, max}{s, u}{b, h, w} instructions.aurel32
2009-01-03Add vavg{s,u}{b,h,w} instructions.aurel32
2009-01-03Add v{add,sub}u{b,h,w}m instructions.aurel32
2009-01-03Add GEN_VXFORM macro for subsequent instructions.aurel32
2009-01-03Add helper macros for later patches.aurel32
2009-01-03Fix TCG error in gen_avr_ptr.aurel32
2009-01-03target-ppc: fix TGC type mismatch introduced by r6146aurel32
2009-01-01tcg_temp_local_new should take no parameteraurel32
2008-12-30VM load/save support for PPC CPUblueswir1
2008-12-29target-ppc: improve correctness of the fsel instructionaurel32
2008-12-29target-ppc: fix stsw/stswi instructionsaurel32
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc
2008-12-18target-ppc: add gen_avr_ptr function.aurel32
2008-12-18target-ppc: use float_flag_divbyzero instead of checking the operandsaurel32
2008-12-18target-ppc: fix type of spe_acc.aurel32
2008-12-18target-ppc: fix a typoaurel32
2008-12-18target-ppc: add Altivec logical operationsaurel32
2008-12-18target-ppc: fix fres, fsqrte and remove useless codeaurel32
2008-12-16target-ppc: add comments about constants introduced in revision 6046aurel32
2008-12-16target-ppc: fix a typo introduced in revision 6058aurel32
2008-12-16target-ppc: IBM PowerPC 440EP Bamboo reference board emulationaurel32
2008-12-16target-ppc: Enable KVM for ppcemb.aurel32
2008-12-15target-ppc: update comment about precise emulationaurel32
2008-12-15target-ppc: remove dead codeaurel32
2008-12-15target-ppc: enable PRECISE_EMULATION by defaultaurel32
2008-12-15target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptionsaurel32
2008-12-15target-ppc: fadd/fsub: correctly propagate NaNaurel32
2008-12-15target-ppc: use the new fp functionsaurel32
2008-12-15target-ppc: correctly propagate NaN in divisionaurel32
2008-12-15target-ppc: fix fload_invalid_op_excp()aurel32
2008-12-15target-ppc: use a correct value to represent 1.0aurel32
2008-12-15target-ppc: update nip before calling an helper in FP instructionsaurel32
2008-12-15target-ppc: fix TCGv type in fcmpu/fcmpoaurel32
2008-12-15target-ppc: add signed fields to ppc_avr_t.aurel32