summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Implement new wait variantsNicholas Piggin2022-07-281-8/+88
* target/ppc: Move slbsync to decodetreeLucas Coutinho2022-07-181-17/+0Star
* target/ppc: Move slbfee to decodetreeLucas Coutinho2022-07-181-26/+0Star
* target/ppc: Move slbmfee to decodetreeLucas Coutinho2022-07-181-13/+0Star
* target/ppc: Move slbmfev to decodetreeLucas Coutinho2022-07-181-12/+0Star
* target/ppc: Move slbmte to decodetreeLucas Coutinho2022-07-181-14/+0Star
* target/ppc: Move slbia to decodetreeLucas Coutinho2022-07-181-17/+0Star
* target/ppc: Move slbieg to decodetreeLucas Coutinho2022-07-181-13/+0Star
* target/ppc: Move slbie to decodetreeLucas Coutinho2022-07-181-13/+0Star
* target/ppc: add macros to check privilege levelMatheus Ferst2022-07-181-0/+21
* target/ppc: receive DisasContext explicitly in GEN_PRIVMatheus Ferst2022-07-181-147/+152
* target/ppc: Move tlbie[l] to decode treeLeandro Lupori2022-07-181-62/+2Star
* target/ppc: fix exception error code in spr_write_excp_vectorMatheus Ferst2022-07-181-3/+3
* target/ppc: remove mfdcrux and mtdcruxMatheus Ferst2022-07-181-18/+0Star
* target/ppc: fix exception error value in slbfeeMatheus Ferst2022-07-181-2/+2
* target/ppc: Fix gen_priv_exception error value in mfspr/mtsprMatheus Ferst2022-07-181-4/+4
* target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin2022-05-261-1/+7
* target/ppc: Fix eieio memory ordering semanticsNicholas Piggin2022-05-261-1/+26
* exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-3/+4
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* target/ppc: implement plxssp/pstxsspLeandro Lupori2022-03-021-22/+7Star
* target/ppc: implement plxsd/pstxsdLeandro Lupori2022-03-021-12/+2Star
* target/ppc: Introduce TRANS*FLAGS macrosLuis Pires2022-03-021-0/+19
* target/ppc: Rename spr_tcg.h to spr_common.hFabiano Rosas2022-02-181-1/+1
* target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-842/+0Star
* target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater2022-01-281-30/+0Star
* ppc/ppc405: Fix TLB flushingCédric Le Goater2022-01-281-1/+1
* target/ppc: Finish removal of 401/403 CPUsCédric Le Goater2022-01-181-15/+1Star
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-16/+16
* ppc/ppc405: Introduce a store helper for SPR_40x_PIDCédric Le Goater2022-01-041-0/+8
* ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater2022-01-041-0/+12
* PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza2021-12-171-0/+2
* target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) eventDaniel Henrique Barboza2021-12-171-0/+12
* target/ppc: enable PMU instruction countDaniel Henrique Barboza2021-12-171-0/+64
* target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas2021-12-171-26/+0Star
* target/ppc: moved stxv and lxv from legacy to decodtreeLucas Mateus Castro (alqotel)2021-11-091-15/+2Star
* target/ppc: Introduce REQUIRE_VSX macroBruno Larsen (billionai)2021-11-091-0/+8
* target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst2021-11-091-1/+0Star
* target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires2021-11-091-2/+0Star
* target/ppc: Implement DCFFIXQQLuis Pires2021-11-091-0/+5
* target/ppc: Introduce REQUIRE_FPUFernando Valle2021-11-091-0/+8
* target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.cBruno Larsen2021-11-091-0/+8
* target/ppc: Move LQ and STQ to decodetreeMatheus Ferst2021-11-091-151/+5Star
* target/ppc: move resolve_PLS_D to translate.cFernando Eckhardt Valle2021-11-091-0/+19
* target/ppc: introduce do_ea_calcFernando Eckhardt Valle2021-11-091-0/+14
* target/ppc: add user read/write functions for MMCR0Gustavo Romero2021-10-211-0/+2
* target/ppc: add MMCR0 PMCC bits to hflagsDaniel Henrique Barboza2021-10-211-0/+4
* target/ppc: Filter mtmsr[d] input before setting MSRMatheus Ferst2021-10-211-33/+40
* target/ppc: Use tcg_constant_i64() in gen_brh()Philippe Mathieu-Daudé2021-10-211-5/+3Star
* target/ppc: Use tcg_constant_i32() in gen_setb()Philippe Mathieu-Daudé2021-10-211-6/+2Star