summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
...
* ppc: Remove unused irq_inputsCédric Le Goater2022-07-182-6/+0Star
* target/ppc: Fix MPC8555 and MPC8560 core type to e500v1Pali Rohár2022-07-062-14/+14
* target/ppc/cpu-models: Remove the "default" CPU aliasThomas Huth2022-07-061-1/+1
* target/ppc: Return default CPU for max CPUMurilo Opsfelder Araujo2022-07-062-1/+19
* target/ppc: implement cdtbcdMatheus Ferst2022-07-064-0/+35
* target/ppc: implement cbcdtdMatheus Ferst2022-07-064-0/+51
* target/ppc: implement addg6sMatheus Ferst2022-07-062-0/+41
* target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst2022-07-062-5/+10
* target/ppc: Implement mffscdrn[i] instructionsVíctor Colombo2022-07-062-0/+46
* target/ppc: Move mffs[.] to decodetreeVíctor Colombo2022-07-063-19/+21
* target/ppc: Move mffsl to decodetreeVíctor Colombo2022-07-063-24/+17Star
* target/ppc: Move mffsce to decodetreeVíctor Colombo2022-07-063-32/+20Star
* target/ppc: Move mffscrn[i] to decodetreeVíctor Colombo2022-07-064-48/+50
* target/ppc: Fix insn32.decode style issuesVíctor Colombo2022-07-061-12/+12
* ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy2022-07-061-0/+12
* target/ppc: use int128.h methods in vsubcuqMatheus Ferst2022-07-065-52/+9Star
* target/ppc: use int128.h methods in vsubecuq and vsubeuqmMatheus Ferst2022-07-065-36/+17Star
* target/ppc: use int128.h methods in vsubuqmMatheus Ferst2022-07-065-22/+8Star
* target/ppc: use int128.h methods in vaddcuqMatheus Ferst2022-07-065-13/+5Star
* target/ppc: use int128.h methods in vaddecuq and vaddeuqmMatheus Ferst2022-07-065-51/+17Star
* target/ppc: use int128.h methods in vadduqmMatheus Ferst2022-07-065-9/+7Star
* target/ppc: use int128.h methods in vpmsumdMatheus Ferst2022-07-065-41/+17Star
* target/ppc: Change FPSCR_* to follow POWER ISA numbering conventionVíctor Colombo2022-07-061-36/+36
* target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat2022-06-201-0/+3
* target/ppc: fix unreachable code in fpu_helper.cDaniel Henrique Barboza2022-06-201-1/+1
* target/ppc: avoid int32 multiply overflow in int_helper.cDaniel Henrique Barboza2022-06-201-2/+3
* target/ppc: fix vbpermd in big endian hostsMatheus Ferst2022-06-201-3/+2Star
* target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)2022-06-204-0/+27
* target/ppc: Implemented vector module word/doublewordLucas Mateus Castro (alqotel)2022-06-202-0/+15
* target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)2022-06-204-0/+76
* target/ppc: Implemented vector divide extended wordLucas Mateus Castro (alqotel)2022-06-202-0/+51
* target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)2022-06-204-0/+27
* target/ppc: Implemented vector divide instructionsLucas Mateus Castro (alqotel)2022-06-202-0/+92
* target/ppc: Implemented [pm]xvbf16ger2*Lucas Mateus Castro (alqotel)2022-05-265-0/+74
* target/ppc: Implemented pmxvf*ger*Lucas Mateus Castro (alqotel)2022-05-262-0/+56
* target/ppc: Implemented xvf16ger*Lucas Mateus Castro (alqotel)2022-05-265-0/+115
* target/ppc: Implemented xvf*ger*Lucas Mateus Castro (alqotel)2022-05-265-2/+231
* target/ppc: Implemented pmxvi*ger* instructionsLucas Mateus Castro (alqotel)2022-05-262-0/+40
* target/ppc: Implemented xvi*ger* instructionsLucas Mateus Castro (alqotel)2022-05-266-0/+218
* target/ppc: Implement xxm[tf]acc and xxsetacczLucas Mateus Castro (alqotel)2022-05-263-0/+45
* target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin2022-05-264-9/+19
* target/ppc: Fix eieio memory ordering semanticsNicholas Piggin2022-05-261-1/+26
* target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst2022-05-265-7/+8
* target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst2022-05-265-8/+28
* target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst2022-05-265-9/+11
* target/ppc: introduce do_va_helperMatheus Ferst2022-05-261-27/+5Star
* target/ppc: declare xxextractuw and xxinsertw helpers with call flagsMatheus Ferst2022-05-265-47/+41Star
* target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst2022-05-265-4/+23
* target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst2022-05-265-4/+24
* target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst2022-05-265-12/+43