aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/helper.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-06target/ppc: use int128.h methods in vadduqmMatheus Ferst1-1/+1
2022-07-06target/ppc: use int128.h methods in vpmsumdMatheus Ferst1-1/+1
2022-06-20target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)1-0/+2
2022-06-20target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)1-0/+4
2022-06-20target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)1-0/+2
2022-05-26target/ppc: Implemented [pm]xvbf16ger2*Lucas Mateus Castro (alqotel)1-0/+5
2022-05-26target/ppc: Implemented xvf16ger*Lucas Mateus Castro (alqotel)1-0/+5
2022-05-26target/ppc: Implemented xvf*ger*Lucas Mateus Castro (alqotel)1-0/+10
2022-05-26target/ppc: Implemented xvi*ger* instructionsLucas Mateus Castro (alqotel)1-0/+13
2022-05-26target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst1-2/+2
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst1-2/+2
2022-05-26target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst1-2/+2
2022-05-26target/ppc: declare xxextractuw and xxinsertw helpers with call flagsMatheus Ferst1-2/+2
2022-05-26target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst1-1/+1
2022-05-26target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst1-1/+1
2022-05-26target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst1-1/+1
2022-05-26target/ppc: use TCG_CALL_NO_RWG in VSX helpers without envMatheus Ferst1-4/+4
2022-05-26target/ppc: use TCG_CALL_NO_RWG in BCD helpersMatheus Ferst1-15/+15
2022-05-26target/ppc: use TCG_CALL_NO_RWG in vector helpers without envMatheus Ferst1-81/+81
2022-05-26target/ppc: declare darn32/darn64 helpers with TCG_CALL_NO_RWGMatheus Ferst1-2/+2
2022-04-20target/ppc: implement xscvqp[su]qzMatheus Ferst1-0/+2
2022-04-20target/ppc: implement xscv[su]qqpMatheus Ferst1-0/+2
2022-03-02target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructionsVíctor Colombo1-0/+1
2022-03-02target/ppc: Implement xs{max,min}cqpVíctor Colombo1-0/+2
2022-03-02target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3Víctor Colombo1-4/+4
2022-03-02target/ppc: Move xscmp{eq,ge,gt}dp to decodetreeVíctor Colombo1-3/+3
2022-03-02target/ppc: Implement xscmp{eq,ge,gt}qpVíctor Colombo1-0/+3
2022-03-02target/ppc: Remove xscmpnedp instructionVíctor Colombo1-1/+0
2022-03-02target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]Matheus Ferst1-0/+9
2022-03-02target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetreeMatheus Ferst1-8/+8
2022-03-02target/ppc: Implement xxgenpcv[bhwd]m instructionMatheus Ferst1-0/+16
2022-03-02target/ppc: Implement xxevalMatheus Ferst1-0/+1
2022-03-02target/ppc: Implement xxpermx instructionMatheus Ferst1-0/+1
2022-03-02target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst1-2/+0
2022-03-02target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst1-3/+2
2022-03-02target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst1-4/+4
2022-03-02target/ppc: implement vstri[bh][lr]Matheus Ferst1-0/+4
2022-03-02target/ppc: Move Vector Compare Not Equal or Zero to decodetreeMatheus Ferst1-6/+3
2022-03-02target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst1-30/+0
2022-03-02target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho1-5/+0
2022-03-02target/ppc: vmulh* instructions without helpersLucas Mateus Castro (alqotel)1-4/+0
2022-03-02target/ppc: Moved vector multiply high and low to decodetreeLucas Mateus Castro (alqotel)1-4/+4
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)1-12/+12
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson1-0/+3
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-13/+0
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater1-1/+0
2022-01-28ppc/ppc405: Fix TLB flushingCédric Le Goater1-0/+1
2022-01-18target/ppc: Finish removal of 401/403 CPUsCédric Le Goater1-1/+0
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater1-0/+2
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza1-0/+1