You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/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>
3 years ago
..
tcg-target-con-set.h tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec 3 years ago
tcg-target-con-str.h tcg/s390x: Add host vector framework 3 years ago
tcg-target.c.inc tcg/s390x: Fix tcg_out_dup_vec vs general registers 3 years ago
tcg-target.h tcg/s390x: Implement vector NAND, NOR, EQV 3 years ago
tcg-target.opc.h tcg/s390x: Implement TCG_TARGET_HAS_sat_vec 3 years ago