aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-28target/ppc: fetch code with translator_ldEmilio G. Cota1-5/+3
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-6/+6
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell1-1/+2
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée1-1/+2
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-13/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-05-22target/ppc: Use gen_io_start/end around DARNRichard Henderson1-6/+15
2019-05-13target/ppc: Use tcg_gen_abs_tlRichard Henderson1-44/+24
2019-04-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into stagingPeter Maydell1-2/+2
2019-04-26target/ppc: Style fixes for translate.cDavid Gibson1-191/+313
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-2/+2
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-86/+85
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster1-5/+4
2019-03-29target/ppc: Improve comment of bcctr used for spectre v2 mitigationGreg Kurz1-1/+9
2019-03-29target/ppc: Consolidate 64-bit server processor detection in a helperGreg Kurz1-6/+4
2019-03-29target/ppc: Enable "decrement and test CTR" version of bcctrGreg Kurz1-15/+37
2019-03-29target/ppc: Fix TCG temporary leaks in gen_bcond()Greg Kurz1-0/+2
2019-03-12target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland1-14/+2
2019-03-12target/ppc: introduce single fpr_offset() functionMark Cave-Ayland1-2/+2
2019-03-12target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh1-1/+1
2019-02-26target/ppc: Add POWER9 exception modelBenjamin Herrenschmidt1-1/+2
2019-02-26target/ppc: Fix support for "STOP light" states on POWER9Benjamin Herrenschmidt1-1/+12
2019-02-26target/ppc: Fix nip on power management instructionsBenjamin Herrenschmidt1-4/+8
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland1-0/+1
2019-02-17ppc: fix crash during branch steppingRoman Kapl1-22/+15
2019-02-17target/ppc: Fix msync to do what hardware doesBALATON Zoltan1-3/+8
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland1-7/+7
2019-01-09target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_envMark Cave-Ayland1-43/+16
2019-01-09target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...Mark Cave-Ayland1-0/+10
2019-01-09target/ppc: introduce get_fpr() and set_fpr() helpers for FP register accessMark Cave-Ayland1-0/+10
2018-12-21target/ppc: tcg: Implement addex instructionSuraj Jitindar Singh1-27/+33
2018-11-08This patch fixes processing of rfi instructions in icount mode.Maria Klimushenkova1-0/+12
2018-11-08target/ppc: fix mtmsr instruction for icountPavel Dovgalyuk1-0/+12
2018-11-08target/ppc: add external PID supportRoman Kapl1-0/+141
2018-10-18target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson1-56/+59
2018-08-21ppc: add DBCR based debuggingRoman Kapl1-26/+81
2018-07-03target/ppc: Relax reserved bitmask of indexed store instructionsBALATON Zoltan1-1/+1
2018-07-03target/ppc: set is_jmp on ppc_tr_breakpoint_checkEmilio G. Cota1-0/+1
2018-07-03target/ppc: Implement the rest of gen_st_atomicRichard Henderson1-1/+25
2018-07-03target/ppc: Implement the rest of gen_ld_atomicRichard Henderson1-4/+79
2018-07-03target/ppc: Use atomic min/max helpersRichard Henderson1-3/+19
2018-07-03target/ppc: Use MO_ALIGN for EXIWX and ECOWXRichard Henderson1-21/+4
2018-07-03target/ppc: Split out gen_st_atomicRichard Henderson1-48/+49
2018-07-03target/ppc: Split out gen_ld_atomicRichard Henderson1-53/+52
2018-07-03target/ppc: Split out gen_load_lockedRichard Henderson1-17/+18
2018-07-03target/ppc: Tidy gen_conditional_storeRichard Henderson1-17/+11
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson1-14/+0
2018-07-03target/ppc: Use atomic cmpxchg for STQCXRichard Henderson1-33/+60
2018-07-03target/ppc: Use atomic store for STQRichard Henderson1-8/+27
2018-07-03target/ppc: Use atomic load for LQ and LQARXRichard Henderson1-24/+67