summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* 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
* target/ppc: use TCG_CALL_NO_RWG in VSX helpers without envMatheus Ferst2022-05-261-4/+4
* target/ppc: use TCG_CALL_NO_RWG in BCD helpersMatheus Ferst2022-05-261-15/+15
* target/ppc: use TCG_CALL_NO_RWG in vector helpers without envMatheus Ferst2022-05-261-81/+81
* target/ppc: declare darn32/darn64 helpers with TCG_CALL_NO_RWGMatheus Ferst2022-05-261-2/+2
* target/ppc: Rename sfprf to sfifprf where it's also used as set fi flagVíctor Colombo2022-05-261-56/+56
* target/ppc: Fix FPSCR.FI changing in float_overflow_excp()Víctor Colombo2022-05-261-6/+7
* target/ppc: Fix FPSCR.FI bit being cleared when it shouldn'tVíctor Colombo2022-05-262-58/+66
* target/ppc: Fix tlbieLeandro Lupori2022-05-261-1/+1
* Normalize header guard symbol definitionMarkus Armbruster2022-05-111-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2022-05-111-2/+2
* disas: Remove old libopcode ppc disassemblerThomas Huth2022-05-091-2/+0Star
* target/ppc: Change MSR_* to follow POWER ISA numbering conventionVíctor Colombo2022-05-051-43/+44
* target/ppc: Add unused msr bits FIELDsVíctor Colombo2022-05-051-0/+25
* target/ppc: Remove msr_de macroVíctor Colombo2022-05-052-4/+3Star
* target/ppc: Remove msr_hv macroVíctor Colombo2022-05-056-17/+20
* target/ppc: Remove msr_ts macroVíctor Colombo2022-05-053-4/+4
* target/ppc: Remove msr_fe0 and msr_fe1 macrosVíctor Colombo2022-05-052-14/+15
* target/ppc: Remove msr_ep macroVíctor Colombo2022-05-052-3/+3
* target/ppc: Remove msr_dr macroVíctor Colombo2022-05-053-7/+8
* target/ppc: Remove msr_ir macroVíctor Colombo2022-05-053-7/+8
* target/ppc: Remove msr_cm macroVíctor Colombo2022-05-053-3/+3
* target/ppc: Remove msr_fp macroVíctor Colombo2022-05-052-7/+13
* target/ppc: Remove msr_gs macroVíctor Colombo2022-05-053-4/+4