aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-30target-ppc: convert dcbz instruction to TCGaurel321-2/+40
2008-11-30target-ppc: convert load/store multiple instructions to TCGaurel321-0/+63
2008-11-30target-ppc: convert mfrom instruction to TCGaurel321-8/+8
2008-11-30target-ppc: convert software TLB instructions to TCGaurel321-4/+25
2008-11-24target-ppc: convert trap instructions to TCGaurel321-12/+12
2008-11-23target-ppc: convert FPU load/store to TCGaurel321-0/+18
2008-11-23target-ppc: convert SPE FP ops to TCGaurel321-290/+275
2008-11-22target-ppc: convert exceptions generation to TCGaurel321-26/+22
2008-11-19target-ppc: convert fp ops to TCGaurel321-275/+430
2008-11-17TCG variable type checking.pbrook1-1/+2
2008-11-10target-ppc: convert most SPE integer instructions to TCGaurel321-144/+16
2008-11-01target-ppc: optimize popcntbaurel321-14/+8
2008-11-01target-ppc: convert 405 MAC instructions to TCGaurel321-12/+0