summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: fix single-step exception regressionLuis Pires2021-06-031-3/+2Star
* target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst2021-06-033-52/+45Star
* target/ppc: Move addpcis to decodetreeMatheus Ferst2021-06-033-9/+13
* target/ppc: Implement vcfuged instructionMatheus Ferst2021-06-033-0/+64
* target/ppc: Implement cfuged instructionMatheus Ferst2021-06-034-0/+79
* target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructionsMatheus Ferst2021-06-032-0/+33
* target/ppc: Implement prefixed integer store instructionsRichard Henderson2021-06-032-0/+16
* target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson2021-06-033-82/+49Star
* target/ppc: Implement prefixed integer load instructionsRichard Henderson2021-06-032-0/+31
* target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson2021-06-033-123/+150
* target/ppc: Implement PNOPRichard Henderson2021-06-032-0/+78
* target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson2021-06-034-29/+64
* target/ppc: Add infrastructure for prefixed insnsRichard Henderson2021-06-036-6/+95
* 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: powerpc_excp: Consolidade TLB miss codeFabiano Rosas2021-06-031-35/+2Star
* target/ppc: powerpc_excp: Remove dump_syscall_vectoredFabiano Rosas2021-06-031-13/+1Star
* target/ppc: powerpc_excp: Move lpes code to where it is usedFabiano Rosas2021-06-031-22/+25
* target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)2021-06-034-234/+65Star
* target/ppc: removed all mentions to PPC_DUMP_CPUBruno Larsen (billionai)2021-06-033-312/+0Star
* target/ppc: removed GEN_OPCODE decision treeBruno Larsen (billionai)2021-06-031-79/+0Star
* target/ppc: removed mentions to DO_PPC_STATISTICSBruno Larsen (billionai)2021-06-031-12/+4Star
* target/ppc: remove ppc_cpu_dump_statisticsBruno Larsen (billionai)2021-06-033-55/+0Star
* target/ppc: updated meson.build to support disable-tcgBruno Larsen (billionai)2021-06-031-2/+5
* target/ppc: created tcg-stub.c fileBruno Larsen (billionai)2021-06-032-0/+49
* target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)2021-06-034-6/+44
* target/ppc: used ternary operator when registering MASBruno Larsen (billionai)2021-06-031-6/+3Star
* target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)2021-06-033-30/+23Star
* target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)2021-06-034-4/+0Star
* target/ppc: reduce usage of fpscr_set_rounding_modeBruno Larsen (billionai)2021-06-031-3/+5
* target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.cBruno Larsen (billionai)2021-06-032-16/+17
* target/ppc: cleaned error_report from ppc_store_sdr1Bruno Larsen (billionai)2021-06-031-4/+4
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
* cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-4/+2Star
* cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-3/+1Star
* cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+1
* cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-271-0/+8
* cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé2021-05-271-1/+1
* target/ppc: Remove type argument for mmubooke206_get_physical_addressRichard Henderson2021-05-191-2/+2
* target/ppc: Remove type argument from mmubooke206_check_tlbRichard Henderson2021-05-191-31/+15Star
* target/ppc: Remove type argument from mmubooke_get_physical_addressRichard Henderson2021-05-191-4/+2Star
* target/ppc: Remove type argument from mmubooke_check_tlbRichard Henderson2021-05-191-31/+13Star
* target/ppc: Remove type argument from mmu40x_get_physical_addressRichard Henderson2021-05-191-4/+2Star
* target/ppc: Remove type argument from get_bat_6xx_tlbRichard Henderson2021-05-191-11/+8Star
* target/ppc: Remove type argument from ppc6xx_tlb_checkRichard Henderson2021-05-191-6/+4Star
* target/ppc: Remove type argument from ppc6xx_tlb_pte_checkRichard Henderson2021-05-191-2/+2
* target/ppc: Remove type argument from check_protRichard Henderson2021-05-191-27/+6Star
* target/ppc: Use MMUAccessType in mmu_helper.cRichard Henderson2021-05-191-76/+85