summaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* PPC: Fix for the gdb single step problem on an rfi instructionSebastian Bauer2011-11-111-1/+3
* Set an invalid-bits mask for each SPE instructionsFabien Chouteau2011-10-301-229/+271
* Implement POWER7's CFAR in TCGDavid Gibson2011-10-061-0/+28
* PPC: E500: Inject SPE exception on invalid SPE accessAlexander Graf2011-08-231-39/+39
* Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl2011-07-011-11/+6
|\
| * PPC: Only set lower 32bits with mtmsrAlexander Graf2011-06-171-11/+6
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
|/
* target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno2011-06-031-2/+0
* PPC: Implement e500 (FSL) MMUAlexander Graf2011-05-121-5/+90
* PPC: Add another 64 bits to instruction feature maskAlexander Graf2011-05-121-6/+19
* monitor: add PPC BookE SPRsScott Wood2011-05-091-3/+79
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+1
* Fix conversions from pointer to tcg_target_longStefan Weil2011-04-101-1/+1
* Parse SDR1 on mtspr instead of at translate timeDavid Gibson2011-04-011-1/+1
* Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson2011-04-011-5/+15
* Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson2011-04-011-1/+30
* target-ppc: ext32u instead of andi with constantAurelien Jarno2011-04-011-4/+4
* target-ppc: add support for 6 SPE instructionsFabien Chouteau2011-03-221-4/+198
* ppc: Correct BookE tlb readsEdgar E. Iglesias2011-01-211-1/+1
* Fix translation of unary PPC/SPE instructions (efdneg etc.).Mike Pall2010-12-311-18/+21
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-8/+6
* PPC: Enable hint bits for lwarx/ldarxAlexander Graf2010-09-151-2/+2
* target-ppc: add vexptefp instructionAurelien Jarno2010-07-131-0/+2
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-3/+4
* target-ppc: Remove duplicate cpu log.Richard Henderson2010-05-051-2/+0
* ppc: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* PPC: avoid function pointer type mismatch, spotted by clangBlue Swirl2010-04-181-5/+3
* target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno2010-03-111-2/+2
* target-ppc: fix evsrwu and evsrwsAurelien Jarno2010-03-111-2/+2
* target-ppc: fix evslw instructionAurelien Jarno2010-03-111-1/+1
* target-ppc: don't print invalid opcode messages on the consoleAurelien Jarno2010-02-281-11/+0
* Revert "target-ppc: stop translation after a trap instruction"Aurelien Jarno2010-02-281-12/+8
* target-ppc: stop translation after a trap instructionAurelien Jarno2010-02-281-8/+12
* target-ppc: fix SPE evsplat* instructionsNathan Froyd2010-02-271-2/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-9/+9
* Get rid of _t suffixmalc2009-10-011-9/+9
* target-ppc: log instructions start in TCG codeAurelien Jarno2009-09-281-0/+2
* static and inline should came before the type of the functionsJuan Quintela2009-09-251-4/+4
* target-ppc: optimize slw/srw/sld/srdAurelien Jarno2009-09-181-49/+49
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* Replace REGX with PRIx64Blue Swirl2009-08-161-1/+1
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-27/+31
* Replace always_inline with inlineBlue Swirl2009-08-161-156/+162
* target-ppc: add exceptions for conditional storesNathan Froyd2009-08-031-20/+51
* target-ppc: retain l{w,d}arx loaded valueNathan Froyd2009-08-031-4/+9
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* ppc tcg: fix wrong bit/mask of wrteeiBaojun Wang2009-07-131-2/+2
* target-ppc: fix evmergelo and evmergelohiNathan Froyd2009-07-121-3/+11
* Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be usedmalc2009-06-201-0/+6
OpenPOWER on IntegriCloud