aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate.c
AgeCommit message (Expand)Author
2021-05-19target/ppc: Remove special case for POWERPC_SYSCALLRichard Henderson
2021-05-19target/ppc: Move DISAS_NORETURN setting into gen_exception*Richard Henderson
2021-05-19target/ppc: Split out decode_legacyRichard Henderson
2021-05-19target/ppc: Add cia field to DisasContextRichard Henderson
2021-05-19target/ppc: moved ppc_cpu_dump_state to cpu_init.cBruno Larsen (billionai)
2021-05-19target/ppc: isolated cpu init from translation logicBruno Larsen (billionai)
2021-05-19target/ppc: turned SPR R/W callbacks not staticBruno Larsen (billionai)
2021-05-19target/ppc: move SPR R/W callbacks to translate.cBruno Larsen (billionai)
2021-05-19target/ppc: Fold gen_*_xer into their callersBruno Larsen (billionai)
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin
2021-05-04target/ppc: move opcode table logic to translate.cBruno Larsen (billionai)
2021-05-04target/ppc: Remove env->immu_idx and env->dmmu_idxRichard Henderson
2021-05-04target/ppc: Put LPCR[GTSE] in hflagsRichard Henderson
2021-05-04target/ppc: Create helper_scvRichard Henderson
2021-05-04target/ppc: Put dbcr0 single-step bits into hflagsRichard Henderson
2021-05-04target/ppc: Reduce env->hflags to uint32_tRichard Henderson
2021-05-04target/ppc: Disconnect hflags from MSRRichard Henderson
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz
2020-12-14ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU modelsStephane Duverger
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-12target/ppc: add byte-reverse br[dwh] instructionsLijun Pan
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin
2020-05-07target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9Daniele Buono
2020-04-20target/ppc: Fix TCG temporary leaks in gen_slbia()Philippe Mathieu-Daudé
2020-04-17target/ppc: Fix mtmsr(d) L=1 variant that loses interruptsNicholas Piggin
2020-03-24target/ppc: Fix ISA v3.0 (POWER9) slbia implementationNicholas Piggin
2020-03-17target/ppc: Fix rlwinm on ppc64Vitaly Chikunov
2020-02-02target/ppc: Add privileged message send facilitiesCédric Le Goater
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-10-28target/ppc: fetch code with translator_ldEmilio G. Cota
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-05-22target/ppc: Use gen_io_start/end around DARNRichard Henderson
2019-05-13target/ppc: Use tcg_gen_abs_tlRichard Henderson
2019-04-28Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into stagingPeter Maydell
2019-04-26target/ppc: Style fixes for translate.cDavid Gibson
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster
2019-03-29target/ppc: Improve comment of bcctr used for spectre v2 mitigationGreg Kurz
2019-03-29target/ppc: Consolidate 64-bit server processor detection in a helperGreg Kurz
2019-03-29target/ppc: Enable "decrement and test CTR" version of bcctrGreg Kurz
2019-03-29target/ppc: Fix TCG temporary leaks in gen_bcond()Greg Kurz
2019-03-12target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland
2019-03-12target/ppc: introduce single fpr_offset() functionMark Cave-Ayland