summaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* TCG variable type checking.pbrook2008-11-171-1/+2
* target-ppc: convert most SPE integer instructions to TCGaurel322008-11-101-144/+16
* target-ppc: optimize popcntbaurel322008-11-011-14/+8
* target-ppc: convert 405 MAC instructions to TCGaurel322008-11-011-12/+0
* target-ppc: convert arithmetic functions to TCGaurel322008-11-011-232/+13
* target-ppc: convert logical instructions to TCGaurel322008-10-211-32/+34
* target-ppc: convert crf related instructions to TCGaurel322008-10-211-21/+27
* target-ppc: Convert XER accesses to TCGaurel322008-10-211-82/+99
* PPC: convert effective address computation to TCGaurel322008-10-141-6/+0
* target-ppc: fix computation of XER.{CA, OV} in addme, subfmeaurel322008-10-011-10/+2
* target-ppc: fix mullw/mullwoaurel322008-10-011-1/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* Revert commits 5082 and 5083aurel322008-08-241-27/+19
* PPC: Switch a few instructions to TCGaurel322008-08-241-19/+27
* Fix off-by-one unwinding error.pbrook2008-05-251-5/+0
* Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel322008-04-071-11/+11
* Always enable precise emulation when softfloat is usedaurel322008-04-071-11/+11
* Math functions helper for CONFIG_SOFTFLOAT=yesaurel322008-03-131-0/+21
* Use float32/64 instead of float/doubleaurel322008-03-131-273/+145
* mtfsf: fix FPSCR_VX and FPSCR_FEX computationaurel322008-03-101-0/+4
* Fix incorrect debug prints (reported by Paul Brook).j_mayer2007-11-241-9/+9
* Revert foolish patch.j_mayer2007-11-231-5/+3
* Fix ppc32 register dumps on 64-bit hosts.pbrook2007-11-231-3/+5
* PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.j_mayer2007-11-171-2/+2
* Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer2007-11-161-4/+1
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-8/+6
* Fix usage of the -1 constant in the PowerPC target code:j_mayer2007-11-121-28/+31
* fixed invalid typebellard2007-11-111-2/+2
* Fix POWER abs & abso computation.j_mayer2007-11-111-6/+8
* Optimize PowerPC overflow flag computation in most useful cases.j_mayer2007-11-111-53/+22
* PowerPC 601 need specific callbacks for its BATs setup.j_mayer2007-11-041-5/+16
* PowerPC MMU and exception fixes:j_mayer2007-11-031-3/+6
* Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno)j_mayer2007-10-291-2/+2
* Adjust s390 addresses (the MSB is defined as "to be ignored").ths2007-10-291-1/+5
* Make Alpha and PowerPC targets use shared helpersj_mayer2007-10-281-15/+18
* PowerPC coding style and inlining fixes.j_mayer2007-10-281-7/+6
* PowerPC floating-point helper typo.j_mayer2007-10-271-2/+2
* PowerPC float bugfix: 64 bits float mantissa is 52 bits long.j_mayer2007-10-271-2/+2
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-271-179/+740
* Fix PowerPC 64x64 bits multiplication overflow check.j_mayer2007-10-251-1/+2
* Use host-utils for PowerPC 64 64x64 bits multiplications.j_mayer2007-10-251-74/+1
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-251-101/+48
* Generate micro-ops for PowerPC hypervisor mode.j_mayer2007-10-141-0/+5
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-2/+2
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-071-54/+54
* Make PowerPC cache line size implementation dependant.j_mayer2007-10-041-6/+6
* Handle all MMU models in switches, even if it's just to abort because of lackj_mayer2007-10-011-0/+21
* Avoid op helpers that would just call helpers for TLB & SLB management:j_mayer2007-10-011-143/+0
* * Update OEA environment, following the PowerPC 2.04 specification:j_mayer2007-09-301-0/+16
* Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer2007-09-301-0/+8
OpenPOWER on IntegriCloud