qemu-cr16/tcg
Richard Henderson f34c0eb054 tcg/riscv: Fix TCG_REG_TMP0 clobber in tcg_gen_dup{m,i}
TCG_REG_TMP0 may be used by set_vtype* to load the vtype
parameter, so delay any other use of TCG_REG_TMP0 until
the correct vtype has been installed.

Cc: qemu-stable@nongnu.org
Fixes: d4be6ee111 ("tcg/riscv: Implement vector mov/dup{m/i}")
Reported-by: Zhijin Zeng <zengzhijin@linux.spacemit.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit af6db3b71310ea63a018d517ba7d79e4e014db62)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2026-01-13 00:31:22 +03:00
..
aarch64 include/hw/core/cpu: Introduce cpu_tlb_fast 2025-09-23 16:55:28 -07:00
arm include/hw/core/cpu: Introduce cpu_tlb_fast 2025-09-23 16:55:28 -07:00
i386 tcg/i386: Use vgf2p8affineqb for MO_8 vector shifts 2025-09-04 09:49:30 +02:00
loongarch64 tcg: Drop TCGContext.page_{mask,bits} 2025-05-28 08:08:47 +01:00
mips tcg/mips: Remove ALIAS_PADD, ALIAS_PADDI 2025-10-16 14:58:36 -07:00
ppc tcg/ppc: Remove support for 32-bit hosts 2025-10-19 11:24:34 -07:00
riscv tcg/riscv: Fix TCG_REG_TMP0 clobber in tcg_gen_dup{m,i} 2026-01-13 00:31:22 +03:00
s390x tcg: Drop TCGContext.page_{mask,bits} 2025-05-28 08:08:47 +01:00
sparc64 tcg: Drop TCGContext.page_{mask,bits} 2025-05-28 08:08:47 +01:00
tci tcg/tci: Introduce INDEX_op_tci_qemu_{ld,st}_rrr 2025-12-05 07:50:15 -06:00
debuginfo.c accel/tcg: Move perf and debuginfo support to tcg/ 2024-01-29 21:04:10 +10:00
meson.build meson: remove lib{system, user}_ss aliases 2025-05-26 17:31:06 +02:00
optimize.c tcg/optimize: Do use affected bits 2026-01-13 00:30:58 +03:00
perf.c tcg: Drop TCGContext.page_{mask,bits} 2025-05-28 08:08:47 +01:00
region.c tcg: Fix error reporting on mprotect() failure in tcg_region_init() 2025-09-30 14:43:53 +02:00
tcg-common.c tcg: Constify tcg_op_defs 2025-01-16 20:57:16 -08:00
tcg-has.h tcg: Remove add2/sub2 opcodes 2025-04-28 13:40:17 -07:00
tcg-internal.h tcg: Add TCGType to tcg_op_insert_{after,before} 2025-04-28 13:40:15 -07:00
tcg-op-gvec.c tcg: Split out tcg_gen_gvec_dup_imm_var 2025-06-23 11:44:28 -07:00
tcg-op-ldst.c tcg: Remove duplicate test from plugin_gen_mem_callbacks 2025-12-05 07:50:15 -06:00
tcg-op-vec.c tcg: Only include 'tcg-has.h' when necessary 2025-01-16 20:57:16 -08:00
tcg-op.c tcg: Simplify extract2 usage in tcg_gen_shifti_i64 2025-10-31 12:49:46 +01:00
tcg.c accel/tcg: Introduce and use MO_ALIGN_TLB_ONLY 2025-10-31 12:49:46 +01:00
tci.c tcg/tci: Introduce INDEX_op_tci_qemu_{ld,st}_rrr 2025-12-05 07:50:15 -06:00