aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-03target-ppc: retain l{w,d}arx loaded valueNathan Froyd1-4/+9
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-13ppc tcg: fix wrong bit/mask of wrteeiBaojun Wang1-2/+2
2009-07-12target-ppc: fix evmergelo and evmergelohiNathan Froyd1-3/+11
2009-06-20Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be usedmalc1-0/+6
2009-06-17Replace ELF section hack with normal tableBlue Swirl1-889/+856
2009-06-17Concentrate rest of table entries to topBlue Swirl1-107/+610
2009-06-17Concentrate most table entries to topBlue Swirl1-422/+291
2009-06-17Clean up GEN_HANDLER2Blue Swirl1-37/+110
2009-06-17Clean up GEN_HANDLERBlue Swirl1-233/+694
2009-05-16target-ppc: expose cpu capability flagsNathan Froyd1-138/+0
2009-04-13Fix ppc-softmmu warnings on OpenBSD hostblueswir11-6/+14
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-4/+1
2009-03-29target-ppc: avoid nop to override next instructionaurel321-3/+3
2009-03-13target-ppc: use the new bswap* TCG opsaurel321-114/+15
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-11/+11
2009-03-09targe-ppc: optimize mfcr and mtcrfaurel321-3/+26
2009-03-07Fix mfcr on ppc64-softmmuaurel321-2/+2
2009-03-07Implement mtfsf.L encodingblueswir11-2/+6
2009-03-07Implment tlbielblueswir11-0/+14
2009-03-07Implement slbmteblueswir11-4/+19
2009-03-07Sparse fixes: add extern to ELF opcode tables to avoid warningsblueswir11-0/+4
2009-03-03target-ppc: improve mfcr/mtcrfaurel321-6/+7
2009-03-02Fix mtcrf/mfcrmalc1-9/+13
2009-02-28Fix typo in gen_qemu_ld32sblueswir11-1/+1
2009-02-19Fix branch debuggingblueswir11-1/+3
2009-02-09target-ppc: Model SPE floating-point instructions more accuratelyaurel321-46/+48
2009-02-09target-ppc: Add vrsqrtefp instructionaurel321-0/+1
2009-02-09target-ppc: Add vrefp instructionaurel321-0/+1
2009-02-09target-ppc: Add vct{u,s}xs instructionsaurel321-0/+2
2009-02-09target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructionsaurel321-0/+4
2009-02-09target-ppc: Add vmaddfp and vnmsubfp instructionsaurel321-0/+1
2009-02-09target-ppc: Add v{add,sub}fp instructionsaurel321-0/+2
2009-02-09target-ppc: Add v{max,min}fp instructionsaurel321-0/+2
2009-02-05target-ppc: change instruction name vrlogefp into vlogefpaurel321-1/+1
2009-02-05target-ppc: add vrlogefp instructionaurel321-0/+1
2009-02-04Add vcf{u,s}x instructionsaurel321-0/+2
2009-02-04Add vrfi{m,n,p,z} instructionsaurel321-0/+4
2009-02-03Make mtvscr use a helperaurel321-5/+4
2009-02-03Fix compilation of PPC64 targets with DEBUG_TCGV enabledaurel321-3/+3
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-34/+21
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-12/+12
2009-01-14target-ppc: fix wrteei instructionaurel321-1/+1
2009-01-12target-ppc: add altivec cache instructionsaurel321-0/+27
2009-01-08Add v{add, sub}{s, u}{b, h, w}s instructionsaurel321-0/+12
2009-01-08Add vspltis{b,h,w} instructionsaurel321-0/+20
2009-01-08Add vs{l,r} instructionsaurel321-0/+2
2009-01-08Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructionsaurel321-0/+10