summaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)Author
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 helper macros for later patches.aurel32
2008-12-29target-ppc: improve correctness of the fsel instructionaurel32
2008-12-29target-ppc: fix stsw/stswi instructionsaurel32
2008-12-18target-ppc: use float_flag_divbyzero instead of checking the operandsaurel32
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-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: 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: fix mtfsb0 and mtfsb1aurel32
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: rework exception codeaurel32
2008-12-08target-ppc: kill a warningaurel32
2008-12-08target-ppc: cleanup op_helper.c after TCG conversionaurel32
2008-12-08target-ppc: memory load/store reworkaurel32
2008-12-07target-ppc: convert SPR accesses to TCGaurel32
2008-12-07target-ppc: remove dead codeaurel32
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel32
2008-12-06target-ppc: convert dcr load/store to TCGaurel32
2008-12-06target-ppc: convert msr load/store to TCGaurel32
2008-12-06target-ppc: convert POWER bridge instructions to TCGaurel32
2008-11-30target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.caurel32
2008-11-30target-ppc: convert PPC 440 instructions to TCGaurel32
2008-11-30target-ppc: convert return from interrupt instructions to TCGaurel32
2008-11-30target-ppc: convert lscbx instruction to TCGaurel32
2008-11-30target-ppc: convert load/store string instructions to TCGaurel32
2008-11-30target-ppc: convert icbi instruction to TCGaurel32
2008-11-30target-ppc: convert dcbz instruction to TCGaurel32
2008-11-30target-ppc: convert load/store multiple instructions to TCGaurel32
2008-11-30target-ppc: convert mfrom instruction to TCGaurel32
2008-11-30target-ppc: convert software TLB instructions to TCGaurel32
2008-11-24target-ppc: convert trap instructions to TCGaurel32
2008-11-23target-ppc: convert FPU load/store to TCGaurel32
2008-11-23target-ppc: convert SPE FP ops to TCGaurel32
2008-11-22target-ppc: convert exceptions generation to TCGaurel32
2008-11-19target-ppc: convert fp ops to TCGaurel32