(no commit message)
authorlkcl <lkcl@web>
Sat, 13 Aug 2022 05:42:05 +0000 (06:42 +0100)
committerIkiWiki <ikiwiki.info>
Sat, 13 Aug 2022 05:42:05 +0000 (06:42 +0100)
openpower/sv/ldst.mdwn

index 6f7cf6edfeb813a135682b5a8efff2b554692006..2bd8d3bd97a702e16d6fb54e1d91f913fdb7db4a 100644 (file)
@@ -159,10 +159,10 @@ A summary of the effect of Vectorisation of src or dest:
      imm(RA)  RT.s   RA.v   no stride allowed
      imm(RA)  RT.v   RA.s   stride-select allowed
      imm(RA)  RT.s   RA.s   not vectorised
-     RA,RB    RT.v  {RA|RB}.v UNDEFINED
-     RA,RB    RT.s  {RA|RB}.v UNDEFINED
+     RA,RB    RT.v  {RA|RB}.v Standard Indexed
+     RA,RB    RT.s  {RA|RB}.v Indexed but single LD (no VSPLAT)
      RA,RB    RT.v  {RA&RB}.s VSPLAT possible. stride selectable
-     RA,RB    RT.s  {RA&RB}.s not vectorised
+     RA,RB    RT.s  {RA&RB}.s not vectorised (scalar identity)
 
 Signed Effective Address computation is only relevant for
 Vector Indexed Mode, when elwidth overrides are applied.