From: lkcl Date: Sun, 16 Apr 2023 13:09:28 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls009_v1~8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=753c3f13a1e221a96910c2e7f097d743635740c3;p=libreriscv.git --- diff --git a/openpower/sv/remap.mdwn b/openpower/sv/remap.mdwn index 6bbfb88a6..2b0db1be9 100644 --- a/openpower/sv/remap.mdwn +++ b/openpower/sv/remap.mdwn @@ -389,7 +389,8 @@ completely separate from the actual element-level (scalar) operations, Move operations are **not** included in the Schedule. This means that the Schedule leaves the final (scalar) result in the first-non-masked element of the Vector used. With the predicate mask being dynamic -(but deterministic) this result could be anywhere. +(but deterministic) at a superficial glance it seems this result +could be anywhere. If that result is needed to be moved to a (single) scalar register then a follow-up `sv.mv/sm=predicate rt, *ra` instruction will be