summaryrefslogtreecommitdiffstats
path: root/target/ppc/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Bugfix FP when OE/UE are setLucas Mateus Castro (alqotel)2022-08-311-0/+2
* target/ppc: Remove fpscr_* macros from cpu.hVĂ­ctor Colombo2022-05-051-1/+1
* target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52Lucas Mateus Castro (alqotel)2021-12-171-1/+1
* linux-user: Fix XER access in ppc version of elf_core_copy_regsMatheus Ferst2021-10-211-1/+1
* target/ppc: moved ppc_store_sdr1 to mmu_common.cLucas Mateus Castro (alqotel)2021-08-271-28/+0Star
* target/ppc: Allow virtual hypervisor on CPU without HVBALATON Zoltan2021-07-091-1/+1
* target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)2021-06-031-0/+43
* target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.cBruno Larsen (billionai)2021-06-031-0/+17
* target/ppc: cleaned error_report from ppc_store_sdr1Bruno Larsen (billionai)2021-06-031-4/+4
* target/ppc: moved ppc_store_sdr1 to cpu.cBruno Larsen (billionai)2021-05-191-0/+31
* target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)2021-05-191-0/+16
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/ppc: support for 32-bit carry and overflowNikunj A Dadhania2017-03-011-1/+12
* target/ppc: move cpu_[read, write]_xer to cpu.cNikunj A Dadhania2017-03-011-0/+36