(no commit message)
authorlkcl <lkcl@web>
Sun, 24 Jan 2021 13:25:17 +0000 (13:25 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 24 Jan 2021 13:25:17 +0000 (13:25 +0000)
openpower/sv/ldst.mdwn

index 1db2ced5184fb9e6380148e8e09fd43150b8db95..16742d94422c77ea4a1923419aaa9563b8fdcf77 100644 (file)
@@ -297,10 +297,10 @@ permutations of vector selection, to identify above asm-syntax:
          sv.ld r#, ofst(r#2.v) -> r#2 is a vector of addresses
            (dest r# is scalar) -> VSELECT mode
      imm(RA)  RT.v   RA.s   fixed stride: unit or element
-         sv.ld r#.v, ofst(r#2).v -> the whole vector is at ofst+r#2
+         sv.ld r#.v, ofst(r#2).v -> whole vector is at ofst+r#2
            mem      0    1    2
            destreg  r#   r#+1 r#+2
-         sv.ld/els r#.v, ofst(r#2).v -> the vector is at ofst*elidx+r#2
+         sv.ld/els r#.v, ofst(r#2).v -> vector at ofst*elidx+r#2
            mem      0 ...    offs ...   offs*2
            destreg  r#       r#+1       r#+2
      imm(RA)  RT.s   RA.s   not vectorised