(no commit message)
authorlkcl <lkcl@web>
Wed, 1 Sep 2021 19:45:43 +0000 (20:45 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 1 Sep 2021 19:45:43 +0000 (20:45 +0100)
openpower/sv/ldst.mdwn

index 51dafd6924a2cf363b30318ea1c4e6c0e4813780..9037dc04e2bc085e5969c6a3ccfd31a3460e2cdd 100644 (file)
@@ -212,10 +212,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 ffirst banned
-     RA,RB    RT.s  RA/RB.v ffirst banned
-     RA,RB    RT.v  RA/RB.s VSPLAT possible
-     RA,RB    RT.s  RA/RB.s not vectorised
+     RA,RB    RT.v  {RA|RB}.v ffirst banned
+     RA,RB    RT.s  {RA|RB}.v ffirst banned
+     RA,RB    RT.v  {RA&RB}.s VSPLAT possible
+     RA,RB    RT.s  {RA&RB}.s not vectorised
 
 Signed Effective Address computation is only relevant for
 Vector Indexed Mode, when elwidth overrides are applied.