@@ -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>