summaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* disas: avoid using cpu_single_envBlue Swirl2012-11-101-1/+1
* target-ppc: Extend FPU state for newer POWER CPUsDavid Gibson2012-11-011-11/+18
* Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson2012-09-271-1/+2
* target-ppc: fix altivec instructionsAurelien Jarno2012-08-281-1/+1
* target-ppc: Fix build with --enable-debugStefan Weil2012-06-241-1/+1
* PPC: Add support for MSR_CMAlexander Graf2012-06-241-1/+1
* ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl2012-06-241-15/+15
* ppc: Avoid AREG0 for misc helpersBlue Swirl2012-06-241-1/+1
* ppc: Avoid AREG0 for timebase helpersBlue Swirl2012-06-241-6/+10
* ppc: Avoid AREG0 for MMU etc. helpersBlue Swirl2012-06-241-39/+46
* ppc: Avoid AREG0 for integer and vector helpersBlue Swirl2012-06-241-55/+119
* ppc: Avoid AREG0 for FPU and SPE helpersBlue Swirl2012-06-241-48/+65
* ppc: Avoid AREG0 for exception helpersBlue Swirl2012-06-241-19/+21
* target-ppc: QOM'ify CPU resetAndreas Färber2012-04-151-1/+1
* PPC: KVM: Synchronize regs on CPU dumpAlexander Graf2012-03-151-0/+2
* PPC64: Add support for ldbrx and stdbrx instructionsThomas Huth2012-03-151-9/+43
* target-ppc: Don't overuse CPUStateAndreas Färber2012-03-141-39/+39
* target-ppc: Clean includesStefan Weil2012-02-281-6/+0
* PPC: E500: Implement msgsndAlexander Graf2012-02-021-0/+16
* PPC: E500: Implement msgclrAlexander Graf2012-02-021-0/+18
* PPC: booke206: Check for TLB overrunAlexander Graf2012-02-021-0/+1
* PPC: booke206: Implement tlbilxAlexander Graf2012-02-021-0/+35
* PPC: rename msync to msync_4xxAlexander Graf2012-02-021-2/+2
* PPC: e500: msync is 440 only, e500 has real syncAlexander Graf2012-02-021-2/+1
* 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
OpenPOWER on IntegriCloud