<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>msyksphinz</author_name>
  <author_url>https://blog.hatena.ne.jp/msyksphinz/</author_url>
  <blog_title>FPGA開発日記</blog_title>
  <blog_url>https://msyksphinz.hatenablog.com/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>RISC-Vに限らず、大概の64ビットプロセッサには64ビット同士の乗算を行う命令が存在する。RISC-Vでは、以下の命令が定義されている。 MUL : 64bit signed × 64bit signed → 下位64ビットを結果として格納 MULH : 64bit signed × 64bit signed → 上位64ビットを結果として格納 MULHU : 64bit unsigned × 64bit unsigned → 上位64ビットを結果として格納 MULHSU : 64bit signed × 64bit unsigned → 上位64ビットを結果として格納 このような命令を実…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmsyksphinz.hatenablog.com%2Fentry%2F2016%2F01%2F17%2F020000&quot; title=&quot;GMPライブラリをつかって64ビット同士の乗算を実装する - FPGA開発日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-01-17 02:00:00</published>
  <title>GMPライブラリをつかって64ビット同士の乗算を実装する</title>
  <type>rich</type>
  <url>https://msyksphinz.hatenablog.com/entry/2016/01/17/020000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
