44377e6923c0b26458e5267019c0b666641bfbb1
[libresoc-isa-manual.git] / powerpc-add / src / power-spec.tex
1 %
2 %=======================================================================
3 % power-spec.tex
4 %-----------------------------------------------------------------------
5
6 \documentclass[twoside,11pt]{book}
7
8 % Fix copy/pasting of ligatures in Acrobat
9 \input{glyphtounicode.tex}
10 \pdfgentounicode=1 %
11
12 \input{preamble}
13
14 \newcommand{\specrev}{\mbox{20200813-{\em draft}}}
15 \newcommand{\specmonthyear}{\mbox{August 2020}}
16
17 \usepackage[english]{babel}
18 \usepackage{datetime}
19 \longdate % makes \today generate like: Wednesday 18th August, 2020
20
21 \begin{document}
22
23 \title{\vspace{-0.7in}\Large {\bf Additions to The PowerPC Instruction Set Manual} \\
24 \large {\bf Libre-SOC Extensions} \\
25 Document Version \specrev
26 \vspace{-0.1in}}
27
28 \author{Editor: Alain D D Williams$^{1}$ \\
29 $^{1}$Parliament Hill Computers Ltd, \\
30 {\tt addw@phcomp.co.uk} \\
31 \today
32 }
33 \date{}
34 \maketitle
35
36 Contributors to all versions of the spec in
37 alphabetical order (please contact editors to suggest
38 corrections):
39 Luke Kenneth Casson Leighton, Jacob R Lifshay, Alain D D Williams
40
41 This document is released under a Creative Commons Attribution 4.0
42 International License.
43
44 Please cite as: ``The PowerPC Instruction Set Additions, Document Version \specrev'', Editors
45 Alain Williams, Libre-SOC, \specmonthyear.
46
47
48 \markboth{Volume I: PowerPC ISAMUX \specrev}
49 {Volume I: PowerPC ISAMUX \specrev}
50 \thispagestyle{empty}
51
52 \frontmatter
53
54 \input{preface}
55
56 {\hypersetup{linktoc=all,hidelinks}
57 \tableofcontents
58 }
59
60 \mainmatter
61
62 \input{intro}
63 \input{isamux}
64 % \input{rv32}
65 % \input{zifencei}
66 % \input{rv32e}
67 % \input{rv64}
68 % \input{rv128}
69 % \input{m}
70 % \input{a}
71 % \input{csr}
72 % \input{counters}
73 % \input{f}
74 % \input{d}
75 % \input{q}
76 % \input{rvwmo}
77 % \input{l}
78 % \input{c}
79 % \input{b}
80 % \input{j}
81 % \input{t}
82 % \input{p}
83 % \input{v}
84 % \input{zam}
85 % \input{ztso}
86 % \input{gmaps}
87 % \input{assembly}
88 % \input{extensions}
89 % \input{naming}
90 % \input{history}
91 %
92 % \appendix
93 % \input{memory}
94
95 \bibliographystyle{plain}
96 \bibliography{power-spec}
97
98 \end{document}