x86 insn is shld/shrd not dsld
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 3 May 2023 21:34:55 +0000 (14:34 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 3 May 2023 21:39:28 +0000 (14:39 -0700)
conferences/siliconsalon2023/siliconsalon2023.tex

index 09782cb13448a02407e05c8b7d1f9352fd1cf4a1..cfd2a66d5de2a45ac44ca84ffa428d76fefb3609 100644 (file)
 \begin{frame}[fragile]\frametitle{Draft Double-Shift}
 
  \begin{itemize}
-   \item Remarkably similar to x86 dsld
+   \item Remarkably similar to x86's shld/shrd
    \item Does not need 128-bit ROT: simple mod to existing hardware
    \item Hardware may macro-op fuse Vector-shift for better efficiency
    \item Chainable and in-place (no copy of vector needed).