From: Luke Kenneth Casson Leighton Date: Sun, 3 Jul 2022 17:36:54 +0000 (+0100) Subject: add 2 more scalar chapters X-Git-Tag: opf_rfc_ls005_v1~1381 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=66ed2f4cc7061e7de8504e6e3697ec60fda815d1;p=libreriscv.git add 2 more scalar chapters crweird bitnanip --- diff --git a/openpower/Makefile b/openpower/Makefile index 107de70ac..bcc9a6efc 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -63,6 +63,12 @@ tex: 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/cr_int_predication.tex sv/cr_int_predication.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + --filter pandoc_img.py \ + -N -o tex_out/bitmanip.tex sv/bitmanip.mdwn pdf: diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index 3ff5c962c..af2855962 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -154,6 +154,11 @@ Programme, requires full transparency. \chapter{Vector Assist ops}\hypertarget{svux2fvector_ops}{} \input{tex_out/vector_ops.tex} +\chapter{CR Weird ops}\hypertarget{svux2fcr_int_predication}{} +\input{tex_out/cr_int_predication.tex} +\chapter{Bitmanip ops}\hypertarget{svux2fbitmanip}{} +\input{tex_out/bitmanip.tex} + \end{document}