summary refs log tree commit diff stats
path: root/tcg/riscv/tcg-target-con-set.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-01-13 21:24:25 -0800
committerRichard Henderson <richard.henderson@linaro.org>2025-04-28 13:40:17 -0700
commit0e08be0f5482af78f7ed703f665287964d1650f5 (patch)
treec77cd78034b97e0bbcb8c230b963ba6e880ed1c5 /tcg/riscv/tcg-target-con-set.h
parent52c49c79b820ceeff10c7c414f747f9bbb39f6c9 (diff)
downloadfocaccia-qemu-0e08be0f5482af78f7ed703f665287964d1650f5.tar.gz
focaccia-qemu-0e08be0f5482af78f7ed703f665287964d1650f5.zip
tcg/riscv: Drop support for add2/sub2
We now produce exactly the same code via generic expansion.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/riscv/tcg-target-con-set.h')
-rw-r--r--tcg/riscv/tcg-target-con-set.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/riscv/tcg-target-con-set.h b/tcg/riscv/tcg-target-con-set.h
index 5ff2c2db60..0fc26d3f98 100644
--- a/tcg/riscv/tcg-target-con-set.h
+++ b/tcg/riscv/tcg-target-con-set.h
@@ -18,7 +18,6 @@ C_O1_I2(r, r, ri)
 C_O1_I2(r, r, rI)
 C_N1_I2(r, r, rM)
 C_O1_I4(r, r, rI, rM, rM)
-C_O2_I4(r, r, rz, rz, rM, rM)
 C_O0_I2(v, r)
 C_O1_I1(v, r)
 C_O1_I1(v, v)