mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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>
This commit is contained in:
parent
277561638f
commit
b08caa6d50
1 changed files with 2 additions and 0 deletions
|
@ -718,7 +718,9 @@ E.g. VECL = 1 -> 64 << 1 -> v128, and VECE = 2 -> 1 << 2 -> i32.
|
||||||
.. list-table::
|
.. list-table::
|
||||||
|
|
||||||
* - mov_vec *v0*, *v1*
|
* - mov_vec *v0*, *v1*
|
||||||
|
|
||||||
ld_vec *v0*, *t1*
|
ld_vec *v0*, *t1*
|
||||||
|
|
||||||
st_vec *v0*, *t1*
|
st_vec *v0*, *t1*
|
||||||
|
|
||||||
- | Move, load and store.
|
- | Move, load and store.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue