From 3f8627a9de14654935021971ca8bdfb61b052424 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 3 Jul 2022 19:20:15 +0100 Subject: [PATCH] add A/V and Int/FP chapters --- openpower/Makefile | 9 +++++++++ openpower/simple_v_spec.tex | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/openpower/Makefile b/openpower/Makefile index bcc9a6efc..677684dc8 100755 --- a/openpower/Makefile +++ b/openpower/Makefile @@ -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: diff --git a/openpower/simple_v_spec.tex b/openpower/simple_v_spec.tex index d63c3a62c..a31dbb7b9 100644 --- a/openpower/simple_v_spec.tex +++ b/openpower/simple_v_spec.tex @@ -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} -- 2.30.2