aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/translate.c
AgeCommit message (Expand)Author
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-17PPC: Only set lower 32bits with mtmsrAlexander Graf
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf
2011-05-12PPC: Add another 64 bits to instruction feature maskAlexander Graf
2011-05-09monitor: add PPC BookE SPRsScott Wood
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson
2011-04-01target-ppc: ext32u instead of andi with constantAurelien Jarno
2011-03-22target-ppc: add support for 6 SPE instructionsFabien Chouteau
2011-01-21ppc: Correct BookE tlb readsEdgar E. Iglesias
2010-12-31Fix translation of unary PPC/SPE instructions (efdneg etc.).Mike Pall
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-09-15PPC: Enable hint bits for lwarx/ldarxAlexander Graf
2010-07-13target-ppc: add vexptefp instructionAurelien Jarno
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-05target-ppc: Remove duplicate cpu log.Richard Henderson
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-18PPC: avoid function pointer type mismatch, spotted by clangBlue Swirl
2010-03-11target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno
2010-03-11target-ppc: fix evsrwu and evsrwsAurelien Jarno
2010-03-11target-ppc: fix evslw instructionAurelien Jarno
2010-02-28target-ppc: don't print invalid opcode messages on the consoleAurelien Jarno
2010-02-28Revert "target-ppc: stop translation after a trap instruction"Aurelien Jarno
2010-02-28target-ppc: stop translation after a trap instructionAurelien Jarno
2010-02-27target-ppc: fix SPE evsplat* instructionsNathan Froyd
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-28target-ppc: log instructions start in TCG codeAurelien Jarno
2009-09-25static and inline should came before the type of the functionsJuan Quintela
2009-09-18target-ppc: optimize slw/srw/sld/srdAurelien Jarno
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-08-16Replace REGX with PRIx64Blue Swirl
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: add exceptions for conditional storesNathan Froyd
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-07-13ppc tcg: fix wrong bit/mask of wrteeiBaojun Wang
2009-07-12target-ppc: fix evmergelo and evmergelohiNathan Froyd
2009-06-20Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be usedmalc
2009-06-17Replace ELF section hack with normal tableBlue Swirl
2009-06-17Concentrate rest of table entries to topBlue Swirl
2009-06-17Concentrate most table entries to topBlue Swirl
2009-06-17Clean up GEN_HANDLER2Blue Swirl