aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
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
2008-12-15target-ppc: fix frsp instructionaurel32
2008-12-15target-ppc: fix mtfsf and mtfsfi instructionsaurel32
2008-12-14target-ppc: fix fcmp{o,u} instructionsaurel32
2008-12-14target-ppc: remove FPRF optimizationaurel32
2008-12-14target-ppc: fix mtfsb0 and mtfsb1aurel32
2008-12-14target-ppc: display FPSCR in register dumpaurel32
2008-12-14target-ppc: fix mbar opcodeaurel32
2008-12-14target-ppc: fix fsel instructionaurel32
2008-12-13target-ppc: keep only the table version for mfromaurel32
2008-12-13target-ppc: use accessors to access fp_status exception_flagsaurel32
2008-12-13target-ppc: fix compilation with PRECISE_EMULATIONaurel32
2008-12-13target-ppc: fix compilation with CONFIG_SOFTFLOATaurel32
2008-12-11target-ppc: remove remaining warningsaurel32
2008-12-11target-ppc: remove unneeded includeaurel32