(no commit message)
[libreriscv.git] / openpower / isa.mdwn
index e95f720727947964b7a22f22d4810910b5fccb2f..da3bfea983210ceb980c5b04532eb8bbb0b93b28 100644 (file)
@@ -30,6 +30,11 @@ FP instructions: useful for testing <http://weitz.de/ieee/>
 * [[isa/fparith]]
 * [[isa/fpcvt]]
 
+Variants only available under the [[sv/svp64]] namespace
+
+* [[isa/svfixedload]]
+* [[isa/svfparith]]
+
 # 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>