aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2022-07-06target/ppc: Fix MPC8555 and MPC8560 core type to e500v1Pali Rohár2-14/+14
2022-07-06target/ppc/cpu-models: Remove the "default" CPU aliasThomas Huth1-1/+1
2022-07-06target/ppc: Return default CPU for max CPUMurilo Opsfelder Araujo2-1/+19
2022-07-06target/ppc: implement cdtbcdMatheus Ferst4-0/+35
2022-07-06target/ppc: implement cbcdtdMatheus Ferst4-0/+51
2022-07-06target/ppc: implement addg6sMatheus Ferst2-0/+41
2022-07-06target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst2-5/+10
2022-07-06target/ppc: Implement mffscdrn[i] instructionsVíctor Colombo2-0/+46
2022-07-06target/ppc: Move mffs[.] to decodetreeVíctor Colombo3-19/+21
2022-07-06target/ppc: Move mffsl to decodetreeVíctor Colombo3-24/+17
2022-07-06target/ppc: Move mffsce to decodetreeVíctor Colombo3-32/+20
2022-07-06target/ppc: Move mffscrn[i] to decodetreeVíctor Colombo4-48/+50
2022-07-06target/ppc: Fix insn32.decode style issuesVíctor Colombo1-12/+12
2022-07-06ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy1-0/+12
2022-07-06target/ppc: use int128.h methods in vsubcuqMatheus Ferst5-52/+9
2022-07-06target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst5-36/+17
2022-07-06target/ppc: use int128.h methods in vsubuqmMatheus Ferst5-22/+8
2022-07-06target/ppc: use int128.h methods in vaddcuqMatheus Ferst5-13/+5
2022-07-06target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst5-51/+17
2022-07-06target/ppc: use int128.h methods in vadduqmMatheus Ferst5-9/+7
2022-07-06target/ppc: use int128.h methods in vpmsumdMatheus Ferst5-41/+17
2022-07-06target/ppc: Change FPSCR_* to follow POWER ISA numbering conventionVíctor Colombo1-36/+36
2022-06-20target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat1-0/+3
2022-06-20target/ppc: fix unreachable code in fpu_helper.cDaniel Henrique Barboza1-1/+1
2022-06-20target/ppc: avoid int32 multiply overflow in int_helper.cDaniel Henrique Barboza1-2/+3
2022-06-20target/ppc: fix vbpermd in big endian hostsMatheus Ferst1-3/+2
2022-06-20target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)4-0/+27
2022-06-20target/ppc: Implemented vector module word/doublewordLucas Mateus Castro (alqotel)2-0/+15
2022-06-20target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)4-0/+76
2022-06-20target/ppc: Implemented vector divide extended wordLucas Mateus Castro (alqotel)2-0/+51
2022-06-20target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)4-0/+27
2022-06-20target/ppc: Implemented vector divide instructionsLucas Mateus Castro (alqotel)2-0/+92
2022-05-26target/ppc: Implemented [pm]xvbf16ger2*Lucas Mateus Castro (alqotel)5-0/+74
2022-05-26target/ppc: Implemented pmxvf*ger*Lucas Mateus Castro (alqotel)2-0/+56
2022-05-26target/ppc: Implemented xvf16ger*Lucas Mateus Castro (alqotel)5-0/+115
2022-05-26target/ppc: Implemented xvf*ger*Lucas Mateus Castro (alqotel)5-2/+231
2022-05-26target/ppc: Implemented pmxvi*ger* instructionsLucas Mateus Castro (alqotel)2-0/+40
2022-05-26target/ppc: Implemented xvi*ger* instructionsLucas Mateus Castro (alqotel)6-0/+218
2022-05-26target/ppc: Implement xxm[tf]acc and xxsetacczLucas Mateus Castro (alqotel)3-0/+45
2022-05-26target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin4-9/+19
2022-05-26target/ppc: Fix eieio memory ordering semanticsNicholas Piggin1-1/+26
2022-05-26target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst5-7/+8
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst5-8/+28
2022-05-26target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst5-9/+11
2022-05-26target/ppc: introduce do_va_helperMatheus Ferst1-27/+5
2022-05-26target/ppc: declare xxextractuw and xxinsertw helpers with call flagsMatheus Ferst5-47/+41
2022-05-26target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst5-4/+23
2022-05-26target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst5-4/+24
2022-05-26target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst5-12/+43
2022-05-26target/ppc: use TCG_CALL_NO_RWG in VSX helpers without envMatheus Ferst1-4/+4