tex_out/branches.tex tex_out/cr_ops.tex \
tex_out/setvl.tex tex_out/svstep.tex \
tex_out/mv_swizzle.tex tex_out/mv_vec.tex \
- tex_out/pseudocode_simplev.tex tex_out/cr_int_predication.tex \
+ tex_out/pseudocode_simplev.tex \
+ tex_out/pseudocode_bitmanip.tex \
+ tex_out/cr_int_predication.tex \
tex_out/fcvt.tex tex_out/fclass.tex \
tex_out/int_fp_mv.tex tex_out/av_opcodes.tex \
tex_out/big_integer.tex \
-N -o tex_out/pseudocode_simplev.tex \
$(ISA_DIR)/simplev.mdwn
+tex_out/pseudocode_bitmanip.tex : $(ISA_DIR)/bitmanip.mdwn
+ mkdir -p tex_out
+ pandoc -f markdown -t latex --top-level-division=section \
+ --filter pandoc_img.py \
+ -N -o tex_out/pseudocode_bitmanip.tex \
+ $(ISA_DIR)/bitmanip.mdwn
+
tex_out/cr_int_predication.tex : sv/cr_int_predication.mdwn
mkdir -p tex_out
pandoc -f markdown -t latex --top-level-division=section \
\begin{appendices}
\chapter{Big Integer Analysis}\hypertarget{svux2fbigintegerux2fanalysis}{}
\input{tex_out/big_integer_analysis.tex}
-\chapter{Simple-V FP pseudocode}\hypertarget{svux2fpseudocode_svfparith}{}
+\chapter{Bitmanip pseudocode}\hypertarget{svux2fpseudocode_bitmanip}{}
+\input{tex_out/pseudocode_bitmanip.tex}
+\chapter{Floating Point pseudocode}\hypertarget{svux2fpseudocode_svfparith}{}
\input{tex_out/pseudocode_svfparith.tex}
-\chapter{Simple-V Fixed Point pseudocode}
+\chapter{Fixed Point pseudocode}
\hypertarget{svux2fpseudocode_svfixedarith}{}
\input{tex_out/pseudocode_svfixedarith.tex}
\end{appendices}