aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-01target-ppc: convert arithmetic functions to TCGaurel321-232/+13
2008-10-21target-ppc: convert logical instructions to TCGaurel321-32/+34
2008-10-21target-ppc: convert crf related instructions to TCGaurel321-21/+27
2008-10-21target-ppc: Convert XER accesses to TCGaurel321-82/+99
2008-10-14PPC: convert effective address computation to TCGaurel321-6/+0
2008-10-01target-ppc: fix computation of XER.{CA, OV} in addme, subfmeaurel321-10/+2
2008-10-01target-ppc: fix mullw/mullwoaurel321-1/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2008-08-24Revert commits 5082 and 5083aurel321-27/+19
2008-08-24PPC: Switch a few instructions to TCGaurel321-19/+27
2008-05-25Fix off-by-one unwinding error.pbrook1-5/+0
2008-04-07Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel321-11/+11
2008-04-07Always enable precise emulation when softfloat is usedaurel321-11/+11
2008-03-13Math functions helper for CONFIG_SOFTFLOAT=yesaurel321-0/+21
2008-03-13Use float32/64 instead of float/doubleaurel321-273/+145
2008-03-10mtfsf: fix FPSCR_VX and FPSCR_FEX computationaurel321-0/+4
2007-11-24Fix incorrect debug prints (reported by Paul Brook).j_mayer1-9/+9
2007-11-23Revert foolish patch.j_mayer1-5/+3
2007-11-23Fix ppc32 register dumps on 64-bit hosts.pbrook1-3/+5