aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson1-3/+4
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-02target/ppc: implement plxssp/pstxsspLeandro Lupori1-22/+7
2022-03-02target/ppc: implement plxsd/pstxsdLeandro Lupori1-12/+2
2022-03-02target/ppc: Introduce TRANS*FLAGS macrosLuis Pires1-0/+19
2022-02-18target/ppc: Rename spr_tcg.h to spr_common.hFabiano Rosas1-1/+1
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-842/+0
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater1-30/+0
2022-01-28ppc/ppc405: Fix TLB flushingCédric Le Goater1-1/+1
2022-01-18target/ppc: Finish removal of 401/403 CPUsCédric Le Goater1-15/+1
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-16/+16
2022-01-04ppc/ppc405: Introduce a store helper for SPR_40x_PIDCédric Le Goater1-0/+8
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater1-0/+12
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza1-0/+2
2021-12-17target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) eventDaniel Henrique Barboza1-0/+12
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza1-0/+64
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas1-26/+0
2021-11-09target/ppc: moved stxv and lxv from legacy to decodtreeLucas Mateus Castro (alqotel)1-15/+2
2021-11-09target/ppc: Introduce REQUIRE_VSX macroBruno Larsen (billionai)1-0/+8
2021-11-09target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst1-1/+0
2021-11-09target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires1-2/+0
2021-11-09target/ppc: Implement DCFFIXQQLuis Pires1-0/+5
2021-11-09target/ppc: Introduce REQUIRE_FPUFernando Valle1-0/+8
2021-11-09target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.cBruno Larsen1-0/+8
2021-11-09target/ppc: Move LQ and STQ to decodetreeMatheus Ferst1-151/+5
2021-11-09target/ppc: move resolve_PLS_D to translate.cFernando Eckhardt Valle1-0/+19
2021-11-09target/ppc: introduce do_ea_calcFernando Eckhardt Valle1-0/+14
2021-10-21target/ppc: add user read/write functions for MMCR0Gustavo Romero1-0/+2
2021-10-21target/ppc: add MMCR0 PMCC bits to hflagsDaniel Henrique Barboza1-0/+4
2021-10-21target/ppc: Filter mtmsr[d] input before setting MSRMatheus Ferst1-33/+40
2021-10-21target/ppc: Use tcg_constant_i64() in gen_brh()Philippe Mathieu-Daudé1-5/+3
2021-10-21target/ppc: Use tcg_constant_i32() in gen_setb()Philippe Mathieu-Daudé1-6/+2
2021-10-15target/ppc: Drop exit checks for singlestep_enabledRichard Henderson1-30/+8
2021-10-13target/ppc: Use MO_128 for 16 byte atomicsRichard Henderson1-5/+7
2021-09-30target/ppc: Check privilege level based on PSR and LPCR[HR] in tlbie[l]Matheus Ferst1-5/+21
2021-09-30target/ppc: add LPCR[HR] to DisasContext and hflagsMatheus Ferst1-0/+2
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-2/+3
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-18/+0
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