aboutsummaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-02PPC: E500: Implement msgsndAlexander Graf1-0/+16
2012-02-02PPC: E500: Implement msgclrAlexander Graf1-0/+18
2012-02-02PPC: booke206: Check for TLB overrunAlexander Graf1-0/+1
2012-02-02PPC: booke206: Implement tlbilxAlexander Graf1-0/+35
2012-02-02PPC: rename msync to msync_4xxAlexander Graf1-2/+2
2012-02-02PPC: e500: msync is 440 only, e500 has real syncAlexander Graf1-2/+1
2011-11-11PPC: Fix for the gdb single step problem on an rfi instructionSebastian Bauer1-1/+3
2011-10-30Set an invalid-bits mask for each SPE instructionsFabien Chouteau1-229/+271
2011-10-06Implement POWER7's CFAR in TCGDavid Gibson1-0/+28
2011-08-23PPC: E500: Inject SPE exception on invalid SPE accessAlexander Graf1-39/+39
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl1-11/+6
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-17PPC: Only set lower 32bits with mtmsrAlexander Graf1-11/+6
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno1-2/+0
2011-05-12PPC: Implement e500 (FSL) MMUAlexander Graf1-5/+90
2011-05-12PPC: Add another 64 bits to instruction feature maskAlexander Graf1-6/+19
2011-05-09monitor: add PPC BookE SPRsScott Wood1-3/+79
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-10Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-04-01Parse SDR1 on mtspr instead of at translate timeDavid Gibson1-1/+1
2011-04-01Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson1-5/+15
2011-04-01Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson1-1/+30
2011-04-01target-ppc: ext32u instead of andi with constantAurelien Jarno1-4/+4
2011-03-22target-ppc: add support for 6 SPE instructionsFabien Chouteau1-4/+198
2011-01-21ppc: Correct BookE tlb readsEdgar E. Iglesias1-1/+1
2010-12-31Fix translation of unary PPC/SPE instructions (efdneg etc.).Mike Pall1-18/+21
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