mkdir -p tex_out
pandoc -f markdown -t latex --top-level-division=section \
--filter pandoc_img.py \
- -N -o tex_out/big_integer_analysis.tex sv/biginteger/analysis.mdwn
+ -N -o tex_out/big_integer_analysis.tex sv/big_integer_analysis.mdwn
tex_out/pseudocode_fixedlogical.tex : $(ISA_DIR)/fixedlogical.mdwn
mkdir -p tex_out
out.write(" link %s\n" % link)
lookups = {'sv': 'Scalable Vectors for Power ISA',
'SV|sv': 'Scalable Vectors for Power ISA',
+ 'openpower/sv': 'Scalable Vectors for Power ISA',
'sv/overview': 'Overview Chapter',
'sv/vector_isa_comparison': 'Vector ISA Comparison',
'sv/compliancy_levels': 'Compliancy Levels',
'sv/svp64': 'SVP64 Chapter',
+ 'svp64': 'SVP64 Chapter',
'sv/sprs': 'SPRs',
'sv/normal': 'Arithmetic Mode',
'sv/ldst': 'Load/Store Mode',
'openpower/isa/simplev': 'Simple-V pseudocode',
'opcode_regs_deduped': 'SVP64 Augmentation Table',
'sv/av_opcodes' : 'Audio and Video Opcodes',
+ 'sv/vector_ops' : 'SV Vector ops',
+ 'sv/int_fp_mv' : 'FP/Int Conversion ops',
}
if link in lookups:
out.write(" found %s\n" % lookups[link])
\part{Scalar Instructions}
-\chapter{Vector Assist ops}\hypertarget{svux2fvector_ops}{}
+\chapter{SV Vector ops}\hypertarget{svux2fvector_ops}{}
\input{tex_out/vector_ops.tex}
\chapter{CR Weird ops}\hypertarget{svux2fcr_int_predication}{}
\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}{}
+\chapter{FP/Int Conversion ops}\hypertarget{svux2fint_fp_mv}{}
\input{tex_out/int_fp_mv.tex}
\chapter{FP Class ops}\hypertarget{svux2ffclass}{}
\input{tex_out/fclass.tex}