aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-19target/ppc: Use translator_loop_temp_checkRichard Henderson1-5/+1
2021-05-19target/ppc: Tidy exception vs exit_tbRichard Henderson1-1/+2
2021-05-19target/ppc: Move single-step check to ppc_tr_tb_stopRichard Henderson1-14/+19
2021-05-19target/ppc: Remove DisasContext.exceptionRichard Henderson1-26/+4
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson1-6/+2
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson1-17/+7
2021-05-19target/ppc: Introduce gen_icount_io_startRichard Henderson1-135/+39
2021-05-19target/ppc: Remove unnecessary gen_io_end callsRichard Henderson1-6/+0
2021-05-19target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXITRichard Henderson1-18/+9
2021-05-19target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}Richard Henderson1-10/+65
2021-05-19target/ppc: Simplify gen_debug_exceptionRichard Henderson1-13/+2
2021-05-19target/ppc: Remove special case for POWERPC_EXCP_TRAPRichard Henderson1-1/+0
2021-05-19target/ppc: Remove special case for POWERPC_SYSCALLRichard Henderson1-1/+0
2021-05-19target/ppc: Move DISAS_NORETURN setting into gen_exception*Richard Henderson1-8/+18
2021-05-19target/ppc: Split out decode_legacyRichard Henderson1-51/+64
2021-05-19target/ppc: Add cia field to DisasContextRichard Henderson1-17/+19
2021-05-19target/ppc: moved ppc_cpu_dump_state to cpu_init.cBruno Larsen (billionai)1-187/+0
2021-05-19target/ppc: isolated cpu init from translation logicBruno Larsen (billionai)1-2/+2
2021-05-19target/ppc: turned SPR R/W callbacks not staticBruno Larsen (billionai)1-107/+103
2021-05-19target/ppc: move SPR R/W callbacks to translate.cBruno Larsen (billionai)1-9/+1028
2021-05-19target/ppc: Fold gen_*_xer into their callersBruno Larsen (billionai)1-37/+0
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin1-1/+2
2021-05-04target/ppc: move opcode table logic to translate.cBruno Larsen (billionai)1-0/+394
2021-05-04target/ppc: Remove env->immu_idx and env->dmmu_idxRichard Henderson1-3/+3
2021-05-04target/ppc: Put LPCR[GTSE] in hflagsRichard Henderson1-1/+1
2021-05-04target/ppc: Create helper_scvRichard Henderson1-13/+7
2021-05-04target/ppc: Put dbcr0 single-step bits into hflagsRichard Henderson1-11/+0
2021-05-04target/ppc: Reduce env->hflags to uint32_tRichard Henderson1-1/+1
2021-05-04target/ppc: Disconnect hflags from MSRRichard Henderson1-39/+16
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz1-1/+1
2020-12-14ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU modelsStephane Duverger1-2/+2
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell1-0/+40
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-11/+11
2020-08-12target/ppc: add byte-reverse br[dwh] instructionsLijun Pan1-0/+40
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin1-1/+52
2020-05-07target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9Daniele Buono1-3/+21
2020-04-20target/ppc: Fix TCG temporary leaks in gen_slbia()Philippe Mathieu-Daudé1-0/+1
2020-04-17target/ppc: Fix mtmsr(d) L=1 variant that loses interruptsNicholas Piggin1-19/+27
2020-03-24target/ppc: Fix ISA v3.0 (POWER9) slbia implementationNicholas Piggin1-1/+4
2020-03-17target/ppc: Fix rlwinm on ppc64Vitaly Chikunov1-9/+11
2020-02-02target/ppc: Add privileged message send facilitiesCédric Le Goater1-0/+26
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-2/+2
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