aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-17PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.j_mayer1-2/+2
2007-11-16Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer1-4/+1
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer1-8/+6
2007-11-12Fix usage of the -1 constant in the PowerPC target code:j_mayer1-28/+31
2007-11-11fixed invalid typebellard1-2/+2
2007-11-11Fix POWER abs & abso computation.j_mayer1-6/+8
2007-11-11Optimize PowerPC overflow flag computation in most useful cases.j_mayer1-53/+22
2007-11-04PowerPC 601 need specific callbacks for its BATs setup.j_mayer1-5/+16
2007-11-03PowerPC MMU and exception fixes:j_mayer1-3/+6
2007-10-29Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno)j_mayer1-2/+2
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths1-1/+5
2007-10-28Make Alpha and PowerPC targets use shared helpersj_mayer1-15/+18
2007-10-28PowerPC coding style and inlining fixes.j_mayer1-7/+6
2007-10-27PowerPC floating-point helper typo.j_mayer1-2/+2
2007-10-27PowerPC float bugfix: 64 bits float mantissa is 52 bits long.j_mayer1-2/+2
2007-10-27Fix PowerPC FPSCR update and floating-point exception generationj_mayer1-179/+740
2007-10-25Fix PowerPC 64x64 bits multiplication overflow check.j_mayer1-1/+2
2007-10-25Use host-utils for PowerPC 64 64x64 bits multiplications.j_mayer1-74/+1
2007-10-25Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer1-101/+48
2007-10-14Generate micro-ops for PowerPC hypervisor mode.j_mayer1-0/+5
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-2/+2
2007-10-07PowerPC target optimisations: make intensive use of always_inline.j_mayer1-54/+54
2007-10-04Make PowerPC cache line size implementation dependant.j_mayer1-6/+6
2007-10-01Handle all MMU models in switches, even if it's just to abort because of lackj_mayer1-0/+21
2007-10-01Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer1-143/+0
2007-09-30* Update OEA environment, following the PowerPC 2.04 specification:j_mayer1-0/+16
2007-09-30Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer1-0/+8
2007-09-30Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer1-0/+56
2007-09-29Rework PowerPC exceptions model to make it more versatile:j_mayer1-8/+12
2007-09-26Great rework and cleanups to ease PowerPC implementations definitions.j_mayer1-47/+46
2007-09-21Rework PowerPC 440 TLB management (thanks to Hollis Blanchard)j_mayer1-110/+89
2007-09-19TARGET_FMT_lu may also be useful.j_mayer1-1/+2
2007-09-19Code provision for PowerPC BookE MMU model support.j_mayer1-0/+147
2007-09-17PowerPC flags update/use fixes:j_mayer1-10/+10
2007-09-17Coding style fixes in PowerPC related code (no functional change):j_mayer1-5/+6
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-5/+5
2007-06-03Clean up of some target specifics in exec.c/cpu-exec.c.ths1-4/+0
2007-04-24Debug traces fixes.j_mayer1-19/+20
2007-04-24Code provision for new PowerPC embedded target support with:j_mayer1-2/+2
2007-04-24Improve PowerPC 405 MMU model / share more code for other embedded targetsj_mayer1-32/+16