From 5313a649634925dfa11bc95f36f1468d04a3693d Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 30 Jun 2022 12:47:12 +0100 Subject: [PATCH] add more chapters to latex spec --- openpower/Makefile | 14 ++++++++++++++ openpower/simple_v_spec.tex | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/openpower/Makefile b/openpower/Makefile index 4fad5929e..00fcf26c2 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -16,6 +16,20 @@ tex: -N -o tex_out/svp64_quirks.tex sv/svp64_quirks.mdwn pandoc -f markdown -t latex --top-level-division=section \ -N -o tex_out/opcode_regs_deduped.tex opcode_regs_deduped.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + -N -o tex_out/normal.tex sv/normal.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + -N -o tex_out/ldst.tex sv/ldst.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + -N -o tex_out/branches.tex sv/branches.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + -N -o tex_out/cr_ops.tex sv/cr_ops.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + -N -o tex_out/setvl.tex sv/setvl.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + -N -o tex_out/svstep.tex sv/svstep.mdwn + pandoc -f markdown -t latex --top-level-division=section \ + -N -o tex_out/remap.tex sv/remap.mdwn pdf: pdflatex -synctex=1 -interaction=nonstopmode simple_v_spec.tex diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index 7fcbe9a1d..44dc6f9fc 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -76,6 +76,20 @@ table}}{} \input{tex_out/svp64_appendix.tex} \chapter{SVP64 Quirks} \input{tex_out/svp64_quirks.tex} +\chapter{Arithmetic Mode} +\input{tex_out/normal.tex} +\chapter{Load/Store Mode} +\input{tex_out/ldst.tex} +\chapter{Condition Register Fields Mode} +\input{tex_out/cr_ops.tex} +\chapter{Branch Mode} +\input{tex_out/branches.tex} +\chapter{setvl instruction} +\input{tex_out/setvl.tex} +\chapter{svstep instruction} +\input{tex_out/svstep.tex} +\chapter{REMAP subsystem} +\input{tex_out/remap.tex} \chapter{SVP64 Augmentation Table} \begin{landscape} { -- 2.30.2