add A/V and Int/FP chapters
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 3 Jul 2022 18:20:15 +0000 (19:20 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 3 Jul 2022 18:20:15 +0000 (19:20 +0100)
openpower/Makefile
openpower/simple_v_spec.tex

index bcc9a6efc192bc30e7fde1bdc0c22ba952df7f4d..677684dc8c6bf2661f5add037e7c8816bc7864cb 100755 (executable)
@@ -69,6 +69,15 @@ tex:
        pandoc -f markdown -t latex --top-level-division=section \
                --filter pandoc_img.py \
                        -N -o tex_out/bitmanip.tex sv/bitmanip.mdwn
+       pandoc -f markdown -t latex --top-level-division=section \
+               --filter pandoc_img.py \
+                       -N -o tex_out/fcvt.tex sv/fcvt.mdwn
+       pandoc -f markdown -t latex --top-level-division=section \
+               --filter pandoc_img.py \
+                       -N -o tex_out/int_fp_mv.tex sv/int_fp_mv.mdwn
+       pandoc -f markdown -t latex --top-level-division=section \
+               --filter pandoc_img.py \
+                       -N -o tex_out/av_opcodes.tex sv/av_opcodes.mdwn
 
 
 pdf:
index d63c3a62c0e8c4e7358373b2437dc72568352923..a31dbb7b974e1be41bbf81cd45d2f8e8664d0ae1 100644 (file)
@@ -196,6 +196,10 @@ Programme, requires full transparency.
 \input{tex_out/cr_int_predication.tex}
 \chapter{Bitmanip ops}\hypertarget{svux2fbitmanip}{}
 \input{tex_out/bitmanip.tex}
+\chapter{FP/Integer conversion ops}\hypertarget{svux2fint_fp_mv}{}
+\input{tex_out/int_fp_mv.tex}
+\chapter{Audio/Video ops}\hypertarget{svux2fav_opcodes}{}
+\input{tex_out/av_opcodes.tex}