]> git.proxmox.com Git - mirror_qemu.git/commit
ppc/translate: Implement lxvwsx opcode
authorLemonBoy <thatlemon@gmail.com>
Mon, 9 Nov 2020 09:17:10 +0000 (10:17 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 24 Nov 2020 00:34:18 +0000 (11:34 +1100)
commitafae37d98ae991c0792c867dbd9f32f988044318
treea1f6a54d2a4ca93da698939832c8fe80b41eac2c
parent23895cbd82be95428e90168b12e925d0d3ca2f06
ppc/translate: Implement lxvwsx opcode

Implement the "Load VSX Vector Word & Splat Indexed" opcode, introduced
in Power ISA v3.0.

Buglink: https://bugs.launchpad.net/qemu/+bug/1793608
Signed-off-by: Giuseppe Musacchio <thatlemon@gmail.com>
Message-Id: <d7d533e18c2bc10d924ee3e09907ff2b41fddb3a.1604912739.git.thatlemon@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate/vsx-impl.c.inc
target/ppc/translate/vsx-ops.c.inc