aboutsummaryrefslogtreecommitdiff
path: root/docs/devel
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2023-08-23 15:17:40 +0100
committerRichard Henderson <richard.henderson@linaro.org>2023-08-24 11:22:42 -0700
commitb08caa6d50d45debfb67822a3c667e12a29ba437 (patch)
treeadc326c88153a404439811dd49625a169e168a7c /docs/devel
parent277561638f482f54f6e18f8206429cdc62294179 (diff)
downloadqemu-b08caa6d50d45debfb67822a3c667e12a29ba437.zip
qemu-b08caa6d50d45debfb67822a3c667e12a29ba437.tar.gz
qemu-b08caa6d50d45debfb67822a3c667e12a29ba437.tar.bz2
docs/devel/tcg-ops: fix missing newlines in "Host vector operations"
This unintentionally causes the mov_vec, ld_vec and st_vec operations to appear on the same line. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230823141740.35974-1-mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs/devel')
-rw-r--r--docs/devel/tcg-ops.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/devel/tcg-ops.rst b/docs/devel/tcg-ops.rst
index 9e2a931..8ae59ea 100644
--- a/docs/devel/tcg-ops.rst
+++ b/docs/devel/tcg-ops.rst
@@ -718,7 +718,9 @@ E.g. VECL = 1 -> 64 << 1 -> v128, and VECE = 2 -> 1 << 2 -> i32.
.. list-table::
* - mov_vec *v0*, *v1*
+
ld_vec *v0*, *t1*
+
st_vec *v0*, *t1*
- | Move, load and store.