aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_helper.c
AgeCommit message (Expand)Author
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
2009-02-04Add vrfi{m,n,p,z} instructionsaurel32
2009-02-04Add various NaN-handling macrosaurel32
2009-02-03Make mtvscr use a helperaurel32
2009-02-03Rename spe_status to vec_statusaurel32
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori
2009-01-08Add v{add, sub}{s, u}{b, h, w}s instructionsaurel32
2009-01-08Add vspltis{b,h,w} instructionsaurel32
2009-01-08Add vs{l,r} instructionsaurel32
2009-01-08Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructionsaurel32
2009-01-05target-ppc: fix compilation on BigEndianaurel32