| Commit message (Expand) | Author | Age | Files | Lines |
| * | ppc/ppc405: Restore TCR and STR write handlers | Cédric Le Goater | 2022-01-04 | 1 | -0/+2 |
| * | PPC64/TCG: Implement 'rfebb' instruction | Daniel Henrique Barboza | 2021-12-17 | 1 | -0/+1 |
| * | target/ppc: enable PMU instruction count | Daniel Henrique Barboza | 2021-12-17 | 1 | -0/+1 |
| * | target/ppc: PMU: update counters on MMCR1 write | Daniel Henrique Barboza | 2021-12-17 | 1 | -0/+1 |
| * | target/ppc: PMU: update counters on PMCs r/w | Daniel Henrique Barboza | 2021-12-17 | 1 | -0/+2 |
| * | target/ppc: PMU basic cycle count for pseries TCG | Daniel Henrique Barboza | 2021-12-17 | 1 | -0/+1 |
| * | target/ppc: move xscvqpdp to decodetree | Matheus Ferst | 2021-12-17 | 1 | -1/+1 |
| * | target/ppc: Fix xs{max, min}[cj]dp to use VSX registers | Victor Colombo | 2021-12-17 | 1 | -4/+4 |
| * | target/ppc: Remove the software TLB model of 7450 CPUs | Fabiano Rosas | 2021-12-17 | 1 | -2/+0 |
| * | target/ppc: Add helper for frsqrtes | Richard Henderson | 2021-12-17 | 1 | -0/+1 |
| * | target/ppc: Add helper for fmuls | Richard Henderson | 2021-12-17 | 1 | -0/+1 |
| * | target/ppc: Add helpers for fadds, fsubs, fdivs | Richard Henderson | 2021-12-17 | 1 | -0/+3 |
| * | target/ppc: Add helper for fsqrts | Richard Henderson | 2021-12-17 | 1 | -0/+1 |
| * | target/ppc: Add helpers for fmadds et al | Richard Henderson | 2021-12-17 | 1 | -0/+4 |
| * | target/ppc: Fixed call to deferred exception | Lucas Mateus Castro (alqotel) | 2021-12-17 | 1 | -0/+1 |
| * | target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructions | Matheus Ferst | 2021-11-09 | 1 | -0/+4 |
| * | target/ppc: Implement Vector Extract Double to VSR using GPR index insns | Matheus Ferst | 2021-11-09 | 1 | -0/+4 |
| * | target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetree | Matheus Ferst | 2021-11-09 | 1 | -4/+0 |
| * | target/ppc: Implement Vector Insert from GPR using GPR index insns | Matheus Ferst | 2021-11-09 | 1 | -0/+4 |
| * | target/ppc: Implement vpdepd/vpextd instruction | Matheus Ferst | 2021-11-09 | 1 | -1/+1 |
| * | target/ppc: Move vcfuged to vmx-impl.c.inc | Matheus Ferst | 2021-11-09 | 1 | -1/+1 |
| * | target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -8/+8 |
| * | target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -10/+10 |
| * | target/ppc: Move dqua[q], drrnd[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -4/+4 |
| * | target/ppc: Move dquai[q], drint{x,n}[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -6/+6 |
| * | target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -10/+10 |
| * | target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -10/+10 |
| * | target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree | Luis Pires | 2021-11-09 | 1 | -4/+4 |
| * | target/ppc: Implement DCTFIXQQ | Luis Pires | 2021-11-09 | 1 | -0/+1 |
| * | target/ppc: Implement DCFFIXQQ | Luis Pires | 2021-11-09 | 1 | -0/+1 |
| * | target/ppc: Implement pextd instruction | Matheus Ferst | 2021-11-09 | 1 | -0/+1 |
| * | target/ppc: Implement pdepd instruction | Matheus Ferst | 2021-11-09 | 1 | -0/+1 |
| * | tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode | Richard Henderson | 2021-06-19 | 1 | -3/+0 |
| * | target/ppc: Implement cfuged instruction | Matheus Ferst | 2021-06-03 | 1 | -0/+1 |
| * | target/ppc: Mark helper_raise_exception* as noreturn | Richard Henderson | 2021-05-19 | 1 | -2/+2 |
| * | target/ppc: Create helper_scv | Richard Henderson | 2021-05-04 | 1 | -0/+1 |
| * | target/ppc: add vmulh{su}d instructions | Lijun Pan | 2020-08-12 | 1 | -0/+2 |
| * | target/ppc: add vmulh{su}w instructions | Lijun Pan | 2020-08-12 | 1 | -0/+2 |
| * | target/ppc: convert vmuluwm to tcg_gen_gvec_mul | Lijun Pan | 2020-08-12 | 1 | -1/+0 |
| * | target/ppc: Use tcg_gen_gvec_rotlv | Richard Henderson | 2020-06-02 | 1 | -4/+0 |
| * | target/ppc: Add support for scv and rfscv instructions | Nicholas Piggin | 2020-05-27 | 1 | -0/+1 |
| * | target/ppc: Fix ISA v3.0 (POWER9) slbia implementation | Nicholas Piggin | 2020-03-24 | 1 | -1/+1 |
| * | target/ppc: Add privileged message send facilities | Cédric Le Goater | 2020-02-02 | 1 | -0/+4 |
| * | target/ppc: Add SPR TBU40 | Suraj Jitindar Singh | 2019-12-17 | 1 | -0/+1 |
| * | target/ppc: Work [S]PURR implementation and add HV support | Suraj Jitindar Singh | 2019-12-17 | 1 | -0/+1 |
| * | target/ppc: Implement the VTB for HV access | Suraj Jitindar Singh | 2019-12-17 | 1 | -0/+2 |
| * | target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP... | Mark Cave-Ayland | 2019-10-04 | 1 | -1/+1 |
| * | target/ppc: Optimize emulation of vclzw instruction | Stefan Brankovic | 2019-08-21 | 1 | -1/+0 |
| * | target/ppc: Optimize emulation of vclzd instruction | Stefan Brankovic | 2019-08-21 | 1 | -1/+0 |
| * | target/ppc: Optimize emulation of vgbbd instruction | Stefan Brankovic | 2019-08-21 | 1 | -1/+0 |