aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-06target/ppc: Flush inputs to zero with NJ in ppc_store_vscrRichard Henderson1-0/+1
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin1-0/+59
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin1-0/+27
2023-05-05ppc: spapr: cleanup cr get/set with helpers.Harsh Prateek Bora1-0/+17
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst1-0/+2
2022-10-28target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY buildsMatheus Ferst1-0/+2
2022-08-31target/ppc: Bugfix FP when OE/UE are setLucas Mateus Castro (alqotel)1-0/+2
2022-05-05target/ppc: Remove fpscr_* macros from cpu.hVĂ­ctor Colombo1-1/+1
2021-12-17target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52Lucas Mateus Castro (alqotel)1-1/+1
2021-10-21linux-user: Fix XER access in ppc version of elf_core_copy_regsMatheus Ferst1-1/+1
2021-08-27target/ppc: moved ppc_store_sdr1 to mmu_common.cLucas Mateus Castro (alqotel)1-28/+0
2021-07-09target/ppc: Allow virtual hypervisor on CPU without HVBALATON Zoltan1-1/+1
2021-06-03target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)1-0/+43
2021-06-03target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.cBruno Larsen (billionai)1-0/+17
2021-06-03target/ppc: cleaned error_report from ppc_store_sdr1Bruno Larsen (billionai)1-4/+4
2021-05-19target/ppc: moved ppc_store_sdr1 to cpu.cBruno Larsen (billionai)1-0/+31
2021-05-19target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)1-0/+16
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1
2017-03-01target/ppc: support for 32-bit carry and overflowNikunj A Dadhania1-1/+12
2017-03-01target/ppc: move cpu_[read, write]_xer to cpu.cNikunj A Dadhania1-0/+36