aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell1-10/+1
2021-07-09target/ppc: Use translator_use_goto_tbRichard Henderson1-9/+1
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2021-07-09target/ppc: mtmsrd is an illegal instruction on BookENicholas Piggin1-0/+5
2021-06-03target/ppc: fix single-step exception regressionLuis Pires1-3/+2
2021-06-03target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst1-52/+0
2021-06-03target/ppc: Move addpcis to decodetreeMatheus Ferst1-9/+0
2021-06-03target/ppc: Implement vcfuged instructionMatheus Ferst1-0/+1
2021-06-03target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson1-82/+3
2021-06-03target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson1-123/+24
2021-06-03target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson1-29/+0
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson1-6/+31
2021-06-03target/ppc: Move page crossing check to ppc_tr_translate_insnRichard Henderson1-3/+6
2021-06-03target/ppc: Introduce macros to check isa extensionsRichard Henderson1-0/+26
2021-06-03target/ppc: removed all mentions to PPC_DUMP_CPUBruno Larsen (billionai)1-105/+0
2021-06-03target/ppc: removed GEN_OPCODE decision treeBruno Larsen (billionai)1-79/+0
2021-06-03target/ppc: removed mentions to DO_PPC_STATISTICSBruno Larsen (billionai)1-12/+4
2021-06-03target/ppc: remove ppc_cpu_dump_statisticsBruno Larsen (billionai)1-51/+0
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