summaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructionsaurel322009-01-081-0/+36
* target-ppc: fix compilation on BigEndianaurel322009-01-051-1/+1
* Add vsumsws, vsum2sws, and vsum4{sbs, shs,ubs} instructions.aurel322009-01-041-0/+103
* Add {l,st}ve{b,h,w}x instructions.aurel322009-01-041-0/+40
* Add vmladduhm instruction.aurel322009-01-041-0/+9
* Add vmsumsh{m,s} instructions.aurel322009-01-041-0/+34
* Add vmsumuh{m,s} instructions.aurel322009-01-041-0/+34
* Add vmh{,r}addshs instructions.aurel322009-01-041-0/+32
* Add vpkpx instruction.aurel322009-01-041-0/+21
* Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w}um instructions.aurel322009-01-041-0/+35
* Add saturating arithmetic conversion functions for subsequent instructions.aurel322009-01-041-0/+27
OpenPOWER on IntegriCloud