summaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-04Add vrfi{m,n,p,z} instructionsaurel321-0/+18
2009-02-04Add various NaN-handling macrosaurel321-0/+21
2009-02-03Make mtvscr use a helperaurel321-0/+10
2009-02-03Rename spe_status to vec_statusaurel321-56/+56
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-25/+8
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-45/+19
2009-01-08Add v{add, sub}{s, u}{b, h, w}s instructionsaurel321-0/+39
2009-01-08Add vspltis{b,h,w} instructionsaurel321-0/+14
2009-01-08Add vs{l,r} instructionsaurel321-0/+39