Fix TCG error in gen_avr_ptr.
[qemu] / target-ppc / op_helper.c
2008-12-29 aurel32target-ppc: improve correctness of the fsel instruction
2008-12-29 aurel32target-ppc: fix stsw/stswi instructions
2008-12-18 aurel32target-ppc: use float_flag_divbyzero instead of checkin...
2008-12-18 aurel32target-ppc: fix fres, fsqrte and remove useless code
2008-12-16 aurel32target-ppc: add comments about constants introduced...
2008-12-15 aurel32target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate...
2008-12-15 aurel32target-ppc: fadd/fsub: correctly propagate NaN
2008-12-15 aurel32target-ppc: use the new fp functions
2008-12-15 aurel32target-ppc: correctly propagate NaN in division
2008-12-15 aurel32target-ppc: fix fload_invalid_op_excp()
2008-12-15 aurel32target-ppc: use a correct value to represent 1.0
2008-12-15 aurel32target-ppc: fix frsp instruction
2008-12-15 aurel32target-ppc: fix mtfsf and mtfsfi instructions
2008-12-14 aurel32target-ppc: fix fcmp{o,u} instructions
2008-12-14 aurel32target-ppc: fix mtfsb0 and mtfsb1
2008-12-14 aurel32target-ppc: fix fsel instruction
2008-12-13 aurel32target-ppc: keep only the table version for mfrom
2008-12-13 aurel32target-ppc: use accessors to access fp_status exception...
2008-12-13 aurel32target-ppc: fix compilation with PRECISE_EMULATION
2008-12-13 aurel32target-ppc: fix compilation with CONFIG_SOFTFLOAT
2008-12-11 aurel32target-ppc: remove remaining warnings
2008-12-11 aurel32target-ppc: rework exception code
2008-12-08 aurel32target-ppc: kill a warning
2008-12-08 aurel32target-ppc: cleanup op_helper.c after TCG conversion
2008-12-08 aurel32target-ppc: memory load/store rework
2008-12-07 aurel32target-ppc: convert SPR accesses to TCG
2008-12-07 aurel32target-ppc: remove dead code
2008-12-06 aurel32target-ppc: convert SLB/TLB instructions to TCG
2008-12-06 aurel32target-ppc: convert dcr load/store to TCG
2008-12-06 aurel32target-ppc: convert msr load/store to TCG
2008-12-06 aurel32target-ppc: convert POWER bridge instructions to TCG
2008-11-30 aurel32target-ppc: use ldl/ldub/stl/stub for load/store in...
2008-11-30 aurel32target-ppc: convert PPC 440 instructions to TCG
2008-11-30 aurel32target-ppc: convert return from interrupt instructions...
2008-11-30 aurel32target-ppc: convert lscbx instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store string instructions...
2008-11-30 aurel32target-ppc: convert icbi instruction to TCG
2008-11-30 aurel32target-ppc: convert dcbz instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store multiple instructions...
2008-11-30 aurel32target-ppc: convert mfrom instruction to TCG
2008-11-30 aurel32target-ppc: convert software TLB instructions to TCG
2008-11-24 aurel32target-ppc: convert trap instructions to TCG
2008-11-23 aurel32target-ppc: convert FPU load/store to TCG
2008-11-23 aurel32target-ppc: convert SPE FP ops to TCG
2008-11-22 aurel32target-ppc: convert exceptions generation to TCG
2008-11-19 aurel32target-ppc: convert fp ops to TCG
2008-11-17 pbrookTCG variable type checking.
2008-11-10 aurel32target-ppc: convert most SPE integer instructions to TCG
2008-11-01 aurel32target-ppc: optimize popcntb
2008-11-01 aurel32target-ppc: convert 405 MAC instructions to TCG
2008-11-01 aurel32target-ppc: convert arithmetic functions to TCG
2008-10-21 aurel32target-ppc: convert logical instructions to TCG
2008-10-21 aurel32target-ppc: convert crf related instructions to TCG
2008-10-21 aurel32target-ppc: Convert XER accesses to TCG
2008-10-14 aurel32PPC: convert effective address computation to TCG
2008-10-01 aurel32target-ppc: fix computation of XER.{CA, OV} in addme...
2008-10-01 aurel32target-ppc: fix mullw/mullwo
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-08-24 aurel32Revert commits 5082 and 5083
2008-08-24 aurel32PPC: Switch a few instructions to TCG
2008-05-25 pbrookFix off-by-one unwinding error.
2008-04-07 aurel32Revert revisions r4168 and r4169. That's work in progre...
2008-04-07 aurel32Always enable precise emulation when softfloat is used
2008-03-13 aurel32Math functions helper for CONFIG_SOFTFLOAT=yes
2008-03-13 aurel32Use float32/64 instead of float/double
2008-03-10 aurel32mtfsf: fix FPSCR_VX and FPSCR_FEX computation
2007-11-24 j_mayerFix incorrect debug prints (reported by Paul Brook).
2007-11-23 j_mayerRevert foolish patch.
2007-11-23 pbrookFix ppc32 register dumps on 64-bit hosts.
2007-11-17 j_mayerPowerPC hypervisor mode is not fundamentally available...
2007-11-16 j_mayerAlways make PowerPC hypervisor mode memory accesses...
2007-11-12 j_mayerAllow use of SPE extension by all PowerPC targets,
2007-11-12 j_mayerFix usage of the -1 constant in the PowerPC target...
2007-11-11 bellardfixed invalid type
2007-11-11 j_mayerFix POWER abs & abso computation.
2007-11-11 j_mayerOptimize PowerPC overflow flag computation in most...
2007-11-04 j_mayerPowerPC 601 need specific callbacks for its BATs setup.
2007-11-03 j_mayerPowerPC MMU and exception fixes:
2007-10-29 j_mayerFix two PowerPC FPU emulation bugs (thanks to Aurelien...
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-28 j_mayerMake Alpha and PowerPC targets use shared helpers
2007-10-28 j_mayerPowerPC coding style and inlining fixes.
2007-10-27 j_mayerPowerPC floating-point helper typo.
2007-10-27 j_mayerPowerPC float bugfix: 64 bits float mantissa is 52...
2007-10-27 j_mayerFix PowerPC FPSCR update and floating-point exception...
2007-10-25 j_mayerFix PowerPC 64x64 bits multiplication overflow check.
2007-10-25 j_mayerUse host-utils for PowerPC 64 64x64 bits multiplications.
2007-10-25 j_mayerGprof prooved the PowerPC emulation spent too much...
2007-10-14 j_mayerGenerate micro-ops for PowerPC hypervisor mode.
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-07 j_mayerPowerPC target optimisations: make intensive use of...
2007-10-04 j_mayerMake PowerPC cache line size implementation dependant.
2007-10-01 j_mayerHandle all MMU models in switches, even if it's just...
2007-10-01 j_mayerAvoid op helpers that would just call helpers for TLB...
2007-09-30 j_mayer* Update OEA environment, following the PowerPC 2.04...
2007-09-30 j_mayerImplement Process Priority Register as defined in the...
2007-09-30 j_mayerImplement new floating-point instructions (fre, frin...
2007-09-29 j_mayerRework PowerPC exceptions model to make it more versatile:
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-21 j_mayerRework PowerPC 440 TLB management (thanks to Hollis...
next