From 6e8e86f19e7eede85c6620a6558b27cba1838bef Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Wed, 6 Jul 2022 15:50:26 +0100 Subject: [PATCH] Added some more links, svfparith and svfixedarith not working --- openpower/pandoc_img.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openpower/pandoc_img.py b/openpower/pandoc_img.py index ce6598842..8ff61c9b7 100755 --- a/openpower/pandoc_img.py +++ b/openpower/pandoc_img.py @@ -78,6 +78,12 @@ def inlinenotes(k, v, f, meta): 'sv/av_opcodes' : 'Audio and Video Opcodes', 'sv/vector_ops' : 'SV Vector ops', 'sv/int_fp_mv' : 'FP/Int Conversion ops', + 'sv/bitmanip' : 'Bitmanip ops', + 'sv/cr_int_predication' : 'CR Weird ops', + 'sv/fclass' : 'FP Class ops', + 'sv/biginteger' : 'Big Integer', + 'isa/svfparith' : 'Floating Point pseudocode', + 'isa/svfixedarith' : 'Fixed Point pseudocode', } if link in lookups: out.write(" found %s\n" % lookups[link]) -- 2.30.2