summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2009-01-04Add GEN_VXFORM_NOA macro for subsequent instructions.aurel321-0/+15
2009-01-04Add vsplt{b,h,w} instructions.aurel323-0/+30
2009-01-04Add GEN_VXFORM_UIMM macro for subsequent instructions.aurel321-0/+20
2009-01-04Add GEN_VXFORM_SIMM macro for subsequent instructions.aurel321-0/+18
2009-01-04Add vsldoi instruction.aurel323-0/+50
2009-01-04Add vrl{b,h,w} instructions.aurel323-0/+21
2009-01-04Add lvs{l,r} instructions.aurel323-0/+52
2009-01-04Add v{add,sub}cuw instructions.aurel323-0/+20
2009-01-04Add vs{l,r}o instructions.aurel323-0/+31
2009-01-04Add vsl{b,h,w} instructions.aurel323-0/+21
2009-01-04Add vsr{,a}{b,h,w} instructions.aurel323-0/+30
2009-01-04Add vmul{e,o}{s,u}{b,h} instructions.aurel323-0/+38
2009-01-04Add vmrg{l,h}{b,h,w} instructions.aurel323-0/+47
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel327-7/+7
2009-01-03Add vscr access macros.aurel321-0/+7
2009-01-03Add v{min, max}{s, u}{b, h, w} instructions.aurel323-0/+48
2009-01-03Add vavg{s,u}{b,h,w} instructions.aurel323-0/+33
2009-01-03Add v{add,sub}u{b,h,w}m instructions.aurel323-0/+32
2009-01-03Add GEN_VXFORM macro for subsequent instructions.aurel321-0/+17
2009-01-03Add helper macros for later patches.aurel321-0/+22
2009-01-03Fix TCG error in gen_avr_ptr.aurel321-1/+1
2009-01-03target-ppc: fix TGC type mismatch introduced by r6146aurel321-1/+1
2009-01-01tcg_temp_local_new should take no parameteraurel321-1/+1
2008-12-30VM load/save support for PPC CPUblueswir11-0/+165
2008-12-29target-ppc: improve correctness of the fsel instructionaurel321-1/+1
2008-12-29target-ppc: fix stsw/stswi instructionsaurel321-2/+3
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-3/+3
2008-12-18target-ppc: add gen_avr_ptr function.aurel321-0/+7
2008-12-18target-ppc: use float_flag_divbyzero instead of checking the operandsaurel321-21/+7
2008-12-18target-ppc: fix type of spe_acc.aurel321-1/+1
2008-12-18target-ppc: fix a typoaurel321-1/+1
2008-12-18target-ppc: add Altivec logical operationsaurel321-0/+18
2008-12-18target-ppc: fix fres, fsqrte and remove useless codeaurel321-57/+10
2008-12-16target-ppc: add comments about constants introduced in revision 6046aurel321-3/+3
2008-12-16target-ppc: fix a typo introduced in revision 6058aurel321-1/+1
2008-12-16target-ppc: IBM PowerPC 440EP Bamboo reference board emulationaurel321-0/+1
2008-12-16target-ppc: Enable KVM for ppcemb.aurel324-0/+334
2008-12-15target-ppc: update comment about precise emulationaurel321-2/+1
2008-12-15target-ppc: remove dead codeaurel321-1/+0
2008-12-15target-ppc: enable PRECISE_EMULATION by defaultaurel321-1/+1
2008-12-15target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptionsaurel321-12/+52
2008-12-15target-ppc: fadd/fsub: correctly propagate NaNaurel321-18/+8
2008-12-15target-ppc: use the new fp functionsaurel321-50/+23
2008-12-15target-ppc: correctly propagate NaN in divisionaurel321-1/+1
2008-12-15target-ppc: fix fload_invalid_op_excp()aurel321-9/+7
2008-12-15target-ppc: use a correct value to represent 1.0aurel321-9/+12
2008-12-15target-ppc: update nip before calling an helper in FP instructionsaurel321-2/+32
2008-12-15target-ppc: fix TCGv type in fcmpu/fcmpoaurel321-4/+4
2008-12-15target-ppc: add signed fields to ppc_avr_t.aurel321-0/+3
2008-12-15target-ppc: fix frsp instructionaurel321-2/+5