summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+3
* target/ppc: Bugfix FP when OE/UE are setLucas Mateus Castro (alqotel)2022-08-312-2/+2
* target/ppc: Fix host PVR matching for KVMNicholas Piggin2022-08-303-23/+76
* ppc: Remove redundant macro MSR_BOOK3S_MASK.Yonggang Luo2022-08-041-1/+0Star
* target/ppc: Implement new wait variantsNicholas Piggin2022-07-282-8/+91
* target/ppc: Check page dir/table base alignmentLeandro Lupori2022-07-181-4/+24
* target/ppc: Improve Radix xlate level validationLeandro Lupori2022-07-181-11/+38
* ppc: Check partition and process table alignmentLeandro Lupori2022-07-182-4/+18
* target/ppc: check tb_env != 0 before printing TBU/TBL/DECRMatheus Ferst2022-07-182-10/+17
* target/ppc: Implement slbiagLucas Coutinho2022-07-184-0/+46
* target/ppc: Move slbsync to decodetreeLucas Coutinho2022-07-183-17/+16Star
* target/ppc: Move slbfee to decodetreeLucas Coutinho2022-07-185-28/+38
* target/ppc: Move slbmfee to decodetreeLucas Coutinho2022-07-185-15/+17
* target/ppc: Move slbmfev to decodetreeLucas Coutinho2022-07-185-14/+18
* target/ppc: Move slbmte to decodetreeLucas Coutinho2022-07-185-16/+18
* target/ppc: Move slbia to decodetreeLucas Coutinho2022-07-185-19/+21
* target/ppc: Move slbieg to decodetreeLucas Coutinho2022-07-185-15/+17
* target/ppc: Move slbie to decodetreeLucas Coutinho2022-07-185-15/+23
* target/ppc: add macros to check privilege levelMatheus Ferst2022-07-182-5/+23
* target/ppc: receive DisasContext explicitly in GEN_PRIVMatheus Ferst2022-07-182-149/+154
* target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori2022-07-184-0/+188
* target/ppc: Move tlbie[l] to decode treeLeandro Lupori2022-07-184-64/+99
* target/ppc: fix exception error code in spr_write_excp_vectorMatheus Ferst2022-07-181-3/+3
* target/ppc: fix PMU Group A register read/write exceptionsMatheus Ferst2022-07-181-5/+5
* target/ppc: fix exception error code in helper_{load, store}_dcrMatheus Ferst2022-07-182-4/+4
* target/ppc: remove mfdcrux and mtdcruxMatheus Ferst2022-07-182-22/+2Star
* 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/kvm: Skip current and parent directories in kvmppc_find_cpu_dtMurilo Opsfelder Araujo2022-07-181-0/+6
* ppc: Remove unused irq_inputsCédric Le Goater2022-07-182-6/+0Star
* target/ppc: Fix MPC8555 and MPC8560 core type to e500v1Pali Rohár2022-07-062-14/+14
* target/ppc/cpu-models: Remove the "default" CPU aliasThomas Huth2022-07-061-1/+1
* target/ppc: Return default CPU for max CPUMurilo Opsfelder Araujo2022-07-062-1/+19
* target/ppc: implement cdtbcdMatheus Ferst2022-07-064-0/+35
* target/ppc: implement cbcdtdMatheus Ferst2022-07-064-0/+51
* target/ppc: implement addg6sMatheus Ferst2022-07-062-0/+41
* target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst2022-07-062-5/+10
* target/ppc: Implement mffscdrn[i] instructionsVíctor Colombo2022-07-062-0/+46
* target/ppc: Move mffs[.] to decodetreeVíctor Colombo2022-07-063-19/+21
* target/ppc: Move mffsl to decodetreeVíctor Colombo2022-07-063-24/+17Star
* target/ppc: Move mffsce to decodetreeVíctor Colombo2022-07-063-32/+20Star
* target/ppc: Move mffscrn[i] to decodetreeVíctor Colombo2022-07-064-48/+50
* target/ppc: Fix insn32.decode style issuesVíctor Colombo2022-07-061-12/+12
* ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy2022-07-061-0/+12
* target/ppc: use int128.h methods in vsubcuqMatheus Ferst2022-07-065-52/+9Star
* target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst2022-07-065-36/+17Star
* target/ppc: use int128.h methods in vsubuqmMatheus Ferst2022-07-065-22/+8Star
* target/ppc: use int128.h methods in vaddcuqMatheus Ferst2022-07-065-13/+5Star
* target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst2022-07-065-51/+17Star
* target/ppc: use int128.h methods in vadduqmMatheus Ferst2022-07-065-9/+7Star