summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* target/ppc: Drop exit checks for singlestep_enabledRichard Henderson2021-10-161-30/+8Star
* target/ppc: Use MO_128 for 16 byte atomicsRichard Henderson2021-10-131-5/+7
* target/ppc: Check privilege level based on PSR and LPCR[HR] in tlbie[l]Matheus Ferst2021-09-301-5/+21
* target/ppc: add LPCR[HR] to DisasContext and hflagsMatheus Ferst2021-09-301-0/+2
* accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich2021-09-141-2/+3
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-18/+0Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-121-10/+1Star
|\
| * target/ppc: Use translator_use_goto_tbRichard Henderson2021-07-091-9/+1Star
| * tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0Star
* | target/ppc: mtmsrd is an illegal instruction on BookENicholas Piggin2021-07-091-0/+5
|/
* target/ppc: fix single-step exception regressionLuis Pires2021-06-031-3/+2Star
* target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst2021-06-031-52/+0Star
* target/ppc: Move addpcis to decodetreeMatheus Ferst2021-06-031-9/+0Star
* target/ppc: Implement vcfuged instructionMatheus Ferst2021-06-031-0/+1
* target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson2021-06-031-82/+3Star
* target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson2021-06-031-123/+24Star
* target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson2021-06-031-29/+0Star
* target/ppc: Add infrastructure for prefixed insnsRichard Henderson2021-06-031-6/+31
* target/ppc: Move page crossing check to ppc_tr_translate_insnRichard Henderson2021-06-031-3/+6
* target/ppc: Introduce macros to check isa extensionsRichard Henderson2021-06-031-0/+26
* target/ppc: removed all mentions to PPC_DUMP_CPUBruno Larsen (billionai)2021-06-031-105/+0Star