summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2022-06-20target/ppc: fix unreachable code in fpu_helper.cDaniel Henrique Barboza
2022-06-20target/ppc: avoid int32 multiply overflow in int_helper.cDaniel Henrique Barboza
2022-06-20target/ppc: fix vbpermd in big endian hostsMatheus Ferst
2022-06-20target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector module word/doublewordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector divide extended wordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector divide instructionsLucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implemented [pm]xvbf16ger2*Lucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implemented pmxvf*ger*Lucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implemented xvf16ger*Lucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implemented xvf*ger*Lucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implemented pmxvi*ger* instructionsLucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implemented xvi*ger* instructionsLucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implement xxm[tf]acc and xxsetacczLucas Mateus Castro (alqotel)
2022-05-26target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin
2022-05-26target/ppc: Fix eieio memory ordering semanticsNicholas Piggin
2022-05-26target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst
2022-05-26target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst
2022-05-26target/ppc: introduce do_va_helperMatheus Ferst
2022-05-26target/ppc: declare xxextractuw and xxinsertw helpers with call flagsMatheus Ferst
2022-05-26target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst
2022-05-26target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst
2022-05-26target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst
2022-05-26target/ppc: use TCG_CALL_NO_RWG in VSX helpers without envMatheus Ferst
2022-05-26target/ppc: use TCG_CALL_NO_RWG in BCD helpersMatheus Ferst
2022-05-26target/ppc: use TCG_CALL_NO_RWG in vector helpers without envMatheus Ferst
2022-05-26target/ppc: declare darn32/darn64 helpers with TCG_CALL_NO_RWGMatheus Ferst
2022-05-26target/ppc: Rename sfprf to sfifprf where it's also used as set fi flagVíctor Colombo
2022-05-26target/ppc: Fix FPSCR.FI changing in float_overflow_excp()Víctor Colombo
2022-05-26target/ppc: Fix FPSCR.FI bit being cleared when it shouldn'tVíctor Colombo
2022-05-26target/ppc: Fix tlbieLeandro Lupori
2022-05-11Normalize header guard symbol definitionMarkus Armbruster
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster
2022-05-09disas: Remove old libopcode ppc disassemblerThomas Huth
2022-05-05target/ppc: Change MSR_* to follow POWER ISA numbering conventionVíctor Colombo
2022-05-05target/ppc: Add unused msr bits FIELDsVíctor Colombo
2022-05-05target/ppc: Remove msr_de macroVíctor Colombo
2022-05-05target/ppc: Remove msr_hv macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ts macroVíctor Colombo
2022-05-05target/ppc: Remove msr_fe0 and msr_fe1 macrosVíctor Colombo
2022-05-05target/ppc: Remove msr_ep macroVíctor Colombo
2022-05-05target/ppc: Remove msr_dr macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ir macroVíctor Colombo
2022-05-05target/ppc: Remove msr_cm macroVíctor Colombo
2022-05-05target/ppc: Remove msr_fp macroVíctor Colombo
2022-05-05target/ppc: Remove msr_gs macroVíctor Colombo
2022-05-05target/ppc: Remove msr_me macroVíctor Colombo