add 2nd book, scalar ops
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 3 Jul 2022 16:39:06 +0000 (17:39 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 3 Jul 2022 16:39:06 +0000 (17:39 +0100)
openpower/Makefile
openpower/simple_v_spec.tex

index 4f9779a66dbee5505401b0c5c51681f2c5557784..107de70ac12c4501b3afceee624ff07461309ef3 100755 (executable)
@@ -34,7 +34,7 @@ tex:
             -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
@@ -60,6 +60,9 @@ tex:
                --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:
index baea6bc1239e8e3b365b22f3a257005dd355fa1c..3ff5c962ce12d4397a5d1f2f2e73e00700489464 100644 (file)
@@ -99,6 +99,8 @@ Programme, requires full transparency.
 
 \tableofcontents
 
+\part{Scalable Vectors}
+
 \chapter{Scalable Vectors for the Power ISA}
 \hypertarget{svux2fscalvecpowisa}{}
 \hypertarget{SVux7csv}{}
@@ -148,4 +150,10 @@ Programme, requires full transparency.
 \end{landscape}
 \end{appendices}
 
+\part{Scalar Instructions}
+
+\chapter{Vector Assist ops}\hypertarget{svux2fvector_ops}{}
+\input{tex_out/vector_ops.tex}
+
+
 \end{document}