qemu-e2k/target/ppc
Lucas Coutinho 3515553bf6 target/ppc: Replicate Double->Single-Precision result
Power ISA v3.1 formalizes the previously undefined result in
words 1 and 3 to be a copy of the result in words 0 and 2.

This affects: xvcvsxdsp, xvcvuxdsp, xvcvdpsp.

And the previously undefined result in word 1 to be a copy of
the result in word 0.

This affects: xscvdpsp.

Signed-off-by: Lucas Coutinho <lucas.coutinho@eldorado.org.br>
Message-Id: <20220316200427.3410437-1-lucas.coutinho@eldorado.org.br>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
2022-03-20 23:35:27 +01:00
..
translate target/ppc: fix xxspltw for big endian hosts 2022-03-14 15:57:17 +01:00
arch_dump.c
compat.c
cpu_init.c target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions 2022-03-02 06:51:36 +01:00
cpu-models.c
cpu-models.h
cpu-param.h
cpu-qom.h target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro 2022-03-06 22:23:09 +01:00
cpu.c
cpu.h target: Use ArchCPU as interface to target CPU 2022-03-06 22:23:09 +01:00
dfp_helper.c
excp_helper.c target/ppc: trigger PERFM EBBs from power8-pmu.c 2022-03-02 06:51:36 +01:00
fpu_helper.c target/ppc: Replicate Double->Single-Precision result 2022-03-20 23:35:27 +01:00
gdbstub.c
helper_regs.c
helper_regs.h
helper.h target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructions 2022-03-02 06:51:38 +01:00
insn32.decode target/ppc: implement lxvr[bhwd]/stxvr[bhwd]x 2022-03-02 06:51:38 +01:00
insn64.decode target/ppc: implement plxssp/pstxssp 2022-03-02 06:51:38 +01:00
int_helper.c target/ppc: split XXGENPCV macros for readability 2022-03-05 07:16:47 +01:00
internal.h
Kconfig
kvm_ppc.h
kvm-stub.c
kvm.c
machine.c target/ppc: make power8-pmu.c CONFIG_TCG only 2022-03-02 06:51:36 +01:00
mem_helper.c
meson.build target/ppc: make power8-pmu.c CONFIG_TCG only 2022-03-02 06:51:36 +01:00
misc_helper.c
mmu_common.c
mmu_helper.c
mmu-book3s-v3.c
mmu-book3s-v3.h
mmu-books.h
mmu-hash32.c
mmu-hash32.h
mmu-hash64.c
mmu-hash64.h
mmu-radix64.c target/ppc: fix ISI fault cause for Radix MMU 2022-03-14 15:57:17 +01:00
mmu-radix64.h
monitor.c
power8-pmu-regs.c.inc
power8-pmu.c target/ppc: trigger PERFM EBBs from power8-pmu.c 2022-03-02 06:51:36 +01:00
power8-pmu.h target/ppc: make power8-pmu.c CONFIG_TCG only 2022-03-02 06:51:36 +01:00
spr_common.h
tcg-stub.c
timebase_helper.c
trace-events
trace.h
translate.c target/ppc: implement plxssp/pstxssp 2022-03-02 06:51:38 +01:00
user_only_helper.c