Added fixedshift
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 4 Jul 2022 12:59:34 +0000 (13:59 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Mon, 4 Jul 2022 12:59:34 +0000 (13:59 +0100)
openpower/Makefile

index b5474e29881322dff347ae85926c8421ec52005e..0d5cfd162f7e2cc7d0285f6c906c00511c3b11e3 100755 (executable)
@@ -12,6 +12,7 @@ SOURCE_TEX := tex_out/remap.tex tex_out/bitmanip.tex tex_out/vector_ops.tex \
               tex_out/fcvt.tex tex_out/fclass.tex \
               tex_out/int_fp_mv.tex tex_out/av_opcodes.tex \
               tex_out/big_integer.tex \
+              tex_out/pseudocode_fixedshift.tex \
                 tex_out/pseudocode_svfparith.tex \
                 tex_out/pseudocode_fixedarith.tex \
                 tex_out/pseudocode_fixedlogical.tex \
@@ -19,6 +20,7 @@ SOURCE_TEX := tex_out/remap.tex tex_out/bitmanip.tex tex_out/vector_ops.tex \
                 tex_out/big_integer_analysis.tex \
                 tex_out/vector_isas.tex
 
+# Does this umbrella rule need to be modified?
 tex: $(SOURCE_TEX)
        mkdir -p tex_out
 
@@ -195,6 +197,13 @@ tex_out/big_integer.tex : sv/biginteger.mdwn
                --filter pandoc_img.py \
                        -N -o tex_out/big_integer.tex sv/biginteger.mdwn
 
+tex_out/pseudocode_fixedshift.tex : ../../openpower-isa/openpower/isa/fixedshift.mdwn
+       mkdir -p tex_out
+       pandoc -f markdown -t latex --top-level-division=section \
+               --filter pandoc_img.py \
+                       -N -o tex_out/pseudocode_fixedshift.tex \
+                       ../../openpower-isa/openpower/isa/fixedshift.mdwn
+
 tex_out/svp64_appendix.tex: sv/svp64/appendix.mdwn
        mkdir -p tex_out
        ./mdwn_inline.py sv/svp64/appendix.mdwn tex_out/appendix.mdwn