aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-8/+6
2010-09-15PPC: Enable hint bits for lwarx/ldarxAlexander Graf1-2/+2
2010-07-13target-ppc: add vexptefp instructionAurelien Jarno1-0/+2
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-3/+4
2010-05-05target-ppc: Remove duplicate cpu log.Richard Henderson1-2/+0
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+1
2010-04-18PPC: avoid function pointer type mismatch, spotted by clangBlue Swirl1-5/+3
2010-03-11target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno1-2/+2
2010-03-11target-ppc: fix evsrwu and evsrwsAurelien Jarno1-2/+2
2010-03-11target-ppc: fix evslw instructionAurelien Jarno1-1/+1
2010-02-28target-ppc: don't print invalid opcode messages on the consoleAurelien Jarno1-11/+0
2010-02-28Revert "target-ppc: stop translation after a trap instruction"Aurelien Jarno1-12/+8
2010-02-28target-ppc: stop translation after a trap instructionAurelien Jarno1-8/+12
2010-02-27target-ppc: fix SPE evsplat* instructionsNathan Froyd1-2/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-9/+9
2009-10-01Get rid of _t suffixmalc1-9/+9
2009-09-28target-ppc: log instructions start in TCG codeAurelien Jarno1-0/+2
2009-09-25static and inline should came before the type of the functionsJuan Quintela1-4/+4
2009-09-18target-ppc: optimize slw/srw/sld/srdAurelien Jarno1-49/+49
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-2/+2
2009-08-16Replace REGX with PRIx64Blue Swirl1-1/+1
2009-08-16Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl1-27/+31
2009-08-16Replace always_inline with inlineBlue Swirl1-156/+162
2009-08-03target-ppc: add exceptions for conditional storesNathan Froyd1-20/+51
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