summaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: fix wrong NaN testsAurelien Jarno2011-01-201-17/+28
* target-ppc: fix sNaN propagationAurelien Jarno2011-01-201-69/+78
* target-ppc: use float32_is_any_nan()Aurelien Jarno2011-01-061-3/+2
* target-ppc: fix default qNaNAurelien Jarno2011-01-061-2/+2
* target-ppc: remove PRECISE_EMULATION defineAurelien Jarno2011-01-061-47/+11
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-29/+29
* ppc: avoid write only variablesBlue Swirl2010-10-131-3/+3
* ppc: Minor 40x MMU fixesJohn Clark2010-10-051-25/+49
* PPC: Suppress gcc warnings with -Wtype-limitsBlue Swirl2010-09-181-25/+25
* target-ppc: add vexptefp instructionAurelien Jarno2010-07-131-0/+10
* target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon2010-05-311-3/+3
* target-ppc: change DCR helpers to target_long argumentsAurelien Jarno2010-02-061-6/+6
* ppc-40x: Correct check for Endian swapping TLB entries.Edgar E. Iglesias2010-01-141-5/+7
* ppc-40x: Get TLB attributes from TLBLO.Edgar E. Iglesias2010-01-141-1/+1
* PPC: Make DCR uint32_tAlexander Graf2009-12-211-5/+5
* PPC64: Fix alternate timebaseAurelien Jarno2009-12-211-1/+1
* PPC64: Fix timebaseAlexander Graf2009-12-211-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-83/+83
* Get rid of _t suffixmalc2009-10-011-83/+83
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-34/+36
* Replace always_inline with inlineBlue Swirl2009-08-161-40/+40
* target-ppc: retain l{w,d}arx loaded valueNathan Froyd2009-08-031-2/+2
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-15/+15
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Fix mingw32 build warningsBlue Swirl2009-06-131-1/+15
* Fix typo that leads to out of bounds array access on big endian systemsmalc2009-05-131-1/+1
* targe-ppc: optimize mfcr and mtcrfaurel322009-03-091-24/+0
* Fix RFI(d)blueswir12009-03-071-3/+3
* Implement slbmteblueswir12009-03-071-2/+6
* target-ppc: Add vrsqrtefp instructionaurel322009-02-091-0/+11
* target-ppc: Add vrefp instructionaurel322009-02-091-0/+10
* target-ppc: Add vct{u,s}xs instructionsaurel322009-02-091-0/+27
* target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructionsaurel322009-02-091-0/+68
* target-ppc: Add vmaddfp and vnmsubfp instructionsaurel322009-02-091-0/+37
* target-ppc: Add v{add,sub}fp instructionsaurel322009-02-091-0/+14
* target-ppc: Add v{max,min}fp instructionsaurel322009-02-091-0/+18
* target-ppc: change instruction name vrlogefp into vlogefpaurel322009-02-051-1/+1
* target-ppc: add vrlogefp instructionaurel322009-02-051-0/+10
* target-ppc: fix previous commitaurel322009-02-041-1/+4
* target-ppc: use the new float constantsaurel322009-02-041-12/+6
* Add vcf{u,s}x instructionsaurel322009-02-041-0/+13
* Add vrfi{m,n,p,z} instructionsaurel322009-02-041-0/+18
* Add various NaN-handling macrosaurel322009-02-041-0/+21
* Make mtvscr use a helperaurel322009-02-031-0/+10
* Rename spe_status to vec_statusaurel322009-02-031-56/+56
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-25/+8
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-45/+19
* Add v{add, sub}{s, u}{b, h, w}s instructionsaurel322009-01-081-0/+39
* Add vspltis{b,h,w} instructionsaurel322009-01-081-0/+14
* Add vs{l,r} instructionsaurel322009-01-081-0/+39
OpenPOWER on IntegriCloud