From: Luke Kenneth Casson Leighton Date: Sun, 3 Jul 2022 18:20:15 +0000 (+0100) Subject: add A/V and Int/FP chapters X-Git-Tag: opf_rfc_ls005_v1~1379 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f8627a9de14654935021971ca8bdfb61b052424;p=libreriscv.git add A/V and Int/FP chapters --- 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}