aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)Author
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
2008-03-10mtfsf: fix FPSCR_VX and FPSCR_FEX computationaurel32
2007-11-24Fix incorrect debug prints (reported by Paul Brook).j_mayer
2007-11-23Revert foolish patch.j_mayer
2007-11-23Fix ppc32 register dumps on 64-bit hosts.pbrook
2007-11-17PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.j_mayer
2007-11-16Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer
2007-11-12Fix usage of the -1 constant in the PowerPC target code:j_mayer
2007-11-11fixed invalid typebellard
2007-11-11Fix POWER abs & abso computation.j_mayer
2007-11-11Optimize PowerPC overflow flag computation in most useful cases.j_mayer
2007-11-04PowerPC 601 need specific callbacks for its BATs setup.j_mayer
2007-11-03PowerPC MMU and exception fixes:j_mayer
2007-10-29Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno)j_mayer
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths
2007-10-28Make Alpha and PowerPC targets use shared helpersj_mayer