aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
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
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-05-26target/ppc: Rename sfprf to sfifprf where it's also used as set fi flagVíctor Colombo1-56/+56
2022-05-26target/ppc: Fix FPSCR.FI changing in float_overflow_excp()Víctor Colombo1-6/+7
2022-05-26target/ppc: Fix FPSCR.FI bit being cleared when it shouldn'tVíctor Colombo2-58/+66
2022-05-26target/ppc: Fix tlbieLeandro Lupori1-1/+1
2022-05-11Normalize header guard symbol definitionMarkus Armbruster1-1/+1
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2022-05-09disas: Remove old libopcode ppc disassemblerThomas Huth1-2/+0
2022-05-05target/ppc: Change MSR_* to follow POWER ISA numbering conventionVíctor Colombo1-43/+44
2022-05-05target/ppc: Add unused msr bits FIELDsVíctor Colombo1-0/+25
2022-05-05target/ppc: Remove msr_de macroVíctor Colombo2-4/+3
2022-05-05target/ppc: Remove msr_hv macroVíctor Colombo6-17/+20
2022-05-05target/ppc: Remove msr_ts macroVíctor Colombo3-4/+4
2022-05-05target/ppc: Remove msr_fe0 and msr_fe1 macrosVíctor Colombo2-14/+15
2022-05-05target/ppc: Remove msr_ep macroVíctor Colombo2-3/+3
2022-05-05target/ppc: Remove msr_dr macroVíctor Colombo3-7/+8
2022-05-05target/ppc: Remove msr_ir macroVíctor Colombo3-7/+8
2022-05-05target/ppc: Remove msr_cm macroVíctor Colombo3-3/+3
2022-05-05target/ppc: Remove msr_fp macroVíctor Colombo2-7/+13
2022-05-05target/ppc: Remove msr_gs macroVíctor Colombo3-4/+4