summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb()Daniel Henrique Barboza2021-11-111-1/+1
* target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x]Matheus Ferst2021-11-101-1/+1
* target/ppc: cntlzdm/cnttzdm implementation without brcondMatheus Ferst2021-11-091-15/+16
* target/ppc: Implement lxvkq instructionMatheus Ferst2021-11-092-0/+50
* target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructionsMatheus Ferst2021-11-094-0/+93
* target/ppc: implemented XXSPLTIDP instructionBruno Larsen (billionai)2021-11-092-0/+12
* target/ppc: Implemented XXSPLTIW using decodetreeBruno Larsen (billionai)2021-11-092-0/+16
* target/ppc: implemented XXSPLTI32DXBruno Larsen (billionai)2021-11-092-0/+28
* target/ppc: moved XXSPLTIB to using decodetreeBruno Larsen (billionai)2021-11-093-15/+11Star
* target/ppc: moved XXSPLTW to using decodetreeBruno Larsen (billionai)2021-11-093-12/+15
* target/ppc: added the instructions PLXVP and PSTXVPLucas Mateus Castro (alqotel)2021-11-092-0/+11
* target/ppc: added the instructions PLXV and PSTXVLucas Mateus Castro (alqotel)2021-11-092-0/+26
* target/ppc: added the instructions LXVPX and STXVPXLucas Mateus Castro (alqotel)2021-11-092-6/+15
* target/ppc: added the instructions LXVP and STXVPLucas Mateus Castro (alqotel)2021-11-092-12/+48
* target/ppc: moved stxvx and lxvx from legacy to decodtreeLucas Mateus Castro (alqotel)2021-11-093-108/+20Star
* target/ppc: moved stxv and lxv from legacy to decodtreeLucas Mateus Castro (alqotel)2021-11-093-17/+59
* target/ppc: receive high/low as argument in get/set_cpu_vsrMatheus Ferst2021-11-091-171/+146Star
* target/ppc: Introduce REQUIRE_VSX macroBruno Larsen (billionai)2021-11-091-0/+8
* target/ppc: Implement Vector Extract Double to VSR using GPR index insnsMatheus Ferst2021-11-094-0/+92
* target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst2021-11-095-42/+30Star
* target/ppc: Implement Vector Insert from VSR using GPR index insnsMatheus Ferst2021-11-092-0/+39
* target/ppc: Implement Vector Insert Word from GPR using Immediate insnsMatheus Ferst2021-11-092-0/+43
* target/ppc: Implement Vector Insert from GPR using GPR index insnsMatheus Ferst2021-11-094-0/+93
* target/ppc: Implement vsldbi/vsrdbi instructionsMatheus Ferst2021-11-092-0/+74
* target/ppc: Implement vpdepd/vpextd instructionMatheus Ferst2021-11-094-3/+35
* target/ppc: Implement vclzdm/vctzdm instructionsMatheus Ferst2021-11-093-3/+35
* target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst2021-11-096-52/+19Star
* target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires2021-11-096-87/+68Star
* target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetreeLuis Pires2021-11-095-70/+69Star
* target/ppc: Move dqua[q], drrnd[q] to decodetreeLuis Pires2021-11-095-62/+47Star
* target/ppc: Move dquai[q], drint{x,n}[q] to decodetreeLuis Pires2021-11-095-58/+58
* target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetreeLuis Pires2021-11-095-91/+83Star
* target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetreeLuis Pires2021-11-095-70/+76
* target/ppc: Move dtstdc[q]/dtstdg[q] to decodetreeLuis Pires2021-11-095-38/+37Star
* target/ppc: Do not update nip on DFP instructionsLuis Pires2021-11-091-8/+0Star
* target/ppc: Implement DCTFIXQQLuis Pires2021-11-094-0/+75
* target/ppc: Implement DCFFIXQQLuis Pires2021-11-095-0/+43
* target/ppc: Introduce REQUIRE_FPUFernando Valle2021-11-091-0/+8
* target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.cBruno Larsen2021-11-092-9/+9
* target/ppc: Implement pextd instructionMatheus Ferst2021-11-094-0/+32
* target/ppc: Implement pdepd instructionMatheus Ferst2021-11-094-0/+34
* target/ppc: Implement cnttzdmLuis Pires2021-11-092-4/+25
* target/ppc: Implement cntlzdmLuis Pires2021-11-092-0/+37
* target/ppc: Implement PLQ and PSTQMatheus Ferst2021-11-092-0/+16
* target/ppc: Move LQ and STQ to decodetreeMatheus Ferst2021-11-093-151/+113Star
* target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructionsFernando Eckhardt Valle2021-11-092-0/+25
* target/ppc: Move load and store floating point instructions to decodetreeFernando Eckhardt Valle2021-11-093-205/+95Star
* target/ppc: move resolve_PLS_D to translate.cFernando Eckhardt Valle2021-11-092-19/+19
* target/ppc: introduce do_ea_calcFernando Eckhardt Valle2021-11-092-9/+15
* target-i386: mmu: fix handling of noncanonical virtual addressesPaolo Bonzini2021-11-081-9/+12