From 66ed2f4cc7061e7de8504e6e3697ec60fda815d1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 3 Jul 2022 18:36:54 +0100 Subject: [PATCH] add 2 more scalar chapters crweird bitnanip --- openpower/Makefile | 6 ++++++ openpower/simple_v_spec.tex | 5 +++++ 2 files changed, 11 insertions(+) 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} -- 2.30.2