aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)Author
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
2008-11-17TCG variable type checking.pbrook
2008-11-10target-ppc: convert most SPE integer instructions to TCGaurel32
2008-11-01target-ppc: optimize popcntbaurel32
2008-11-01target-ppc: convert 405 MAC instructions to TCGaurel32
2008-11-01target-ppc: convert arithmetic functions to TCGaurel32
2008-10-21target-ppc: convert logical instructions to TCGaurel32
2008-10-21target-ppc: convert crf related instructions to TCGaurel32
2008-10-21target-ppc: Convert XER accesses to TCGaurel32
2008-10-14PPC: convert effective address computation to TCGaurel32
2008-10-01target-ppc: fix computation of XER.{CA, OV} in addme, subfmeaurel32
2008-10-01target-ppc: fix mullw/mullwoaurel32
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-08-24Revert commits 5082 and 5083aurel32
2008-08-24PPC: Switch a few instructions to TCGaurel32
2008-05-25Fix off-by-one unwinding error.pbrook
2008-04-07Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel32
2008-04-07Always enable precise emulation when softfloat is usedaurel32
2008-03-13Math functions helper for CONFIG_SOFTFLOAT=yesaurel32
2008-03-13Use float32/64 instead of float/doubleaurel32