pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
                        -N -o tex_out/pseudocode_simplev.tex \
-                       ../../openpower-isa/openpower/isa/simplev.mdwn 
+                       ../../openpower-isa/openpower/isa/simplev.mdwn
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
                        -N -o tex_out/vector_ops.tex sv/vector_ops.mdwn
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
                        -N -o tex_out/fcvt.tex sv/fcvt.mdwn
+       pandoc -f markdown -t latex --top-level-division=section \
+               --filter pandoc_img.py \
+                       -N -o tex_out/fclass.tex sv/fclass.mdwn
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
                        -N -o tex_out/int_fp_mv.tex sv/int_fp_mv.mdwn
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
                        -N -o tex_out/big_integer_analysis.tex sv/biginteger/analysis.mdwn
+       pandoc -f markdown -t latex --top-level-division=section \
+               --filter pandoc_img.py \
+                       -N -o tex_out/pseudocode_svfixedarith.tex \
+                       ../../openpower-isa/openpower/isa/svfixedarith.mdwn
+       pandoc -f markdown -t latex --top-level-division=section \
+               --filter pandoc_img.py \
+                       -N -o tex_out/pseudocode_svfparith.tex \
+                       ../../openpower-isa/openpower/isa/svfparith.mdwn
 
 
 pdf:
 
 \input{tex_out/bitmanip.tex}
 \chapter{FP/Integer conversion ops}\hypertarget{svux2fint_fp_mv}{}
 \input{tex_out/int_fp_mv.tex}
+\chapter{FP Class ops}\hypertarget{svux2ffclass}{}
+\input{tex_out/fclass.tex}
 \chapter{Audio/Video ops}\hypertarget{svux2fav_opcodes}{}
 \input{tex_out/av_opcodes.tex}
 \chapter{Big Integer}\hypertarget{svux2fbiginteger}{}
 \input{tex_out/big_integer.tex}
+
+\begin{appendices}
 \chapter{Big Integer Analysis}\hypertarget{svux2fbigintegerux2fanalysis}{}
 \input{tex_out/big_integer_analysis.tex}
+\chapter{Simple-V FP pseudocode}\hypertarget{svux2fpseudocode_svfparith}{}
+\input{tex_out/pseudocode_svfparith.tex}
+\chapter{Simple-V Fixed Point pseudocode}
+\hypertarget{svux2fpseudocode_svfixedarith}{}
+\input{tex_out/pseudocode_svfixedarith.tex}
+\end{appendices}