summaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-17target-ppc: fix SPE comparison functionsAurelien Jarno1-13/+13
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-2/+2
2011-04-12target-ppc: remove #ifdef FLOAT128Aurelien Jarno1-20/+0
2011-04-08Use existing helper function to implement popcntd instructionDavid Gibson1-13/+1
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson1-5/+50
2011-04-01Implement missing parts of the logic for the POWER PURRDavid Gibson1-0/+7
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson1-0/+20
2011-04-01Clean up PowerPC SLB handling codeDavid Gibson1-6/+3
2011-01-20target-ppc: fix wrong NaN testsAurelien Jarno1-17/+28
2011-01-20target-ppc: fix sNaN propagationAurelien Jarno1-69/+78
2011-01-06target-ppc: use float32_is_any_nan()Aurelien Jarno1-3/+2
2011-01-06target-ppc: fix default qNaNAurelien Jarno1-2/+2
2011-01-06target-ppc: remove PRECISE_EMULATION defineAurelien Jarno1-47/+11
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-29/+29
2010-10-13ppc: avoid write only variablesBlue Swirl1-3/+3
2010-10-05ppc: Minor 40x MMU fixesJohn Clark1-25/+49
2010-09-18PPC: Suppress gcc warnings with -Wtype-limitsBlue Swirl1-25/+25
2010-07-13target-ppc: add vexptefp instructionAurelien Jarno1-0/+10
2010-05-31target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon1-3/+3
2010-02-06target-ppc: change DCR helpers to target_long argumentsAurelien Jarno1-6/+6
2010-01-14ppc-40x: Correct check for Endian swapping TLB entries.Edgar E. Iglesias1-5/+7
2010-01-14ppc-40x: Get TLB attributes from TLBLO.Edgar E. Iglesias1-1/+1
2009-12-21PPC: Make DCR uint32_tAlexander Graf1-5/+5
2009-12-21PPC64: Fix alternate timebaseAurelien Jarno1-1/+1
2009-12-21PPC64: Fix timebaseAlexander Graf1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-83/+83
2009-10-01Get rid of _t suffixmalc1-83/+83
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl1-34/+36
2009-08-16Replace always_inline with inlineBlue Swirl1-40/+40
2009-08-03target-ppc: retain l{w,d}arx loaded valueNathan Froyd1-2/+2
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-15/+15
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-13Fix mingw32 build warningsBlue Swirl1-1/+15
2009-05-13Fix typo that leads to out of bounds array access on big endian systemsmalc1-1/+1
2009-03-09targe-ppc: optimize mfcr and mtcrfaurel321-24/+0
2009-03-07Fix RFI(d)blueswir11-3/+3
2009-03-07Implement slbmteblueswir11-2/+6
2009-02-09target-ppc: Add vrsqrtefp instructionaurel321-0/+11
2009-02-09target-ppc: Add vrefp instructionaurel321-0/+10
2009-02-09target-ppc: Add vct{u,s}xs instructionsaurel321-0/+27
2009-02-09target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructionsaurel321-0/+68
2009-02-09target-ppc: Add vmaddfp and vnmsubfp instructionsaurel321-0/+37
2009-02-09target-ppc: Add v{add,sub}fp instructionsaurel321-0/+14
2009-02-09target-ppc: Add v{max,min}fp instructionsaurel321-0/+18
2009-02-05target-ppc: change instruction name vrlogefp into vlogefpaurel321-1/+1
2009-02-05target-ppc: add vrlogefp instructionaurel321-0/+10
2009-02-04target-ppc: fix previous commitaurel321-1/+4
2009-02-04target-ppc: use the new float constantsaurel321-12/+6
2009-02-04Add vcf{u,s}x instructionsaurel321-0/+13