(no commit message)
authorlkcl <lkcl@web>
Mon, 6 Jun 2022 11:10:55 +0000 (12:10 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 6 Jun 2022 11:10:55 +0000 (12:10 +0100)
openpower/sv/remap.mdwn

index ff8459e25b398bf7c2993e21cbf11aa48ffff245..fd88d1f5ba57f7275da110e16158388f22b92b2d 100644 (file)
@@ -83,6 +83,22 @@ a 5x4 result:
 The example may be executed as a unit test and demo,
 [here](https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/decoder/isa/test_caller_svp64_matrix.py;h=c15479db9a36055166b6b023c7495f9ca3637333;hb=a17a252e474d5d5bf34026c25a19682e3f2015c3#l94)
 
+# Indexed REMAP
+
+The purpose of Indexing is to provide a generalised version of
+Vector ISA "Permute" instructions, such as VSX `vperm`.  The
+Indexing is abstracted out and may be applied to much more
+than an element move/copy, and is not limited for example
+to the number of bytes that can fit into a VSX register.
+Indexing may be applied to LD/ST (even on Indexed LD/ST
+instructions such as `sv.lbzx`), arithmetic operations,
+extsw: there is no artificial limit.
+
+The only major caveat is that the registers to be used as
+Indices must not be modified by any instruction during
+the time they are used.
+
+
 # REMAP SPR
 
 | 0  | 2  | 4  | 6  | 8  | 10.14 | 15..23 |