qemu-e2k/tcg/s390x
Richard Henderson 6e591a8569 tcg/s390x: Fix tcg_out_dup_vec vs general registers
We copied the data from the general register input to the
vector register output, but have not yet replicated it.
We intended to fall through into the vector-vector case,
but failed to redirect the input register.

This is caught by an assertion failure in tcg_out_insn_VRIc,
which diagnosed the incorrect register class.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2022-03-14 10:31:51 -07:00
..
tcg-target-con-set.h tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec 2021-10-05 16:53:17 -07:00
tcg-target-con-str.h tcg/s390x: Add host vector framework 2021-10-05 16:53:17 -07:00
tcg-target.c.inc tcg/s390x: Fix tcg_out_dup_vec vs general registers 2022-03-14 10:31:51 -07:00
tcg-target.h tcg/s390x: Implement vector NAND, NOR, EQV 2022-03-04 08:50:41 -10:00
tcg-target.opc.h tcg/s390x: Implement TCG_TARGET_HAS_sat_vec 2021-10-05 16:53:17 -07:00