31 lines
1.1 KiB
TeX
31 lines
1.1 KiB
TeX
\chapter*{Notations}
|
|
\addcontentsline{toc}{chapter}{Notations}
|
|
|
|
Throughout this whole document, the following notations are used.
|
|
|
|
\begin{center}
|
|
\begin{tabular}{c p{0.65\textwidth} p{0.15\textwidth}}
|
|
\toprule
|
|
\textbf{Notation} & \textbf{Meaning} & \textbf{(See also)} \\
|
|
\midrule
|
|
$\cyc{\kerK}$ &
|
|
Reciprocal throughput of $\kerK$, in cycles per occurrence of $\kerK$.
|
|
& §\ref{def:cyc_kerK} \\
|
|
$\cycB{\kerK}$ &
|
|
Reciprocal throughput of $\kerK$ if it was only limited by the
|
|
CPU's backend.
|
|
& \qtodo{ref} \\
|
|
$\cycF{\kerK}$ &
|
|
Reciprocal throughput of $\kerK$ if it was only limited by the
|
|
CPU's frontend.
|
|
& \qtodo{ref} \\
|
|
$\kerK^n$ &
|
|
$\kerK$ repeated $n$ times.
|
|
& §\ref{not:kerK_N} \\
|
|
$\mucount{}i$ &
|
|
Number of \uops{} the instruction $i$ is decoded into. This can be
|
|
extended to a kernel: $\mucount{}\kerK$.
|
|
& \qtodo{ref} \\
|
|
\bottomrule
|
|
\end{tabular}
|
|
\end{center}
|