-N -o tex_out/normal.tex sv/normal.mdwn
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
- -N -o tex_out/ldst.tex sv/ldst.mdwn
+ -N -o tex_out/ldst.tex sv/ldst.mdwn
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
-N -o tex_out/branches.tex sv/branches.mdwn
--filter pandoc_img.py \
-N -o tex_out/pseudocode_simplev.tex \
../../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
pdf:
\tableofcontents
+\part{Scalable Vectors}
+
\chapter{Scalable Vectors for the Power ISA}
\hypertarget{svux2fscalvecpowisa}{}
\hypertarget{SVux7csv}{}
\end{landscape}
\end{appendices}
+\part{Scalar Instructions}
+
+\chapter{Vector Assist ops}\hypertarget{svux2fvector_ops}{}
+\input{tex_out/vector_ops.tex}
+
+
\end{document}