aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-04Add vrl{b,h,w} instructions.aurel321-0/+15
2009-01-04Add lvs{l,r} instructions.aurel321-0/+18
2009-01-04Add v{add,sub}cuw instructions.aurel321-0/+16
2009-01-04Add vs{l,r}o instructions.aurel321-0/+27
2009-01-04Add vsl{b,h,w} instructions.aurel321-0/+15
2009-01-04Add vsr{,a}{b,h,w} instructions.aurel321-0/+18
2009-01-04Add vmul{e,o}{s,u}{b,h} instructions.aurel321-0/+22
2009-01-04Add vmrg{l,h}{b,h,w} instructions.aurel321-0/+35
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2009-01-03Add v{min, max}{s, u}{b, h, w} instructions.aurel321-0/+24
2009-01-03Add vavg{s,u}{b,h,w} instructions.aurel321-0/+19
2009-01-03Add v{add,sub}u{b,h,w}m instructions.aurel321-0/+17
2009-01-03Add helper macros for later patches.aurel321-0/+22
2008-12-29target-ppc: improve correctness of the fsel instructionaurel321-1/+1
2008-12-29target-ppc: fix stsw/stswi instructionsaurel321-2/+3
2008-12-18target-ppc: use float_flag_divbyzero instead of checking the operandsaurel321-21/+7
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-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: fix frsp instructionaurel321-2/+5
2008-12-15target-ppc: fix mtfsf and mtfsfi instructionsaurel321-3/+3
2008-12-14target-ppc: fix fcmp{o,u} instructionsaurel321-25/+31
2008-12-14target-ppc: fix mtfsb0 and mtfsb1aurel321-0/+18
2008-12-14target-ppc: fix fsel instructionaurel321-5/+3
2008-12-13target-ppc: keep only the table version for mfromaurel321-18/+4
2008-12-13target-ppc: use accessors to access fp_status exception_flagsaurel321-7/+10
2008-12-13target-ppc: fix compilation with PRECISE_EMULATIONaurel321-4/+3
2008-12-13target-ppc: fix compilation with CONFIG_SOFTFLOATaurel321-19/+19
2008-12-11target-ppc: remove remaining warningsaurel321-2/+0
2008-12-11target-ppc: rework exception codeaurel321-23/+28
2008-12-08target-ppc: kill a warningaurel321-0/+2
2008-12-08target-ppc: cleanup op_helper.c after TCG conversionaurel321-10/+10
2008-12-08target-ppc: memory load/store reworkaurel321-23/+29
2008-12-07target-ppc: convert SPR accesses to TCGaurel321-45/+182
2008-12-07target-ppc: remove dead codeaurel321-21/+0
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel321-74/+137
2008-12-06target-ppc: convert dcr load/store to TCGaurel321-7/+6
2008-12-06target-ppc: convert msr load/store to TCGaurel321-6/+6
2008-12-06target-ppc: convert POWER bridge instructions to TCGaurel321-89/+44
2008-11-30target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.caurel321-130/+11
2008-11-30target-ppc: convert PPC 440 instructions to TCGaurel321-5/+20
2008-11-30target-ppc: convert return from interrupt instructions to TCGaurel321-24/+24
2008-11-30target-ppc: convert lscbx instruction to TCGaurel321-15/+39
2008-11-30target-ppc: convert load/store string instructions to TCGaurel321-0/+93
2008-11-30target-ppc: convert icbi instruction to TCGaurel321-0/+26