@samitouri / QOSamiQemu / commits / c2188eb551

docs/devel/tcg-ops: Stop listing dup2_vec()

dup2_vec() opcode was removed in commit 6e7b13936d4 ("tcg: Remove INDEX_op_dup2_vec"). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Message-Id: <20260504125032.35465-2-philmd@linaro.org>

Philippe Mathieu-Daudé committed May 4, 2026 at 09:12 UTC c2188eb551aeafe80a0d07521778979cc7aeb8f5
1 file changed -5
docs/devel/tcg-ops.rst
-5
@@ -769,11 +769,6 @@ specifies the length of the element (if applicable) in log2 8-bit units.
769 - | Similarly, for a constant.
770 | Smaller values will be replicated to host register size by the expanders.
771
772 - * - dup2_vec *v0*, *r1*, *r2*
773 -
774 - - | Duplicate *r2*:*r1* into TYPE/64 copies across *v0*. This opcode is
775 - only present for 32-bit hosts.
776 -
772 * - add_vec *v0*, *v1*, *v2*
773
774 - | *v0* = *v1* + *v2*, in elements across the vector.