summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson2022-04-212-10/+10
|\
| * compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-212-10/+10
* | Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2022-04-217-2/+70
|\ \ | |/ |/|
| * target/ppc: Add two missing register callbacks on POWER10Frederic Barrat2022-04-201-0/+2
| * target/ppc: implement xscvqp[su]qzMatheus Ferst2022-04-204-0/+27
| * target/ppc: implement xscv[su]qqpMatheus Ferst2022-04-204-0/+39
| * target/ppc: Improve KVM hypercall traceFabiano Rosas2022-04-202-2/+2
* | exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-3/+4
|/
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-061-0/+1
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-1/+1
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-064-5/+5
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-067-19/+19
* target/ppc: fix helper_xvmadd* argument orderMatheus Ferst2022-03-261-10/+10
* target/ppc: Replicate Double->Single-Precision resultLucas Coutinho2022-03-201-4/+44
* target/ppc: Replicate double->int32 result for some vector insnsRichard Henderson2022-03-201-6/+39
* target/ppc: fix xxspltw for big endian hostsMatheus Ferst2022-03-141-1/+1
* target/ppc: fix ISI fault cause for Radix MMULeandro Lupori2022-03-141-1/+2
* target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-1/+1
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-062-4/+1Star
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-062-3/+2Star
* target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16Víctor Colombo2022-03-051-0/+2
* target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINCVíctor Colombo2022-03-051-0/+2
* target/ppc: split XXGENPCV macros for readabilityMatheus Ferst2022-03-052-42/+57
* target/ppc: use andc in vrlqmiMatheus Ferst2022-03-051-4/+2Star
* target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst2022-03-051-7/+3Star
* target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst2022-03-051-7/+3Star
* target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)2022-03-051-8/+8
* target/ppc: change xs[n]madd[am]sp to use float64r32_muladdMatheus Ferst2022-03-051-38/+20Star
* target/ppc: implement lxvr[bhwd]/stxvr[bhwd]xLucas Coutinho2022-03-022-0/+43
* target/ppc: implement plxssp/pstxsspLeandro Lupori2022-03-024-68/+62Star
* target/ppc: implement plxsd/pstxsdLeandro Lupori2022-03-024-14/+67
* target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructionsVíctor Colombo2022-03-024-4/+57
* target/ppc: Implement xs{max,min}cqpVíctor Colombo2022-03-024-0/+9
* target/ppc: Refactor VSX_MAX_MINC helperVíctor Colombo2022-03-021-24/+17Star
* target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3Víctor Colombo2022-03-023-34/+12Star
* target/ppc: Move xscmp{eq,ge,gt}dp to decodetreeVíctor Colombo2022-03-025-12/+34
* target/ppc: Implement xscmp{eq,ge,gt}qpVíctor Colombo2022-03-024-0/+40
* target/ppc: Refactor VSX_SCALAR_CMP_DPVíctor Colombo2022-03-021-35/+29Star
* target/ppc: Remove xscmpnedp instructionVíctor Colombo2022-03-024-4/+0Star
* target/ppc: Implement xvtlsbb instructionVíctor Colombo2022-03-022-0/+47
* target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]Matheus Ferst2022-03-024-0/+80
* target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetreeMatheus Ferst2022-03-025-43/+90
* target/ppc: Implement xxgenpcv[bhwd]m instructionMatheus Ferst2022-03-024-0/+160
* target/ppc: Implement xxevalMatheus Ferst2022-03-024-0/+271
* target/ppc: Implement xxpermx instructionMatheus Ferst2022-03-024-0/+51
* target/ppc: Move xxpermdi to decodetreeMatheus Ferst2022-03-023-41/+36Star
* target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst2022-03-025-27/+45
* target/ppc: Move xxsel to decodetreeMatheus Ferst2022-03-024-67/+26Star
* target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst2022-03-025-32/+62