]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/s390x/tcg-target.c.inc
tcg/s390x: Fix INDEX_op_bitsel_vec vs VSEL
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 3 Mar 2022 00:09:35 +0000 (19:09 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Mar 2022 17:31:51 +0000 (10:31 -0700)
commit6e5f9fb7993aa3de5295ae2dbada39258ed333ac
tree657424118beb879f6d728bbe6615f59c590be749
parenta66669c942077d53414ae0894e9fba3ddc18f58d
tcg/s390x: Fix INDEX_op_bitsel_vec vs VSEL

The operands are output in the wrong order: the tcg selector
argument is first, whereas the s390x selector argument is last.

Tested-by: Thomas Huth <thuth@redhat.com>
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/898
Fixes: 9bca986df88 ("tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec")
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/s390x/tcg-target.c.inc