aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate.c
AgeCommit message (Expand)Author
2021-06-03target/ppc: fix single-step exception regressionLuis Pires
2021-06-03target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst
2021-06-03target/ppc: Move addpcis to decodetreeMatheus Ferst
2021-06-03target/ppc: Implement vcfuged instructionMatheus Ferst
2021-06-03target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson
2021-06-03target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson
2021-06-03target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson
2021-06-03target/ppc: Move page crossing check to ppc_tr_translate_insnRichard Henderson
2021-06-03target/ppc: Introduce macros to check isa extensionsRichard Henderson
2021-06-03target/ppc: removed all mentions to PPC_DUMP_CPUBruno Larsen (billionai)
2021-06-03target/ppc: removed GEN_OPCODE decision treeBruno Larsen (billionai)
2021-06-03target/ppc: removed mentions to DO_PPC_STATISTICSBruno Larsen (billionai)
2021-06-03target/ppc: remove ppc_cpu_dump_statisticsBruno Larsen (billionai)
2021-05-19target/ppc: Use translator_loop_temp_checkRichard Henderson
2021-05-19target/ppc: Tidy exception vs exit_tbRichard Henderson
2021-05-19target/ppc: Move single-step check to ppc_tr_tb_stopRichard Henderson
2021-05-19target/ppc: Remove DisasContext.exceptionRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson
2021-05-19target/ppc: Introduce gen_icount_io_startRichard Henderson
2021-05-19target/ppc: Remove unnecessary gen_io_end callsRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXITRichard Henderson
2021-05-19target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}Richard Henderson
2021-05-19target/ppc: Simplify gen_debug_exceptionRichard Henderson
2021-05-19target/ppc: Remove special case for POWERPC_EXCP_TRAPRichard Henderson
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