aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)Author
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-17target-ppc: fix SPE comparison functionsAurelien Jarno
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-04-12target-ppc: remove #ifdef FLOAT128Aurelien Jarno
2011-04-08Use existing helper function to implement popcntd instructionDavid Gibson
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson
2011-04-01Implement missing parts of the logic for the POWER PURRDavid Gibson
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson
2011-04-01Clean up PowerPC SLB handling codeDavid Gibson
2011-01-20target-ppc: fix wrong NaN testsAurelien Jarno
2011-01-20target-ppc: fix sNaN propagationAurelien Jarno
2011-01-06target-ppc: use float32_is_any_nan()Aurelien Jarno
2011-01-06target-ppc: fix default qNaNAurelien Jarno
2011-01-06target-ppc: remove PRECISE_EMULATION defineAurelien Jarno
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-10-13ppc: avoid write only variablesBlue Swirl
2010-10-05ppc: Minor 40x MMU fixesJohn Clark
2010-09-18PPC: Suppress gcc warnings with -Wtype-limitsBlue Swirl
2010-07-13target-ppc: add vexptefp instructionAurelien Jarno
2010-05-31target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon
2010-02-06target-ppc: change DCR helpers to target_long argumentsAurelien Jarno
2010-01-14ppc-40x: Correct check for Endian swapping TLB entries.Edgar E. Iglesias
2010-01-14ppc-40x: Get TLB attributes from TLBLO.Edgar E. Iglesias
2009-12-21PPC: Make DCR uint32_tAlexander Graf
2009-12-21PPC64: Fix alternate timebaseAurelien Jarno
2009-12-21PPC64: Fix timebaseAlexander Graf
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl
2009-08-16Replace always_inline with inlineBlue Swirl
2009-08-03target-ppc: retain l{w,d}arx loaded valueNathan Froyd
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-13Fix mingw32 build warningsBlue Swirl
2009-05-13Fix typo that leads to out of bounds array access on big endian systemsmalc
2009-03-09targe-ppc: optimize mfcr and mtcrfaurel32
2009-03-07Fix RFI(d)blueswir1
2009-03-07Implement slbmteblueswir1
2009-02-09target-ppc: Add vrsqrtefp instructionaurel32
2009-02-09target-ppc: Add vrefp instructionaurel32
2009-02-09target-ppc: Add vct{u,s}xs instructionsaurel32
2009-02-09target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructionsaurel32
2009-02-09target-ppc: Add vmaddfp and vnmsubfp instructionsaurel32
2009-02-09target-ppc: Add v{add,sub}fp instructionsaurel32
2009-02-09target-ppc: Add v{max,min}fp instructionsaurel32
2009-02-05target-ppc: change instruction name vrlogefp into vlogefpaurel32
2009-02-05target-ppc: add vrlogefp instructionaurel32
2009-02-04target-ppc: fix previous commitaurel32
2009-02-04target-ppc: use the new float constantsaurel32
2009-02-04Add vcf{u,s}x instructionsaurel32