(no commit message)
authorlkcl <lkcl@web>
Wed, 23 Jun 2021 10:43:23 +0000 (11:43 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 23 Jun 2021 10:43:23 +0000 (11:43 +0100)
openpower/isa.mdwn

index e95f720727947964b7a22f22d4810910b5fccb2f..61ebbb4c4d136aeed7c989178ecb26736bccddfe 100644 (file)
@@ -30,6 +30,10 @@ FP instructions: useful for testing <http://weitz.de/ieee/>
 * [[isa/fparith]]
 * [[isa/fpcvt]]
 
+Variants only available under the [[svp64]] namespace
+
+* [[isa/svfixedload]]
+
 # Pseudocode syntax
 
 The syntax is shown in the v3.0B OpenPOWER Reference Manual.  The implementation of a parser, using python-ply, is here: <https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/decoder/pseudo/parser.py;hb=HEAD>