aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu.c
AgeCommit message (Expand)AuthorFilesLines
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