(no commit message)
authorlkcl <lkcl@web>
Thu, 17 Dec 2020 14:33:10 +0000 (14:33 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 17 Dec 2020 14:33:10 +0000 (14:33 +0000)
openpower/sv/ldst.mdwn

index 4167a0498f9572d714d53d0474d24c7b06f80eb2..3a4ec0d1c4859446fb75578b82c398fe2ee7c765 100644 (file)
@@ -50,7 +50,7 @@ At the minimum however it is possible to provide unit stride and vector mode, as
 
 Indexed LD is:
  
-    function op_ld(RT, RA, RB) # LD not VLD!
+    function op_ldx(RT, RA, RB) # LD not VLD!
       rdv = map_dest_extra(RT);
       rsv = map_src_extra(RA);
       rso = map_src_extra(RB);