[www-releases] r368037 - Add 8.0.1 LLVM docs

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 6 06:51:06 PDT 2019


Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_atomic32.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_atomic32.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_atomic32.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_atomic32.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_data_buf_atomic64.html" />
+    <link rel="prev" title="vdata" href="gfx8_data_buf_atomic128.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_buf_atomic64.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_atomic128.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-data-buf-atomic32"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> 1 dword by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_buf_atomic64.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_atomic128.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_atomic64.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_atomic64.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_atomic64.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_atomic64.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_data_buf_d16_128.html" />
+    <link rel="prev" title="vdata" href="gfx8_data_buf_atomic32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_128.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_atomic32.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-data-buf-atomic64"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> 2 dwords by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_128.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_atomic32.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_128.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_128.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_128.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_128.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_data_buf_d16_32.html" />
+    <link rel="prev" title="vdata" href="gfx8_data_buf_atomic64.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_32.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_atomic64.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-data-buf-d16-128"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>16-bit data to store by a buffer instruction.</p>
+<p><em>Size:</em> depends on GFX8 GPU revision:</p>
+<ul class="simple">
+<li>4 dwords for GFX8.0. This H/W supports no packing.</li>
+<li>2 dwords for GFX8.1+. This H/W supports data packing.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_32.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_atomic64.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_32.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_32.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_32.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_32.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_data_buf_d16_64.html" />
+    <link rel="prev" title="vdata" href="gfx8_data_buf_d16_128.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_64.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_128.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-data-buf-d16-32"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>16-bit data to store by a buffer instruction.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_64.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_128.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_64.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_64.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_64.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_64.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_data_buf_d16_96.html" />
+    <link rel="prev" title="vdata" href="gfx8_data_buf_d16_32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_96.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_32.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-data-buf-d16-64"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>16-bit data to store by a buffer instruction.</p>
+<p><em>Size:</em> depends on GFX8 GPU revision:</p>
+<ul class="simple">
+<li>2 dwords for GFX8.0. This H/W supports no packing.</li>
+<li>1 dword for GFX8.1+. This H/W supports data packing.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_96.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_32.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_96.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_96.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_96.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_buf_d16_96.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_data_mimg_atomic_cmp.html" />
+    <link rel="prev" title="vdata" href="gfx8_data_buf_d16_64.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_atomic_cmp.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_64.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-data-buf-d16-96"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>16-bit data to store by a buffer instruction.</p>
+<p><em>Size:</em> depends on GFX8 GPU revision:</p>
+<ul class="simple">
+<li>3 dwords for GFX8.0. This H/W supports no packing.</li>
+<li>2 dwords for GFX8.1+. This H/W supports data packing.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_atomic_cmp.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_64.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_atomic_cmp.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_atomic_cmp.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_atomic_cmp.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_atomic_cmp.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,106 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_data_mimg_atomic_reg.html" />
+    <link rel="prev" title="vdata" href="gfx8_data_buf_d16_96.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_atomic_reg.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_96.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-data-mimg-atomic-cmp"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a>:</p>
+<ul>
+<li><p class="first"><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> may specify 2 data elements for 32-bit-per-pixel surfaces or 4 data elements for 64-bit-per-pixel surfaces. Each data element occupies 1 dword.</p>
+</li>
+<li><p class="first"><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p>Note. The surface data format is indicated in the image resource constant but not in the instruction.</p>
+</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_atomic_reg.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_buf_d16_96.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_atomic_reg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_atomic_reg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_atomic_reg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_atomic_reg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,106 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_data_mimg_store.html" />
+    <link rel="prev" title="vdata" href="gfx8_data_mimg_atomic_cmp.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_store.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_atomic_cmp.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-data-mimg-atomic-reg"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a>:</p>
+<ul>
+<li><p class="first"><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> may specify 1 data element for 32-bit-per-pixel surfaces or 2 data elements for 64-bit-per-pixel surfaces. Each data element occupies 1 dword.</p>
+</li>
+<li><p class="first"><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p>Note. The surface data format is indicated in the image resource constant but not in the instruction.</p>
+</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_store.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_atomic_cmp.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_store.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_store.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_store.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_store.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_data_mimg_store_d16.html" />
+    <link rel="prev" title="vdata" href="gfx8_data_mimg_atomic_reg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_store_d16.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_atomic_reg.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-data-mimg-store"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Image data to store by an <em>image_store</em> instruction.</p>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> which may specify from 1 to 4 data elements. Each data element occupies 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_store_d16.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_atomic_reg.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_store_d16.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_store_d16.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_store_d16.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_data_mimg_store_d16.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,103 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_buf_128.html" />
+    <link rel="prev" title="vdata" href="gfx8_data_mimg_store.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_128.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_store.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-data-mimg-store-d16"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Image data to store by an <em>image_store</em> instruction.</p>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a>:</p>
+<ul class="simple">
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> may specify from 1 to 4 data elements. Each data element occupies either 32 bits or 16 bits depending on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a>.</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a> has different meaning for GFX8.0 and GFX8.1:<ul>
+<li>For GFX8.0 this modifier does not affect size of data elements in registers. Data in registers are stored in low 16 bits, high 16 bits are unused. There is no packing.</li>
+<li>Starting from GFX8.1 this modifier specifies that data elements in registers are packed; each value occupies 16 bits.</li>
+</ul>
+</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_128.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_store.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_128.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_128.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_128.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_128.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_buf_64.html" />
+    <link rel="prev" title="vdata" href="gfx8_data_mimg_store_d16.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_64.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_store_d16.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-buf-128"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer.</p>
+<p><em>Size:</em> 4 dwords by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_64.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_data_mimg_store_d16.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_64.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_64.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_64.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_64.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_buf_96.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_buf_128.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_96.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_128.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-buf-64"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer.</p>
+<p><em>Size:</em> 2 dwords by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_96.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_128.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_96.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_96.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_96.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_96.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_buf_d16_128.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_buf_64.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_128.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_64.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-buf-96"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer.</p>
+<p><em>Size:</em> 3 dwords by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_128.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_64.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_128.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_128.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_128.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_128.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,100 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_buf_d16_32.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_buf_96.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_32.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_96.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-buf-d16-128"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer and converted to a 16-bit format.</p>
+<p><em>Size:</em> depends on GFX8 GPU revision and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a>:</p>
+<ul class="simple">
+<li>4 dwords for GFX8.0. This H/W supports no packing.</li>
+<li>2 dwords for GFX8.1+. This H/W supports data packing.</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds one dword if specified.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_32.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_96.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_32.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_32.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_32.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_32.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_buf_d16_64.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_buf_d16_128.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_64.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_128.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-buf-d16-32"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer and converted to a 16-bit format.</p>
+<p><em>Size:</em> 1 dword by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_64.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_128.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_64.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_64.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_64.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_64.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,100 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_buf_d16_96.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_buf_d16_32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_96.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_32.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-buf-d16-64"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer and converted to a 16-bit format.</p>
+<p><em>Size:</em> depends on GFX8 GPU revision and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a>:</p>
+<ul class="simple">
+<li>2 dwords for GFX8.0. This H/W supports no packing.</li>
+<li>1 dword for GFX8.1+. This H/W supports data packing.</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds one dword if specified.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_96.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_32.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_96.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_96.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_96.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_d16_96.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,100 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_buf_lds.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_buf_d16_64.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_lds.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_64.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-buf-d16-96"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer and converted to a 16-bit format.</p>
+<p><em>Size:</em> depends on GFX8 GPU revision and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a>:</p>
+<ul class="simple">
+<li>3 dwords for GFX8.0. This H/W supports no packing.</li>
+<li>2 dwords for GFX8.1+. This H/W supports data packing.</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds one dword if specified.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_lds.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_64.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_lds.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_lds.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_lds.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_buf_lds.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,98 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_flat_atomic32.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_buf_d16_96.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_flat_atomic32.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_96.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-buf-lds"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer.</p>
+<p>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-lds"><span class="std std-ref">lds</span></a> is specified, this operand is ignored by H/W and data are stored directly into LDS.</p>
+<p><em>Size:</em> 1 dword by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<blockquote>
+<div>Note that <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-lds"><span class="std std-ref">lds</span></a> cannot be used together.</div></blockquote>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_flat_atomic32.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_d16_96.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_flat_atomic32.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_flat_atomic32.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_flat_atomic32.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_flat_atomic32.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,96 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_flat_atomic64.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_buf_lds.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_flat_atomic64.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_lds.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-flat-atomic32"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Data returned by a 32-bit atomic flat instruction.</p>
+<p>This is an optional operand. It must be used if and only if <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_flat_atomic64.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_buf_lds.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_flat_atomic64.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_flat_atomic64.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_flat_atomic64.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_flat_atomic64.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,96 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_mimg_gather4.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_flat_atomic32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_gather4.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_flat_atomic32.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-flat-atomic64"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Data returned by a 64-bit atomic flat instruction.</p>
+<p>This is an optional operand. It must be used if and only if <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_gather4.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_flat_atomic32.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_gather4.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_gather4.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_gather4.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_gather4.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,104 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_mimg_regular.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_flat_atomic64.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_regular.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_flat_atomic64.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-mimg-gather4"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Image data to load by an <em>image_gather4</em> instruction.</p>
+<p><em>Size:</em> 4 data elements by default. Each data element occupies either 32 bits or 16 bits depending on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a>.</p>
+<p><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> affect operand size as follows:</p>
+<ul class="simple">
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a> has different meaning for GFX8.0 and GFX8.1:<ul>
+<li>For GFX8.0 this modifier does not affect size of data elements in registers. Data in registers are stored in low 16 bits, high 16 bits are unused. There is no packing.</li>
+<li>Starting from GFX8.1 this modifier specifies that data elements in registers are packed; each value occupies 16 bits.</li>
+</ul>
+</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds one dword if specified.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_regular.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_flat_atomic64.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_regular.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_regular.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_regular.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_regular.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_dst_mimg_regular_d16.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_mimg_gather4.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_regular_d16.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_gather4.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-mimg-regular"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Image data to load by an image instruction.</p>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a>:</p>
+<ul class="simple">
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> may specify from 1 to 4 data elements. Each data element occupies 1 dword.</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_regular_d16.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_gather4.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_regular_d16.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_regular_d16.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_regular_d16.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_dst_mimg_regular_d16.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,104 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="soffset" href="gfx8_offset_buf.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_mimg_regular.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_offset_buf.html" title="soffset"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_regular.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-dst-mimg-regular-d16"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Image data to load by an image instruction.</p>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a>, <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a>:</p>
+<ul class="simple">
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> may specify from 1 to 4 data elements. Each data element occupies either 32 bits or 16 bits depending on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a>.</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a> has different meaning for GFX8.0 and GFX8.1:<ul>
+<li>For GFX8.0 this modifier does not affect size of data elements in registers. Data in registers are stored in low 16 bits, high 16 bits are unused. There is no packing.</li>
+<li>Starting from GFX8.1 this modifier specifies that data elements in registers are packed; each value occupies 16 bits.</li>
+</ul>
+</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_offset_buf.html" title="soffset"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_regular.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_fimm16.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_fimm16.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_fimm16.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_fimm16.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm32 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm32" href="gfx8_fimm32.html" />
+    <link rel="prev" title="imm32" href="gfx8_bimm32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_fimm32.html" title="imm32"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_bimm32.html" title="imm32"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm32">
+<span id="amdgpu-synid8-fimm16"></span><h1>imm32<a class="headerlink" href="#imm32" title="Permalink to this headline">¶</a></h1>
+<p>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a> or a <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-floating-point-number"><span class="std std-ref">floating-point_number</span></a>. The number is converted to <em>f16</em> as described <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-lit-conv"><span class="std std-ref">here</span></a>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_fimm32.html" title="imm32"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_bimm32.html" title="imm32"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_fimm32.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_fimm32.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_fimm32.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_fimm32.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm32 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="hwreg" href="gfx8_hwreg.html" />
+    <link rel="prev" title="imm32" href="gfx8_fimm16.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_hwreg.html" title="hwreg"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_fimm16.html" title="imm32"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm32">
+<span id="amdgpu-synid8-fimm32"></span><h1>imm32<a class="headerlink" href="#imm32" title="Permalink to this headline">¶</a></h1>
+<p>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a> or a <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-floating-point-number"><span class="std std-ref">floating-point_number</span></a>. The value is converted to <em>f32</em> as described <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-lit-conv"><span class="std std-ref">here</span></a>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_hwreg.html" title="hwreg"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_fimm16.html" title="imm32"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_hwreg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_hwreg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_hwreg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_hwreg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,191 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>hwreg — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm4" href="gfx8_imm4.html" />
+    <link rel="prev" title="imm32" href="gfx8_fimm32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_imm4.html" title="imm4"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_fimm32.html" title="imm32"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="hwreg">
+<span id="amdgpu-synid8-hwreg"></span><h1>hwreg<a class="headerlink" href="#hwreg" title="Permalink to this headline">¶</a></h1>
+<p>Bits of a hardware register being accessed.</p>
+<p>The bits of this operand have the following meaning:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="26%" />
+<col width="74%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Bits</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>5:0</td>
+<td>Register <em>id</em>.</td>
+</tr>
+<tr class="row-odd"><td>10:6</td>
+<td>First bit <em>offset</em> (0..31).</td>
+</tr>
+<tr class="row-even"><td>15:11</td>
+<td><em>Size</em> in bits (1..32).</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>This operand may be specified as a positive 16-bit <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a> or using the syntax described below.</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="32%" />
+<col width="68%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Syntax</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hwreg({0..63})</td>
+<td>All bits of a register indicated by its <em>id</em>.</td>
+</tr>
+<tr class="row-odd"><td>hwreg(<<em>name</em>>)</td>
+<td>All bits of a register indicated by its <em>name</em>.</td>
+</tr>
+<tr class="row-even"><td>hwreg({0..63}, {0..31}, {1..32})</td>
+<td>Register bits indicated by register <em>id</em>, first bit <em>offset</em> and <em>size</em>.</td>
+</tr>
+<tr class="row-odd"><td>hwreg(<<em>name</em>>, {0..31}, {1..32})</td>
+<td>Register bits indicated by register <em>name</em>, first bit <em>offset</em> and <em>size</em>.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>Register <em>id</em>, <em>offset</em> and <em>size</em> must be specified as positive <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer numbers</span></a>.</p>
+<p>Defined register <em>names</em> include:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="31%" />
+<col width="69%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Name</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>HW_REG_MODE</td>
+<td>Shader writeable mode bits.</td>
+</tr>
+<tr class="row-odd"><td>HW_REG_STATUS</td>
+<td>Shader read-only status.</td>
+</tr>
+<tr class="row-even"><td>HW_REG_TRAPSTS</td>
+<td>Trap status.</td>
+</tr>
+<tr class="row-odd"><td>HW_REG_HW_ID</td>
+<td>Id of wave, simd, compute unit, etc.</td>
+</tr>
+<tr class="row-even"><td>HW_REG_GPR_ALLOC</td>
+<td>Per-wave SGPR and VGPR allocation.</td>
+</tr>
+<tr class="row-odd"><td>HW_REG_LDS_ALLOC</td>
+<td>Per-wave LDS allocation.</td>
+</tr>
+<tr class="row-even"><td>HW_REG_IB_STS</td>
+<td>Counters of outstanding instructions.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>Examples:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">s_getreg_b32</span> <span class="n">s2</span><span class="p">,</span> <span class="mh">0x6</span>
+<span class="n">s_getreg_b32</span> <span class="n">s2</span><span class="p">,</span> <span class="n">hwreg</span><span class="p">(</span><span class="mi">15</span><span class="p">)</span>
+<span class="n">s_getreg_b32</span> <span class="n">s2</span><span class="p">,</span> <span class="n">hwreg</span><span class="p">(</span><span class="mi">51</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">31</span><span class="p">)</span>
+<span class="n">s_getreg_b32</span> <span class="n">s2</span><span class="p">,</span> <span class="n">hwreg</span><span class="p">(</span><span class="n">HW_REG_LDS_ALLOC</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">)</span>
+</pre></div>
+</div>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_imm4.html" title="imm4"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_fimm32.html" title="imm32"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_imm4.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_imm4.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_imm4.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_imm4.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,121 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm4 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="label" href="gfx8_label.html" />
+    <link rel="prev" title="hwreg" href="gfx8_hwreg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_label.html" title="label"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_hwreg.html" title="hwreg"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm4">
+<span id="amdgpu-synid8-imm4"></span><h1>imm4<a class="headerlink" href="#imm4" title="Permalink to this headline">¶</a></h1>
+<p>A positive <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value is truncated to 4 bits.</p>
+<p>This operand is a mask which controls indexing mode for operands of subsequent instructions. Value 1 enables indexing and value 0 disables it.</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="23%" />
+<col width="77%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Bit</th>
+<th class="head">Meaning</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>0</td>
+<td>Enables or disables <em>src0</em> indexing.</td>
+</tr>
+<tr class="row-odd"><td>1</td>
+<td>Enables or disables <em>src1</em> indexing.</td>
+</tr>
+<tr class="row-even"><td>2</td>
+<td>Enables or disables <em>src2</em> indexing.</td>
+</tr>
+<tr class="row-odd"><td>3</td>
+<td>Enables or disables <em>dst</em> indexing.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_label.html" title="label"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_hwreg.html" title="hwreg"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_label.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_label.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_label.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_label.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,107 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>label — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="msg" href="gfx8_msg.html" />
+    <link rel="prev" title="imm4" href="gfx8_imm4.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_msg.html" title="msg"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_imm4.html" title="imm4"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="label">
+<span id="amdgpu-synid8-label"></span><h1>label<a class="headerlink" href="#label" title="Permalink to this headline">¶</a></h1>
+<p>A branch target which is a 16-bit signed integer treated as a PC-relative dword offset.</p>
+<p>This operand may be specified as:</p>
+<ul class="simple">
+<li>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The number is truncated to 16 bits.</li>
+<li>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-absolute-expression"><span class="std std-ref">absolute_expression</span></a> which must start with an <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value of the expression is truncated to 16 bits.</li>
+<li>A <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-symbol"><span class="std std-ref">symbol</span></a> (for example, a label). The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.</li>
+</ul>
+<p>Examples:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">offset</span> <span class="o">=</span> <span class="mi">30</span>
+<span class="n">s_branch</span> <span class="n">loop_end</span>
+<span class="n">s_branch</span> <span class="mi">2</span> <span class="o">+</span> <span class="n">offset</span>
+<span class="n">s_branch</span> <span class="mi">32</span>
+<span class="n">loop_end</span><span class="p">:</span>
+</pre></div>
+</div>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_msg.html" title="msg"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_imm4.html" title="imm4"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_dpp_sdwa_abs_neg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_dpp_sdwa_abs_neg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_dpp_sdwa_abs_neg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_dpp_sdwa_abs_neg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>m — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="m" href="gfx8_mod_sdwa_sext.html" />
+    <link rel="prev" title="vsrc" href="gfx8_vsrc64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_mod_sdwa_sext.html" title="m"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vsrc64_0.html" title="vsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="m">
+<span id="amdgpu-synid8-mod-dpp-sdwa-abs-neg"></span><h1>m<a class="headerlink" href="#m" title="Permalink to this headline">¶</a></h1>
+<p>This operand may be used with floating point operand modifiers <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-abs"><span class="std std-ref">abs</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-neg"><span class="std std-ref">neg</span></a>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_mod_sdwa_sext.html" title="m"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vsrc64_0.html" title="vsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_sdwa_sext.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_sdwa_sext.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_sdwa_sext.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_sdwa_sext.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>m — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="m" href="gfx8_mod_vop3_abs_neg.html" />
+    <link rel="prev" title="m" href="gfx8_mod_dpp_sdwa_abs_neg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_mod_vop3_abs_neg.html" title="m"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_mod_dpp_sdwa_abs_neg.html" title="m"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="m">
+<span id="amdgpu-synid8-mod-sdwa-sext"></span><h1>m<a class="headerlink" href="#m" title="Permalink to this headline">¶</a></h1>
+<p>This operand may be used with integer operand modifier <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-sext"><span class="std std-ref">sext</span></a>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_mod_vop3_abs_neg.html" title="m"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_mod_dpp_sdwa_abs_neg.html" title="m"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_vop3_abs_neg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_vop3_abs_neg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_vop3_abs_neg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_mod_vop3_abs_neg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>m — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="opt" href="gfx8_opt.html" />
+    <link rel="prev" title="m" href="gfx8_mod_sdwa_sext.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_opt.html" title="opt"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_mod_sdwa_sext.html" title="m"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="m">
+<span id="amdgpu-synid8-mod-vop3-abs-neg"></span><h1>m<a class="headerlink" href="#m" title="Permalink to this headline">¶</a></h1>
+<p>This operand may be used with floating point operand modifiers <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-abs"><span class="std std-ref">abs</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-neg"><span class="std std-ref">neg</span></a>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_opt.html" title="opt"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_mod_sdwa_sext.html" title="m"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_msg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_msg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_msg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_msg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,253 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>msg — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="param" href="gfx8_param.html" />
+    <link rel="prev" title="label" href="gfx8_label.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_param.html" title="param"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_label.html" title="label"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="msg">
+<span id="amdgpu-synid8-msg"></span><h1>msg<a class="headerlink" href="#msg" title="Permalink to this headline">¶</a></h1>
+<p>A 16-bit message code. The bits of this operand have the following meaning:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="18%" />
+<col width="82%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Bits</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>3:0</td>
+<td>Message <em>type</em>.</td>
+</tr>
+<tr class="row-odd"><td>6:4</td>
+<td>Optional <em>operation</em>.</td>
+</tr>
+<tr class="row-even"><td>9:7</td>
+<td>Optional <em>parameters</em>.</td>
+</tr>
+<tr class="row-odd"><td>15:10</td>
+<td>Unused.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>This operand may be specified as a positive 16-bit <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a> or using the syntax described below:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="36%" />
+<col width="64%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Syntax</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>sendmsg(<<em>type</em>>)</td>
+<td>A message identified by its <em>type</em>.</td>
+</tr>
+<tr class="row-odd"><td>sendmsg(<<em>type</em>>, <<em>op</em>>)</td>
+<td>A message identified by its <em>type</em> and <em>operation</em>.</td>
+</tr>
+<tr class="row-even"><td>sendmsg(<<em>type</em>>, <<em>op</em>>, <<em>stream</em>>)</td>
+<td>A message identified by its <em>type</em> and <em>operation</em> with a stream <em>id</em>.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p><em>Type</em> may be specified using message <em>name</em> or message <em>id</em>.</p>
+<p><em>Op</em> may be specified using operation <em>name</em> or operation <em>id</em>.</p>
+<p>Stream <em>id</em> is an integer in the range 0..3.</p>
+<p>Message <em>id</em>, operation <em>id</em> and stream <em>id</em> must be specified as positive <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer numbers</span></a>.</p>
+<p>Each message type supports specific operations:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="22%" />
+<col width="13%" />
+<col width="38%" />
+<col width="15%" />
+<col width="13%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Message name</th>
+<th class="head">Message Id</th>
+<th class="head">Supported Operations</th>
+<th class="head">Operation Id</th>
+<th class="head">Stream Id</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>MSG_INTERRUPT</td>
+<td>1</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr class="row-odd"><td>MSG_GS</td>
+<td>2</td>
+<td>GS_OP_CUT</td>
+<td>1</td>
+<td>Optional</td>
+</tr>
+<tr class="row-even"><td></td>
+<td> </td>
+<td>GS_OP_EMIT</td>
+<td>2</td>
+<td>Optional</td>
+</tr>
+<tr class="row-odd"><td></td>
+<td> </td>
+<td>GS_OP_EMIT_CUT</td>
+<td>3</td>
+<td>Optional</td>
+</tr>
+<tr class="row-even"><td>MSG_GS_DONE</td>
+<td>3</td>
+<td>GS_OP_NOP</td>
+<td>0</td>
+<td>-</td>
+</tr>
+<tr class="row-odd"><td></td>
+<td> </td>
+<td>GS_OP_CUT</td>
+<td>1</td>
+<td>Optional</td>
+</tr>
+<tr class="row-even"><td></td>
+<td> </td>
+<td>GS_OP_EMIT</td>
+<td>2</td>
+<td>Optional</td>
+</tr>
+<tr class="row-odd"><td></td>
+<td> </td>
+<td>GS_OP_EMIT_CUT</td>
+<td>3</td>
+<td>Optional</td>
+</tr>
+<tr class="row-even"><td>MSG_SYSMSG</td>
+<td>15</td>
+<td>SYSMSG_OP_ECC_ERR_INTERRUPT</td>
+<td>1</td>
+<td>-</td>
+</tr>
+<tr class="row-odd"><td></td>
+<td> </td>
+<td>SYSMSG_OP_REG_RD</td>
+<td>2</td>
+<td>-</td>
+</tr>
+<tr class="row-even"><td></td>
+<td> </td>
+<td>SYSMSG_OP_HOST_TRAP_ACK</td>
+<td>3</td>
+<td>-</td>
+</tr>
+<tr class="row-odd"><td></td>
+<td> </td>
+<td>SYSMSG_OP_TTRACE_PC</td>
+<td>4</td>
+<td>-</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>Examples:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">s_sendmsg</span> <span class="mh">0x12</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="n">MSG_INTERRUPT</span><span class="p">)</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="mi">2</span><span class="p">,</span> <span class="n">GS_OP_CUT</span><span class="p">)</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="n">MSG_GS</span><span class="p">,</span> <span class="n">GS_OP_EMIT</span><span class="p">)</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="n">MSG_GS</span><span class="p">,</span> <span class="mi">2</span><span class="p">)</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="n">MSG_GS_DONE</span><span class="p">,</span> <span class="n">GS_OP_EMIT_CUT</span><span class="p">,</span> <span class="mi">1</span><span class="p">)</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="n">MSG_SYSMSG</span><span class="p">,</span> <span class="n">SYSMSG_OP_TTRACE_PC</span><span class="p">)</span>
+</pre></div>
+</div>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_param.html" title="param"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_label.html" title="label"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_buf.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_buf.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_buf.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_buf.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>soffset — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="soffset" href="gfx8_offset_smem_load.html" />
+    <link rel="prev" title="vdst" href="gfx8_dst_mimg_regular_d16.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_offset_smem_load.html" title="soffset"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_regular_d16.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="soffset">
+<span id="amdgpu-synid8-offset-buf"></span><h1>soffset<a class="headerlink" href="#soffset" title="Permalink to this headline">¶</a></h1>
+<p>An unsigned byte offset.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_offset_smem_load.html" title="soffset"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_dst_mimg_regular_d16.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_smem_load.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_smem_load.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_smem_load.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_smem_load.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>soffset — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="soffset" href="gfx8_offset_smem_store.html" />
+    <link rel="prev" title="soffset" href="gfx8_offset_buf.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_offset_smem_store.html" title="soffset"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_offset_buf.html" title="soffset"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="soffset">
+<span id="amdgpu-synid8-offset-smem-load"></span><h1>soffset<a class="headerlink" href="#soffset" title="Permalink to this headline">¶</a></h1>
+<p>An unsigned byte offset added to the base address to get memory address.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-uimm20"><span class="std std-ref">uimm20</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_offset_smem_store.html" title="soffset"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_offset_buf.html" title="soffset"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_smem_store.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_smem_store.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_smem_store.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_offset_smem_store.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>soffset — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="srsrc" href="gfx8_rsrc_buf.html" />
+    <link rel="prev" title="soffset" href="gfx8_offset_smem_load.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_rsrc_buf.html" title="srsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_offset_smem_load.html" title="soffset"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="soffset">
+<span id="amdgpu-synid8-offset-smem-store"></span><h1>soffset<a class="headerlink" href="#soffset" title="Permalink to this headline">¶</a></h1>
+<p>An unsigned byte offset added to the base address to get memory address.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-uimm20"><span class="std std-ref">uimm20</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_rsrc_buf.html" title="srsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_offset_smem_load.html" title="soffset"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_opt.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_opt.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_opt.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_opt.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>opt — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="dst" href="gfx8_ret.html" />
+    <link rel="prev" title="m" href="gfx8_mod_vop3_abs_neg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_ret.html" title="dst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_mod_vop3_abs_neg.html" title="m"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="opt">
+<span id="amdgpu-synid8-opt"></span><h1>opt<a class="headerlink" href="#opt" title="Permalink to this headline">¶</a></h1>
+<p>This is an optional operand. It must be used if and only if <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_ret.html" title="dst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_mod_vop3_abs_neg.html" title="m"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_param.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_param.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_param.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_param.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,117 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>param — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm3" href="gfx8_perm_smem.html" />
+    <link rel="prev" title="msg" href="gfx8_msg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_perm_smem.html" title="imm3"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_msg.html" title="msg"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="param">
+<span id="amdgpu-synid8-param"></span><h1>param<a class="headerlink" href="#param" title="Permalink to this headline">¶</a></h1>
+<p>Interpolation parameter to read:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="26%" />
+<col width="74%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Syntax</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>p0</td>
+<td>Parameter <em>P0</em>.</td>
+</tr>
+<tr class="row-odd"><td>p10</td>
+<td>Parameter <em>P10</em>.</td>
+</tr>
+<tr class="row-even"><td>p20</td>
+<td>Parameter <em>P20</em>.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_perm_smem.html" title="imm3"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_msg.html" title="msg"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_perm_smem.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_perm_smem.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_perm_smem.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_perm_smem.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,118 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm3 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm16" href="gfx8_simm16.html" />
+    <link rel="prev" title="param" href="gfx8_param.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_simm16.html" title="imm16"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_param.html" title="param"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm3">
+<span id="amdgpu-synid8-perm-smem"></span><h1>imm3<a class="headerlink" href="#imm3" title="Permalink to this headline">¶</a></h1>
+<p>A bit mask which indicates request permissions.</p>
+<p>This operand must be specified as an <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value is truncated to 7 bits, but only 3 low bits are significant.</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="29%" />
+<col width="71%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Bit Number</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>0</td>
+<td>Request <em>read</em> permission.</td>
+</tr>
+<tr class="row-odd"><td>1</td>
+<td>Request <em>write</em> permission.</td>
+</tr>
+<tr class="row-even"><td>2</td>
+<td>Request <em>execute</em> permission.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_simm16.html" title="imm16"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_param.html" title="param"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ret.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ret.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ret.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ret.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>dst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="Type deviation" href="gfx8_type_dev.html" />
+    <link rel="prev" title="opt" href="gfx8_opt.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_type_dev.html" title="Type deviation"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_opt.html" title="opt"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="dst">
+<span id="amdgpu-synid8-ret"></span><h1>dst<a class="headerlink" href="#dst" title="Permalink to this headline">¶</a></h1>
+<p>This is an input operand. It may optionally serve as a destination if <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_type_dev.html" title="Type deviation"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_opt.html" title="opt"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_rsrc_buf.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_rsrc_buf.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_rsrc_buf.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_rsrc_buf.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>srsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="srsrc" href="gfx8_rsrc_mimg.html" />
+    <link rel="prev" title="soffset" href="gfx8_offset_smem_store.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_rsrc_mimg.html" title="srsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_offset_smem_store.html" title="soffset"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="srsrc">
+<span id="amdgpu-synid8-rsrc-buf"></span><h1>srsrc<a class="headerlink" href="#srsrc" title="Permalink to this headline">¶</a></h1>
+<p>Buffer resource constant which defines the address and characteristics of the buffer in memory.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_rsrc_mimg.html" title="srsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_offset_smem_store.html" title="soffset"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_rsrc_mimg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_rsrc_mimg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_rsrc_mimg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_rsrc_mimg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>srsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssamp" href="gfx8_samp_mimg.html" />
+    <link rel="prev" title="srsrc" href="gfx8_rsrc_buf.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_samp_mimg.html" title="ssamp"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_rsrc_buf.html" title="srsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="srsrc">
+<span id="amdgpu-synid8-rsrc-mimg"></span><h1>srsrc<a class="headerlink" href="#srsrc" title="Permalink to this headline">¶</a></h1>
+<p>Image resource constant which defines the location of the image buffer in memory, its dimensions, tiling, and data format.</p>
+<p><em>Size:</em> 8 dwords by default, 4 dwords if <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-r128"><span class="std std-ref">r128</span></a> is specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_samp_mimg.html" title="ssamp"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_rsrc_buf.html" title="srsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_samp_mimg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_samp_mimg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_samp_mimg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_samp_mimg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssamp — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdata" href="gfx8_sdata128_0.html" />
+    <link rel="prev" title="srsrc" href="gfx8_rsrc_mimg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdata128_0.html" title="sdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_rsrc_mimg.html" title="srsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssamp">
+<span id="amdgpu-synid8-samp-mimg"></span><h1>ssamp<a class="headerlink" href="#ssamp" title="Permalink to this headline">¶</a></h1>
+<p>Sampler constant used to specify filtering options applied to the image data after it is read.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdata128_0.html" title="sdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_rsrc_mimg.html" title="srsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata128_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata128_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata128_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata128_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdata" href="gfx8_sdata32_0.html" />
+    <link rel="prev" title="ssamp" href="gfx8_samp_mimg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdata32_0.html" title="sdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_samp_mimg.html" title="ssamp"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdata">
+<span id="amdgpu-synid8-sdata128-0"></span><h1>sdata<a class="headerlink" href="#sdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdata32_0.html" title="sdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_samp_mimg.html" title="ssamp"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdata" href="gfx8_sdata64_0.html" />
+    <link rel="prev" title="sdata" href="gfx8_sdata128_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdata64_0.html" title="sdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdata128_0.html" title="sdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdata">
+<span id="amdgpu-synid8-sdata32-0"></span><h1>sdata<a class="headerlink" href="#sdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdata64_0.html" title="sdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdata128_0.html" title="sdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdata64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx8_sdst128_0.html" />
+    <link rel="prev" title="sdata" href="gfx8_sdata32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst128_0.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdata32_0.html" title="sdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdata">
+<span id="amdgpu-synid8-sdata64-0"></span><h1>sdata<a class="headerlink" href="#sdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst128_0.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdata32_0.html" title="sdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst128_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst128_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst128_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst128_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx8_sdst256_0.html" />
+    <link rel="prev" title="sdata" href="gfx8_sdata64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst256_0.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdata64_0.html" title="sdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid8-sdst128-0"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst256_0.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdata64_0.html" title="sdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst256_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst256_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst256_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst256_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx8_sdst32_0.html" />
+    <link rel="prev" title="sdst" href="gfx8_sdst128_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst32_0.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst128_0.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid8-sdst256-0"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 8 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst32_0.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst128_0.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx8_sdst32_1.html" />
+    <link rel="prev" title="sdst" href="gfx8_sdst256_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst32_1.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst256_0.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid8-sdst32-0"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst32_1.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst256_0.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx8_sdst32_2.html" />
+    <link rel="prev" title="sdst" href="gfx8_sdst32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst32_2.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst32_0.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid8-sdst32-1"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst32_2.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst32_0.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_2.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_2.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_2.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst32_2.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx8_sdst512_0.html" />
+    <link rel="prev" title="sdst" href="gfx8_sdst32_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst512_0.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst32_1.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid8-sdst32-2"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst512_0.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst32_1.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst512_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst512_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst512_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst512_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx8_sdst64_0.html" />
+    <link rel="prev" title="sdst" href="gfx8_sdst32_2.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst64_0.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst32_2.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid8-sdst512-0"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 16 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst64_0.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst32_2.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx8_sdst64_1.html" />
+    <link rel="prev" title="sdst" href="gfx8_sdst512_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst64_1.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst512_0.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid8-sdst64-0"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_sdst64_1.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst512_0.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst64_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst64_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst64_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_sdst64_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx8_src32_0.html" />
+    <link rel="prev" title="sdst" href="gfx8_sdst64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_src32_0.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst64_0.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid8-sdst64-1"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_src32_0.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst64_0.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_simm16.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_simm16.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_simm16.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_simm16.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm16 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="tgt" href="gfx8_tgt.html" />
+    <link rel="prev" title="imm3" href="gfx8_perm_smem.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_tgt.html" title="tgt"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_perm_smem.html" title="imm3"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm16">
+<span id="amdgpu-synid8-simm16"></span><h1>imm16<a class="headerlink" href="#imm16" title="Permalink to this headline">¶</a></h1>
+<p>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value is truncated to 16 bits and then sign-extended to 32 bits.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_tgt.html" title="tgt"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_perm_smem.html" title="imm3"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx8_src32_1.html" />
+    <link rel="prev" title="sdst" href="gfx8_sdst64_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_src32_1.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst64_1.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid8-src32-0"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-literal"><span class="std std-ref">literal</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_src32_1.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_sdst64_1.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx8_src64_0.html" />
+    <link rel="prev" title="src" href="gfx8_src32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_src64_0.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src32_0.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid8-src32-1"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_src64_0.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src32_0.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_2.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_2.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_2.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_2.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 9 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx8_src32_3.html" />
+    <link rel="prev" title="src" href="gfx8_src32_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_src32_3.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src32_1.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid8-src32-2"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vccz"><span class="std std-ref">vccz</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-execz"><span class="std std-ref">execz</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-scc"><span class="std std-ref">scc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-lds-direct"><span class="std std-ref">lds_direct</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_src32_3.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src32_1.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-07-10.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_3.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_3.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_3.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src32_3.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 9 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx8_src64_0.html" />
+    <link rel="prev" title="src" href="gfx8_src32_2.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_src64_0.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src32_2.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid8-src32-3"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vccz"><span class="std std-ref">vccz</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-execz"><span class="std std-ref">execz</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-scc"><span class="std std-ref">scc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_src64_0.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src32_2.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-07-10.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx8_src64_1.html" />
+    <link rel="prev" title="src" href="gfx8_src32_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_src64_1.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src32_1.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid8-src64-0"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-literal"><span class="std std-ref">literal</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_src64_1.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src32_1.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src64_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src64_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src64_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src64_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vsrc" href="gfx8_src_exp.html" />
+    <link rel="prev" title="src" href="gfx8_src64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_src_exp.html" title="vsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src64_0.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid8-src64-1"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_src_exp.html" title="vsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src64_0.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src_exp.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src_exp.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src_exp.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_src_exp.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,104 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx8_ssrc32_0.html" />
+    <link rel="prev" title="src" href="gfx8_src64_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_0.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src64_1.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vsrc">
+<span id="amdgpu-synid8-src-exp"></span><h1>vsrc<a class="headerlink" href="#vsrc" title="Permalink to this headline">¶</a></h1>
+<p>Data to copy to export buffers. This is an optional operand. Must be specified as <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a> if not used.</p>
+<p><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-compr"><span class="std std-ref">compr</span></a> modifier indicates use of compressed (16-bit) data. This limits number of source operands from 4 to 2:</p>
+<ul class="simple">
+<li>src0 and src1 must specify the first register (or <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a>).</li>
+<li>src2 and src3 must specify the second register (or <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a>).</li>
+</ul>
+<p>An example:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">exp</span> <span class="n">mrtz</span> <span class="n">v3</span><span class="p">,</span> <span class="n">v3</span><span class="p">,</span> <span class="n">off</span><span class="p">,</span> <span class="n">off</span> <span class="n">compr</span>
+</pre></div>
+</div>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_0.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src64_1.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx8_ssrc32_1.html" />
+    <link rel="prev" title="vsrc" href="gfx8_src_exp.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_1.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src_exp.html" title="vsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid8-ssrc32-0"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-literal"><span class="std std-ref">literal</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_1.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_src_exp.html" title="vsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx8_ssrc32_2.html" />
+    <link rel="prev" title="ssrc" href="gfx8_ssrc32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_2.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_0.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid8-ssrc32-1"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_2.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_0.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_2.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_2.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_2.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_2.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx8_ssrc32_3.html" />
+    <link rel="prev" title="ssrc" href="gfx8_ssrc32_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_3.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_1.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid8-ssrc32-2"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_3.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_1.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_3.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_3.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_3.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_3.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx8_ssrc32_4.html" />
+    <link rel="prev" title="ssrc" href="gfx8_ssrc32_2.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_4.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_2.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid8-ssrc32-3"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-iconst"><span class="std std-ref">iconst</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_4.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_2.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_4.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_4.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_4.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc32_4.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx8_ssrc64_0.html" />
+    <link rel="prev" title="ssrc" href="gfx8_ssrc32_3.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_0.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_3.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid8-ssrc32-4"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_0.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_3.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx8_ssrc64_1.html" />
+    <link rel="prev" title="ssrc" href="gfx8_ssrc32_4.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_1.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_4.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid8-ssrc64-0"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-literal"><span class="std std-ref">literal</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_1.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc32_4.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx8_ssrc64_2.html" />
+    <link rel="prev" title="ssrc" href="gfx8_ssrc64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_2.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_0.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid8-ssrc64-1"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_2.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_0.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_2.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_2.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_2.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_2.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx8_ssrc64_3.html" />
+    <link rel="prev" title="ssrc" href="gfx8_ssrc64_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_3.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_1.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid8-ssrc64-2"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_3.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_1.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_3.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_3.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_3.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_ssrc64_3.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vcc" href="gfx8_vcc_64.html" />
+    <link rel="prev" title="ssrc" href="gfx8_ssrc64_2.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vcc_64.html" title="vcc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_2.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid8-ssrc64-3"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-trap"><span class="std std-ref">trap</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vcc_64.html" title="vcc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_2.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_tgt.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_tgt.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_tgt.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_tgt.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,123 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>tgt — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm16" href="gfx8_uimm16.html" />
+    <link rel="prev" title="imm16" href="gfx8_simm16.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_uimm16.html" title="imm16"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_simm16.html" title="imm16"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="tgt">
+<span id="amdgpu-synid8-tgt"></span><h1>tgt<a class="headerlink" href="#tgt" title="Permalink to this headline">¶</a></h1>
+<p>An export target:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="29%" />
+<col width="71%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Syntax</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>pos{0..3}</td>
+<td>Copy vertex position 0..3.</td>
+</tr>
+<tr class="row-odd"><td>param{0..31}</td>
+<td>Copy vertex parameter 0..31.</td>
+</tr>
+<tr class="row-even"><td>mrt{0..7}</td>
+<td>Copy pixel color to the MRTs 0..7.</td>
+</tr>
+<tr class="row-odd"><td>mrtz</td>
+<td>Copy pixel depth (Z) data.</td>
+</tr>
+<tr class="row-even"><td>null</td>
+<td>Copy nothing.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_uimm16.html" title="imm16"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_simm16.html" title="imm16"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_type_dev.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_type_dev.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_type_dev.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_type_dev.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Type deviation — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="Syntax of GFX9 Instructions" href="AMDGPUAsmGFX9.html" />
+    <link rel="prev" title="dst" href="gfx8_ret.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="AMDGPUAsmGFX9.html" title="Syntax of GFX9 Instructions"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ret.html" title="dst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="type-deviation">
+<span id="amdgpu-synid8-type-dev"></span><h1>Type deviation<a class="headerlink" href="#type-deviation" title="Permalink to this headline">¶</a></h1>
+<p><em>Type</em> of this operand differs from <em>type</em> <a class="reference internal" href="../AMDGPUInstructionSyntax.html#amdgpu-syn-instruction-type"><span class="std std-ref">implied by the opcode</span></a>. This tag specifies actual operand <em>type</em>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="AMDGPUAsmGFX9.html" title="Syntax of GFX9 Instructions"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ret.html" title="dst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_uimm16.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_uimm16.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_uimm16.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_uimm16.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm16 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="waitcnt" href="gfx8_waitcnt.html" />
+    <link rel="prev" title="tgt" href="gfx8_tgt.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_waitcnt.html" title="waitcnt"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_tgt.html" title="tgt"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm16">
+<span id="amdgpu-synid8-uimm16"></span><h1>imm16<a class="headerlink" href="#imm16" title="Permalink to this headline">¶</a></h1>
+<p>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value is truncated to 16 bits and then zero-extended to 32 bits.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_waitcnt.html" title="waitcnt"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_tgt.html" title="tgt"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vcc_64.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vcc_64.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vcc_64.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vcc_64.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vcc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_vdata128_0.html" />
+    <link rel="prev" title="ssrc" href="gfx8_ssrc64_3.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdata128_0.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_3.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vcc">
+<span id="amdgpu-synid8-vcc-64"></span><h1>vcc<a class="headerlink" href="#vcc" title="Permalink to this headline">¶</a></h1>
+<p>Vector condition code.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdata128_0.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_ssrc64_3.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata128_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata128_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata128_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata128_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_vdata32_0.html" />
+    <link rel="prev" title="vcc" href="gfx8_vcc_64.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdata32_0.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vcc_64.html" title="vcc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-vdata128-0"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdata32_0.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vcc_64.html" title="vcc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_vdata64_0.html" />
+    <link rel="prev" title="vdata" href="gfx8_vdata128_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdata64_0.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdata128_0.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-vdata32-0"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdata64_0.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdata128_0.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx8_vdata96_0.html" />
+    <link rel="prev" title="vdata" href="gfx8_vdata32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdata96_0.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdata32_0.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-vdata64-0"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdata96_0.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdata32_0.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata96_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata96_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata96_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdata96_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_vdst128_0.html" />
+    <link rel="prev" title="vdata" href="gfx8_vdata64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdst128_0.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdata64_0.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid8-vdata96-0"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 3 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdst128_0.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdata64_0.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst128_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst128_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst128_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst128_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_vdst32_0.html" />
+    <link rel="prev" title="vdata" href="gfx8_vdata96_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdst32_0.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdata96_0.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-vdst128-0"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdst32_0.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdata96_0.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_vdst64_0.html" />
+    <link rel="prev" title="vdst" href="gfx8_vdst128_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdst64_0.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdst128_0.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-vdst32-0"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdst64_0.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdst128_0.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx8_vdst96_0.html" />
+    <link rel="prev" title="vdst" href="gfx8_vdst32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdst96_0.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdst32_0.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-vdst64-0"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vdst96_0.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdst32_0.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst96_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst96_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst96_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vdst96_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vsrc" href="gfx8_vsrc128_0.html" />
+    <link rel="prev" title="vdst" href="gfx8_vdst64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vsrc128_0.html" title="vsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdst64_0.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid8-vdst96-0"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 3 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vsrc128_0.html" title="vsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdst64_0.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc128_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc128_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc128_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc128_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vsrc" href="gfx8_vsrc32_0.html" />
+    <link rel="prev" title="vdst" href="gfx8_vdst96_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vsrc32_0.html" title="vsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdst96_0.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vsrc">
+<span id="amdgpu-synid8-vsrc128-0"></span><h1>vsrc<a class="headerlink" href="#vsrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vsrc32_0.html" title="vsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vdst96_0.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vsrc" href="gfx8_vsrc64_0.html" />
+    <link rel="prev" title="vsrc" href="gfx8_vsrc128_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vsrc64_0.html" title="vsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vsrc128_0.html" title="vsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vsrc">
+<span id="amdgpu-synid8-vsrc32-0"></span><h1>vsrc<a class="headerlink" href="#vsrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vsrc64_0.html" title="vsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vsrc128_0.html" title="vsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc32_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc32_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc32_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc32_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vsrc — LLVM 9 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vsrc" href="gfx8_vsrc64_0.html" />
+    <link rel="prev" title="vsrc" href="gfx8_vsrc32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_vsrc64_0.html" title="vsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vsrc32_0.html" title="vsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vsrc">
+<span id="amdgpu-synid8-vsrc32-1"></span><h1>vsrc<a class="headerlink" href="#vsrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-lds-direct"><span class="std std-ref">lds_direct</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_vsrc64_0.html" title="vsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vsrc32_0.html" title="vsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-07-10.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_vsrc64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="m" href="gfx8_mod_dpp_sdwa_abs_neg.html" />
+    <link rel="prev" title="vsrc" href="gfx8_vsrc32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_mod_dpp_sdwa_abs_neg.html" title="m"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vsrc32_0.html" title="vsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vsrc">
+<span id="amdgpu-synid8-vsrc64-0"></span><h1>vsrc<a class="headerlink" href="#vsrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_mod_dpp_sdwa_abs_neg.html" title="m"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_vsrc32_0.html" title="vsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_waitcnt.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_waitcnt.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_waitcnt.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx8_waitcnt.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,166 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>waitcnt — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vaddr" href="gfx8_addr_buf.html" />
+    <link rel="prev" title="imm16" href="gfx8_uimm16.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx8_addr_buf.html" title="vaddr"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_uimm16.html" title="imm16"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" accesskey="U">Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="waitcnt">
+<span id="amdgpu-synid8-waitcnt"></span><h1>waitcnt<a class="headerlink" href="#waitcnt" title="Permalink to this headline">¶</a></h1>
+<p>Counts of outstanding instructions to wait for.</p>
+<p>The bits of this operand have the following meaning:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="18%" />
+<col width="82%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Bits</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>3:0</td>
+<td>VM_CNT: vector memory operations count.</td>
+</tr>
+<tr class="row-odd"><td>6:4</td>
+<td>EXP_CNT: export count.</td>
+</tr>
+<tr class="row-even"><td>11:8</td>
+<td>LGKM_CNT: LDS, GDS, Constant and Message count.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>This operand may be specified as a positive 16-bit <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>
+or as a combination of the following symbolic helpers:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="24%" />
+<col width="76%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Syntax</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>vmcnt(<<em>N</em>>)</td>
+<td>VM_CNT value. <em>N</em> must not exceed the largest VM_CNT value.</td>
+</tr>
+<tr class="row-odd"><td>expcnt(<<em>N</em>>)</td>
+<td>EXP_CNT value. <em>N</em> must not exceed the largest EXP_CNT value.</td>
+</tr>
+<tr class="row-even"><td>lgkmcnt(<<em>N</em>>)</td>
+<td>LGKM_CNT value. <em>N</em> must not exceed the largest LGKM_CNT value.</td>
+</tr>
+<tr class="row-odd"><td>vmcnt_sat(<<em>N</em>>)</td>
+<td>VM_CNT value computed as min(<em>N</em>, the largest VM_CNT value).</td>
+</tr>
+<tr class="row-even"><td>expcnt_sat(<<em>N</em>>)</td>
+<td>EXP_CNT value computed as min(<em>N</em>, the largest EXP_CNT value).</td>
+</tr>
+<tr class="row-odd"><td>lgkmcnt_sat(<<em>N</em>>)</td>
+<td>LGKM_CNT value computed as min(<em>N</em>, the largest LGKM_CNT value).</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>These helpers may be specified in any order. Ampersands and commas may be used as optional separators.</p>
+<p><em>N</em> is either an
+<a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer number</span></a> or an
+<a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-absolute-expression"><span class="std std-ref">absolute expression</span></a>.</p>
+<p>Examples:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">s_waitcnt</span> <span class="mi">0</span>
+<span class="n">s_waitcnt</span> <span class="n">vmcnt</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span>
+<span class="n">s_waitcnt</span> <span class="n">expcnt</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span> <span class="n">lgkmcnt</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span>
+<span class="n">s_waitcnt</span> <span class="n">vmcnt</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span> <span class="n">expcnt</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span> <span class="n">lgkmcnt</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span>
+<span class="n">s_waitcnt</span> <span class="n">vmcnt</span><span class="p">(</span><span class="mi">1</span><span class="p">),</span> <span class="n">expcnt</span><span class="p">(</span><span class="mi">2</span><span class="p">),</span> <span class="n">lgkmcnt</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span>
+<span class="n">s_waitcnt</span> <span class="n">vmcnt</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span> <span class="o">&</span> <span class="n">lgkmcnt_sat</span><span class="p">(</span><span class="mi">100</span><span class="p">)</span> <span class="o">&</span> <span class="n">expcnt</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span>
+</pre></div>
+</div>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx8_addr_buf.html" title="vaddr"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx8_uimm16.html" title="imm16"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX8.html" >Syntax of GFX8 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_buf.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_buf.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_buf.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_buf.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,101 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vaddr — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vaddr" href="gfx9_addr_ds.html" />
+    <link rel="prev" title="waitcnt" href="gfx9_waitcnt.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_addr_ds.html" title="vaddr"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_waitcnt.html" title="waitcnt"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vaddr">
+<span id="amdgpu-synid9-addr-buf"></span><h1>vaddr<a class="headerlink" href="#vaddr" title="Permalink to this headline">¶</a></h1>
+<p>This is an optional operand which may specify offset and/or index.</p>
+<p><em>Size:</em> 0, 1 or 2 dwords. Size is controlled by modifiers <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-offen"><span class="std std-ref">offen</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-idxen"><span class="std std-ref">idxen</span></a>:</p>
+<ul class="simple">
+<li>If only <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-idxen"><span class="std std-ref">idxen</span></a> is specified, this operand supplies an index. Size is 1 dword.</li>
+<li>If only <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-offen"><span class="std std-ref">offen</span></a> is specified, this operand supplies an offset. Size is 1 dword.</li>
+<li>If both modifiers are specified, index is in the first register and offset is in the second. Size is 2 dwords.</li>
+<li>If none of these modifiers are specified, this operand must be set to <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a>.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_addr_ds.html" title="vaddr"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_waitcnt.html" title="waitcnt"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_ds.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_ds.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_ds.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_ds.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vaddr — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vaddr" href="gfx9_addr_flat.html" />
+    <link rel="prev" title="vaddr" href="gfx9_addr_buf.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_addr_flat.html" title="vaddr"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_addr_buf.html" title="vaddr"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vaddr">
+<span id="amdgpu-synid9-addr-ds"></span><h1>vaddr<a class="headerlink" href="#vaddr" title="Permalink to this headline">¶</a></h1>
+<p>An offset from the start of GDS/LDS memory.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_addr_flat.html" title="vaddr"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_addr_buf.html" title="vaddr"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_flat.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_flat.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_flat.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_flat.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vaddr — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vaddr" href="gfx9_addr_mimg.html" />
+    <link rel="prev" title="vaddr" href="gfx9_addr_ds.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_addr_mimg.html" title="vaddr"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_addr_ds.html" title="vaddr"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vaddr">
+<span id="amdgpu-synid9-addr-flat"></span><h1>vaddr<a class="headerlink" href="#vaddr" title="Permalink to this headline">¶</a></h1>
+<p>A 64-bit flat address.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_addr_mimg.html" title="vaddr"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_addr_ds.html" title="vaddr"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_mimg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_mimg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_mimg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_addr_mimg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vaddr — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sbase" href="gfx9_base_smem_addr.html" />
+    <link rel="prev" title="vaddr" href="gfx9_addr_flat.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_base_smem_addr.html" title="sbase"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_addr_flat.html" title="vaddr"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vaddr">
+<span id="amdgpu-synid9-addr-mimg"></span><h1>vaddr<a class="headerlink" href="#vaddr" title="Permalink to this headline">¶</a></h1>
+<p>Image address which includes from one to four dimensional coordinates and other data used to locate a position in the image.</p>
+<p><em>Size:</em> 1, 2, 3, 4, 8 or 16 dwords. Actual size depends on opcode, specific image being handled and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-a16"><span class="std std-ref">a16</span></a>.</p>
+<blockquote>
+<div><p>Note 1. Image format and dimensions are encoded in the image resource constant but not in the instruction.</p>
+<p>Note 2. Actually image address size may vary from 1 to 13 dwords, but assembler currently supports a limited range of register sequences.</p>
+</div></blockquote>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_base_smem_addr.html" title="sbase"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_addr_flat.html" title="vaddr"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_attr.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_attr.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_attr.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_attr.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,125 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>attr — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm16" href="gfx9_bimm16.html" />
+    <link rel="prev" title="Syntax of GFX9 Instructions" href="AMDGPUAsmGFX9.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_bimm16.html" title="imm16"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="AMDGPUAsmGFX9.html" title="Syntax of GFX9 Instructions"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="attr">
+<span id="amdgpu-synid9-attr"></span><h1>attr<a class="headerlink" href="#attr" title="Permalink to this headline">¶</a></h1>
+<p>Interpolation attribute and channel:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="29%" />
+<col width="71%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Syntax</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>attr{0..32}.x</td>
+<td>Attribute 0..32 with <em>x</em> channel.</td>
+</tr>
+<tr class="row-odd"><td>attr{0..32}.y</td>
+<td>Attribute 0..32 with <em>y</em> channel.</td>
+</tr>
+<tr class="row-even"><td>attr{0..32}.z</td>
+<td>Attribute 0..32 with <em>z</em> channel.</td>
+</tr>
+<tr class="row-odd"><td>attr{0..32}.w</td>
+<td>Attribute 0..32 with <em>w</em> channel.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>Examples:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">v_interp_p1_f32</span> <span class="n">v1</span><span class="p">,</span> <span class="n">v0</span><span class="p">,</span> <span class="n">attr0</span><span class="o">.</span><span class="n">x</span>
+<span class="n">v_interp_p1_f32</span> <span class="n">v1</span><span class="p">,</span> <span class="n">v0</span><span class="p">,</span> <span class="n">attr32</span><span class="o">.</span><span class="n">w</span>
+</pre></div>
+</div>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_bimm16.html" title="imm16"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="AMDGPUAsmGFX9.html" title="Syntax of GFX9 Instructions"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_addr.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_addr.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_addr.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_addr.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sbase — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sbase" href="gfx9_base_smem_buf.html" />
+    <link rel="prev" title="vaddr" href="gfx9_addr_mimg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_base_smem_buf.html" title="sbase"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_addr_mimg.html" title="vaddr"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sbase">
+<span id="amdgpu-synid9-base-smem-addr"></span><h1>sbase<a class="headerlink" href="#sbase" title="Permalink to this headline">¶</a></h1>
+<p>A 64-bit base address for scalar memory operations.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_base_smem_buf.html" title="sbase"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_addr_mimg.html" title="vaddr"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_buf.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_buf.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_buf.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_buf.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sbase — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sbase" href="gfx9_base_smem_scratch.html" />
+    <link rel="prev" title="sbase" href="gfx9_base_smem_addr.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_base_smem_scratch.html" title="sbase"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_base_smem_addr.html" title="sbase"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sbase">
+<span id="amdgpu-synid9-base-smem-buf"></span><h1>sbase<a class="headerlink" href="#sbase" title="Permalink to this headline">¶</a></h1>
+<p>A 128-bit buffer resource constant for scalar memory operations which provides a base address, a size and a stride.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_base_smem_scratch.html" title="sbase"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_base_smem_addr.html" title="sbase"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_scratch.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_scratch.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_scratch.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_base_smem_scratch.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sbase — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx9_data_buf_atomic128.html" />
+    <link rel="prev" title="sbase" href="gfx9_base_smem_buf.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic128.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_base_smem_buf.html" title="sbase"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sbase">
+<span id="amdgpu-synid9-base-smem-scratch"></span><h1>sbase<a class="headerlink" href="#sbase" title="Permalink to this headline">¶</a></h1>
+<p>This operand is ignored by H/W and <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a> is supplied instead.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic128.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_base_smem_buf.html" title="sbase"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_bimm16.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_bimm16.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_bimm16.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_bimm16.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm16 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm32" href="gfx9_bimm32.html" />
+    <link rel="prev" title="attr" href="gfx9_attr.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_bimm32.html" title="imm32"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_attr.html" title="attr"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm16">
+<span id="amdgpu-synid9-bimm16"></span><h1>imm16<a class="headerlink" href="#imm16" title="Permalink to this headline">¶</a></h1>
+<p>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value is truncated to 16 bits.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_bimm32.html" title="imm32"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_attr.html" title="attr"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_bimm32.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_bimm32.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_bimm32.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_bimm32.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm32 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm32" href="gfx9_fimm16.html" />
+    <link rel="prev" title="imm16" href="gfx9_bimm16.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_fimm16.html" title="imm32"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_bimm16.html" title="imm16"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm32">
+<span id="amdgpu-synid9-bimm32"></span><h1>imm32<a class="headerlink" href="#imm32" title="Permalink to this headline">¶</a></h1>
+<p>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value is truncated to 32 bits.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_fimm16.html" title="imm32"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_bimm16.html" title="imm16"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic128.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic128.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic128.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic128.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx9_data_buf_atomic32.html" />
+    <link rel="prev" title="sbase" href="gfx9_base_smem_scratch.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic32.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_base_smem_scratch.html" title="sbase"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid9-data-buf-atomic128"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> 4 dwords by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic32.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_base_smem_scratch.html" title="sbase"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic32.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic32.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic32.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic32.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx9_data_buf_atomic64.html" />
+    <link rel="prev" title="vdata" href="gfx9_data_buf_atomic128.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic64.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic128.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid9-data-buf-atomic32"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> 1 dword by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic64.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic128.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic64.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic64.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic64.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_buf_atomic64.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx9_data_mimg_atomic_cmp.html" />
+    <link rel="prev" title="vdata" href="gfx9_data_buf_atomic32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_atomic_cmp.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic32.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid9-data-buf-atomic64"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> 2 dwords by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_atomic_cmp.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic32.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_atomic_cmp.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_atomic_cmp.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_atomic_cmp.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_atomic_cmp.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,106 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx9_data_mimg_atomic_reg.html" />
+    <link rel="prev" title="vdata" href="gfx9_data_buf_atomic64.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_atomic_reg.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic64.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid9-data-mimg-atomic-cmp"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a>:</p>
+<ul>
+<li><p class="first"><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> may specify 2 data elements for 32-bit-per-pixel surfaces or 4 data elements for 64-bit-per-pixel surfaces. Each data element occupies 1 dword.</p>
+</li>
+<li><p class="first"><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p>Note. The surface data format is indicated in the image resource constant but not in the instruction.</p>
+</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_atomic_reg.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_buf_atomic64.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_atomic_reg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_atomic_reg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_atomic_reg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_atomic_reg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,106 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx9_data_mimg_store.html" />
+    <link rel="prev" title="vdata" href="gfx9_data_mimg_atomic_cmp.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_store.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_atomic_cmp.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid9-data-mimg-atomic-reg"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a>:</p>
+<ul>
+<li><p class="first"><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> may specify 1 data element for 32-bit-per-pixel surfaces or 2 data elements for 64-bit-per-pixel surfaces. Each data element occupies 1 dword.</p>
+</li>
+<li><p class="first"><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p>Note. The surface data format is indicated in the image resource constant but not in the instruction.</p>
+</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_store.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_atomic_cmp.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_store.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_store.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_store.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_store.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx9_data_mimg_store_d16.html" />
+    <link rel="prev" title="vdata" href="gfx9_data_mimg_atomic_reg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_store_d16.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_atomic_reg.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid9-data-mimg-store"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Image data to store by an <em>image_store</em> instruction.</p>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> which may specify from 1 to 4 data elements. Each data element occupies 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_store_d16.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_atomic_reg.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_store_d16.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_store_d16.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_store_d16.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_mimg_store_d16.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdata" href="gfx9_data_smem_atomic128.html" />
+    <link rel="prev" title="vdata" href="gfx9_data_mimg_store.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic128.html" title="sdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_store.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid9-data-mimg-store-d16"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Image data to store by an <em>image_store</em> instruction.</p>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a>:</p>
+<ul class="simple">
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> may specify from 1 to 4 data elements. Each data element occupies either 32 bits or 16 bits depending on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a>.</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a> specifies that data in registers are packed; each value occupies 16 bits.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic128.html" title="sdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_store.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic128.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic128.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic128.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic128.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdata" href="gfx9_data_smem_atomic32.html" />
+    <link rel="prev" title="vdata" href="gfx9_data_mimg_store_d16.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic32.html" title="sdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_store_d16.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdata">
+<span id="amdgpu-synid9-data-smem-atomic128"></span><h1>sdata<a class="headerlink" href="#sdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic32.html" title="sdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_mimg_store_d16.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic32.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic32.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic32.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic32.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdata" href="gfx9_data_smem_atomic64.html" />
+    <link rel="prev" title="sdata" href="gfx9_data_smem_atomic128.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic64.html" title="sdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic128.html" title="sdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdata">
+<span id="amdgpu-synid9-data-smem-atomic32"></span><h1>sdata<a class="headerlink" href="#sdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic64.html" title="sdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic128.html" title="sdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic64.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic64.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic64.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_data_smem_atomic64.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_dst_buf_128.html" />
+    <link rel="prev" title="sdata" href="gfx9_data_smem_atomic32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_128.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic32.html" title="sdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdata">
+<span id="amdgpu-synid9-data-smem-atomic64"></span><h1>sdata<a class="headerlink" href="#sdata" title="Permalink to this headline">¶</a></h1>
+<p>Input data for an atomic instruction.</p>
+<p>Optionally may serve as an output data:</p>
+<ul class="simple">
+<li>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified, gets the memory value before the operation.</li>
+</ul>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_128.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic32.html" title="sdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_128.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_128.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_128.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_128.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_dst_buf_32.html" />
+    <link rel="prev" title="sdata" href="gfx9_data_smem_atomic64.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_32.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic64.html" title="sdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-dst-buf-128"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer.</p>
+<p><em>Size:</em> 4 dwords by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_32.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_data_smem_atomic64.html" title="sdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_32.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_32.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_32.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_32.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_dst_buf_64.html" />
+    <link rel="prev" title="vdst" href="gfx9_dst_buf_128.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_64.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_128.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-dst-buf-32"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer.</p>
+<p><em>Size:</em> 1 dword by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_64.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_128.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_64.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_64.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_64.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_64.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_dst_buf_96.html" />
+    <link rel="prev" title="vdst" href="gfx9_dst_buf_32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_96.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_32.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-dst-buf-64"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer.</p>
+<p><em>Size:</em> 2 dwords by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_96.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_32.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_96.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_96.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_96.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_96.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_dst_buf_lds.html" />
+    <link rel="prev" title="vdst" href="gfx9_dst_buf_64.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_lds.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_64.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-dst-buf-96"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer.</p>
+<p><em>Size:</em> 3 dwords by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_lds.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_64.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_lds.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_lds.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_lds.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_buf_lds.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,98 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_dst_flat_atomic32.html" />
+    <link rel="prev" title="vdst" href="gfx9_dst_buf_96.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_flat_atomic32.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_96.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-dst-buf-lds"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output: data read from a memory buffer.</p>
+<p>If <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-lds"><span class="std std-ref">lds</span></a> is specified, this operand is ignored by H/W and data are stored directly into LDS.</p>
+<p><em>Size:</em> 1 dword by default. <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</p>
+<blockquote>
+<div>Note that <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-lds"><span class="std std-ref">lds</span></a> cannot be used together.</div></blockquote>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_flat_atomic32.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_96.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_flat_atomic32.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_flat_atomic32.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_flat_atomic32.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_flat_atomic32.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,96 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_dst_flat_atomic64.html" />
+    <link rel="prev" title="vdst" href="gfx9_dst_buf_lds.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_flat_atomic64.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_lds.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-dst-flat-atomic32"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Data returned by a 32-bit atomic flat instruction.</p>
+<p>This is an optional operand. It must be used if and only if <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_flat_atomic64.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_buf_lds.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_flat_atomic64.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_flat_atomic64.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_flat_atomic64.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_flat_atomic64.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,96 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_dst_mimg_gather4.html" />
+    <link rel="prev" title="vdst" href="gfx9_dst_flat_atomic32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_gather4.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_flat_atomic32.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-dst-flat-atomic64"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Data returned by a 64-bit atomic flat instruction.</p>
+<p>This is an optional operand. It must be used if and only if <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_gather4.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_flat_atomic32.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_gather4.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_gather4.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_gather4.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_gather4.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,100 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_dst_mimg_regular.html" />
+    <link rel="prev" title="vdst" href="gfx9_dst_flat_atomic64.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_regular.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_flat_atomic64.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-dst-mimg-gather4"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Image data to load by an <em>image_gather4</em> instruction.</p>
+<p><em>Size:</em> 4 data elements by default. Each data element occupies either 32 bits or 16 bits depending on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a>.</p>
+<p><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> affect operand size as follows:</p>
+<ul class="simple">
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a> specifies that data elements in registers are packed; each value occupies 16 bits.</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds one dword if specified.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_regular.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_flat_atomic64.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_regular.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_regular.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_regular.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_regular.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_dst_mimg_regular_d16.html" />
+    <link rel="prev" title="vdst" href="gfx9_dst_mimg_gather4.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_regular_d16.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_gather4.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-dst-mimg-regular"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Image data to load by an image instruction.</p>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a>:</p>
+<ul class="simple">
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> may specify from 1 to 4 data elements. Each data element occupies 1 dword.</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_regular_d16.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_gather4.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_regular_d16.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_regular_d16.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_regular_d16.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_dst_mimg_regular_d16.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,100 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="soffset" href="gfx9_offset_buf.html" />
+    <link rel="prev" title="vdst" href="gfx9_dst_mimg_regular.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_offset_buf.html" title="soffset"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_regular.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-dst-mimg-regular-d16"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Image data to load by an image instruction.</p>
+<p><em>Size:</em> depends on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a>, <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a>:</p>
+<ul class="simple">
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-dmask"><span class="std std-ref">dmask</span></a> may specify from 1 to 4 data elements. Each data element occupies either 32 bits or 16 bits depending on <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a>.</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-d16"><span class="std std-ref">d16</span></a> specifies that data elements in registers are packed; each value occupies 16 bits.</li>
+<li><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-tfe"><span class="std std-ref">tfe</span></a> adds 1 dword if specified.</li>
+</ul>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_offset_buf.html" title="soffset"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_regular.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_fimm16.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_fimm16.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_fimm16.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_fimm16.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm32 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm32" href="gfx9_fimm32.html" />
+    <link rel="prev" title="imm32" href="gfx9_bimm32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_fimm32.html" title="imm32"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_bimm32.html" title="imm32"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm32">
+<span id="amdgpu-synid9-fimm16"></span><h1>imm32<a class="headerlink" href="#imm32" title="Permalink to this headline">¶</a></h1>
+<p>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a> or a <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-floating-point-number"><span class="std std-ref">floating-point_number</span></a>. The number is converted to <em>f16</em> as described <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-lit-conv"><span class="std std-ref">here</span></a>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_fimm32.html" title="imm32"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_bimm32.html" title="imm32"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_fimm32.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_fimm32.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_fimm32.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_fimm32.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm32 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="hwreg" href="gfx9_hwreg.html" />
+    <link rel="prev" title="imm32" href="gfx9_fimm16.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_hwreg.html" title="hwreg"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_fimm16.html" title="imm32"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm32">
+<span id="amdgpu-synid9-fimm32"></span><h1>imm32<a class="headerlink" href="#imm32" title="Permalink to this headline">¶</a></h1>
+<p>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a> or a <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-floating-point-number"><span class="std std-ref">floating-point_number</span></a>. The value is converted to <em>f32</em> as described <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-lit-conv"><span class="std std-ref">here</span></a>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_hwreg.html" title="hwreg"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_fimm16.html" title="imm32"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_hwreg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_hwreg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_hwreg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_hwreg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,194 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>hwreg — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm4" href="gfx9_imm4.html" />
+    <link rel="prev" title="imm32" href="gfx9_fimm32.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_imm4.html" title="imm4"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_fimm32.html" title="imm32"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="hwreg">
+<span id="amdgpu-synid9-hwreg"></span><h1>hwreg<a class="headerlink" href="#hwreg" title="Permalink to this headline">¶</a></h1>
+<p>Bits of a hardware register being accessed.</p>
+<p>The bits of this operand have the following meaning:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="26%" />
+<col width="74%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Bits</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>5:0</td>
+<td>Register <em>id</em>.</td>
+</tr>
+<tr class="row-odd"><td>10:6</td>
+<td>First bit <em>offset</em> (0..31).</td>
+</tr>
+<tr class="row-even"><td>15:11</td>
+<td><em>Size</em> in bits (1..32).</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>This operand may be specified as a positive 16-bit <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a> or using the syntax described below.</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="32%" />
+<col width="68%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Syntax</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>hwreg({0..63})</td>
+<td>All bits of a register indicated by its <em>id</em>.</td>
+</tr>
+<tr class="row-odd"><td>hwreg(<<em>name</em>>)</td>
+<td>All bits of a register indicated by its <em>name</em>.</td>
+</tr>
+<tr class="row-even"><td>hwreg({0..63}, {0..31}, {1..32})</td>
+<td>Register bits indicated by register <em>id</em>, first bit <em>offset</em> and <em>size</em>.</td>
+</tr>
+<tr class="row-odd"><td>hwreg(<<em>name</em>>, {0..31}, {1..32})</td>
+<td>Register bits indicated by register <em>name</em>, first bit <em>offset</em> and <em>size</em>.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>Register <em>id</em>, <em>offset</em> and <em>size</em> must be specified as positive <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer numbers</span></a>.</p>
+<p>Defined register <em>names</em> include:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="31%" />
+<col width="69%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Name</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>HW_REG_MODE</td>
+<td>Shader writeable mode bits.</td>
+</tr>
+<tr class="row-odd"><td>HW_REG_STATUS</td>
+<td>Shader read-only status.</td>
+</tr>
+<tr class="row-even"><td>HW_REG_TRAPSTS</td>
+<td>Trap status.</td>
+</tr>
+<tr class="row-odd"><td>HW_REG_HW_ID</td>
+<td>Id of wave, simd, compute unit, etc.</td>
+</tr>
+<tr class="row-even"><td>HW_REG_GPR_ALLOC</td>
+<td>Per-wave SGPR and VGPR allocation.</td>
+</tr>
+<tr class="row-odd"><td>HW_REG_LDS_ALLOC</td>
+<td>Per-wave LDS allocation.</td>
+</tr>
+<tr class="row-even"><td>HW_REG_IB_STS</td>
+<td>Counters of outstanding instructions.</td>
+</tr>
+<tr class="row-odd"><td>HW_REG_SH_MEM_BASES</td>
+<td>Memory aperture.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>Examples:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">s_getreg_b32</span> <span class="n">s2</span><span class="p">,</span> <span class="mh">0x6</span>
+<span class="n">s_getreg_b32</span> <span class="n">s2</span><span class="p">,</span> <span class="n">hwreg</span><span class="p">(</span><span class="mi">15</span><span class="p">)</span>
+<span class="n">s_getreg_b32</span> <span class="n">s2</span><span class="p">,</span> <span class="n">hwreg</span><span class="p">(</span><span class="mi">51</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">31</span><span class="p">)</span>
+<span class="n">s_getreg_b32</span> <span class="n">s2</span><span class="p">,</span> <span class="n">hwreg</span><span class="p">(</span><span class="n">HW_REG_LDS_ALLOC</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">)</span>
+</pre></div>
+</div>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_imm4.html" title="imm4"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_fimm32.html" title="imm32"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_imm4.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_imm4.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_imm4.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_imm4.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,121 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm4 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="label" href="gfx9_label.html" />
+    <link rel="prev" title="hwreg" href="gfx9_hwreg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_label.html" title="label"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_hwreg.html" title="hwreg"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm4">
+<span id="amdgpu-synid9-imm4"></span><h1>imm4<a class="headerlink" href="#imm4" title="Permalink to this headline">¶</a></h1>
+<p>A positive <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value is truncated to 4 bits.</p>
+<p>This operand is a mask which controls indexing mode for operands of subsequent instructions. Value 1 enables indexing and value 0 disables it.</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="23%" />
+<col width="77%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Bit</th>
+<th class="head">Meaning</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>0</td>
+<td>Enables or disables <em>src0</em> indexing.</td>
+</tr>
+<tr class="row-odd"><td>1</td>
+<td>Enables or disables <em>src1</em> indexing.</td>
+</tr>
+<tr class="row-even"><td>2</td>
+<td>Enables or disables <em>src2</em> indexing.</td>
+</tr>
+<tr class="row-odd"><td>3</td>
+<td>Enables or disables <em>dst</em> indexing.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_label.html" title="label"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_hwreg.html" title="hwreg"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_label.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_label.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_label.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_label.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,107 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>label — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="msg" href="gfx9_msg.html" />
+    <link rel="prev" title="imm4" href="gfx9_imm4.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_msg.html" title="msg"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_imm4.html" title="imm4"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="label">
+<span id="amdgpu-synid9-label"></span><h1>label<a class="headerlink" href="#label" title="Permalink to this headline">¶</a></h1>
+<p>A branch target which is a 16-bit signed integer treated as a PC-relative dword offset.</p>
+<p>This operand may be specified as:</p>
+<ul class="simple">
+<li>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The number is truncated to 16 bits.</li>
+<li>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-absolute-expression"><span class="std std-ref">absolute_expression</span></a> which must start with an <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value of the expression is truncated to 16 bits.</li>
+<li>A <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-symbol"><span class="std std-ref">symbol</span></a> (for example, a label). The value is handled as a 16-bit PC-relative dword offset to be resolved by a linker.</li>
+</ul>
+<p>Examples:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">offset</span> <span class="o">=</span> <span class="mi">30</span>
+<span class="n">s_branch</span> <span class="n">loop_end</span>
+<span class="n">s_branch</span> <span class="mi">2</span> <span class="o">+</span> <span class="n">offset</span>
+<span class="n">s_branch</span> <span class="mi">32</span>
+<span class="n">loop_end</span><span class="p">:</span>
+</pre></div>
+</div>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_msg.html" title="msg"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_imm4.html" title="imm4"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mad_type_dev.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mad_type_dev.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mad_type_dev.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mad_type_dev.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,97 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>fx — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="m" href="gfx9_mod_dpp_sdwa_abs_neg.html" />
+    <link rel="prev" title="vsrc" href="gfx9_vsrc64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_mod_dpp_sdwa_abs_neg.html" title="m"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vsrc64_0.html" title="vsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="fx">
+<span id="amdgpu-synid9-mad-type-dev"></span><h1>fx<a class="headerlink" href="#fx" title="Permalink to this headline">¶</a></h1>
+<p>This is an <em>f32</em> or <em>f16</em> operand depending on instruction modifiers:</p>
+<ul class="simple">
+<li>Operand size is controlled by <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-mad-mix-op-sel-hi"><span class="std std-ref">m_op_sel_hi</span></a>.</li>
+<li>Location of 16-bit operand is controlled by <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-mad-mix-op-sel"><span class="std std-ref">m_op_sel</span></a>.</li>
+</ul>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_mod_dpp_sdwa_abs_neg.html" title="m"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vsrc64_0.html" title="vsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_dpp_sdwa_abs_neg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_dpp_sdwa_abs_neg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_dpp_sdwa_abs_neg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_dpp_sdwa_abs_neg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>m — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="m" href="gfx9_mod_sdwa_sext.html" />
+    <link rel="prev" title="fx" href="gfx9_mad_type_dev.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_mod_sdwa_sext.html" title="m"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_mad_type_dev.html" title="fx"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="m">
+<span id="amdgpu-synid9-mod-dpp-sdwa-abs-neg"></span><h1>m<a class="headerlink" href="#m" title="Permalink to this headline">¶</a></h1>
+<p>This operand may be used with floating point operand modifiers <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-abs"><span class="std std-ref">abs</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-neg"><span class="std std-ref">neg</span></a>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_mod_sdwa_sext.html" title="m"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_mad_type_dev.html" title="fx"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_sdwa_sext.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_sdwa_sext.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_sdwa_sext.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_sdwa_sext.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>m — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="m" href="gfx9_mod_vop3_abs_neg.html" />
+    <link rel="prev" title="m" href="gfx9_mod_dpp_sdwa_abs_neg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_mod_vop3_abs_neg.html" title="m"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_mod_dpp_sdwa_abs_neg.html" title="m"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="m">
+<span id="amdgpu-synid9-mod-sdwa-sext"></span><h1>m<a class="headerlink" href="#m" title="Permalink to this headline">¶</a></h1>
+<p>This operand may be used with integer operand modifier <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-sext"><span class="std std-ref">sext</span></a>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_mod_vop3_abs_neg.html" title="m"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_mod_dpp_sdwa_abs_neg.html" title="m"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_vop3_abs_neg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_vop3_abs_neg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_vop3_abs_neg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_mod_vop3_abs_neg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>m — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="opt" href="gfx9_opt.html" />
+    <link rel="prev" title="m" href="gfx9_mod_sdwa_sext.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_opt.html" title="opt"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_mod_sdwa_sext.html" title="m"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="m">
+<span id="amdgpu-synid9-mod-vop3-abs-neg"></span><h1>m<a class="headerlink" href="#m" title="Permalink to this headline">¶</a></h1>
+<p>This operand may be used with floating point operand modifiers <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-abs"><span class="std std-ref">abs</span></a> and <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-neg"><span class="std std-ref">neg</span></a>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_opt.html" title="opt"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_mod_sdwa_sext.html" title="m"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_msg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_msg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_msg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_msg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,253 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>msg — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="param" href="gfx9_param.html" />
+    <link rel="prev" title="label" href="gfx9_label.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_param.html" title="param"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_label.html" title="label"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="msg">
+<span id="amdgpu-synid9-msg"></span><h1>msg<a class="headerlink" href="#msg" title="Permalink to this headline">¶</a></h1>
+<p>A 16-bit message code. The bits of this operand have the following meaning:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="18%" />
+<col width="82%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Bits</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>3:0</td>
+<td>Message <em>type</em>.</td>
+</tr>
+<tr class="row-odd"><td>6:4</td>
+<td>Optional <em>operation</em>.</td>
+</tr>
+<tr class="row-even"><td>9:7</td>
+<td>Optional <em>parameters</em>.</td>
+</tr>
+<tr class="row-odd"><td>15:10</td>
+<td>Unused.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>This operand may be specified as a positive 16-bit <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a> or using the syntax described below:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="36%" />
+<col width="64%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Syntax</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>sendmsg(<<em>type</em>>)</td>
+<td>A message identified by its <em>type</em>.</td>
+</tr>
+<tr class="row-odd"><td>sendmsg(<<em>type</em>>, <<em>op</em>>)</td>
+<td>A message identified by its <em>type</em> and <em>operation</em>.</td>
+</tr>
+<tr class="row-even"><td>sendmsg(<<em>type</em>>, <<em>op</em>>, <<em>stream</em>>)</td>
+<td>A message identified by its <em>type</em> and <em>operation</em> with a stream <em>id</em>.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p><em>Type</em> may be specified using message <em>name</em> or message <em>id</em>.</p>
+<p><em>Op</em> may be specified using operation <em>name</em> or operation <em>id</em>.</p>
+<p>Stream <em>id</em> is an integer in the range 0..3.</p>
+<p>Message <em>id</em>, operation <em>id</em> and stream <em>id</em> must be specified as positive <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer numbers</span></a>.</p>
+<p>Each message type supports specific operations:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="22%" />
+<col width="13%" />
+<col width="38%" />
+<col width="15%" />
+<col width="13%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Message name</th>
+<th class="head">Message Id</th>
+<th class="head">Supported Operations</th>
+<th class="head">Operation Id</th>
+<th class="head">Stream Id</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>MSG_INTERRUPT</td>
+<td>1</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+</tr>
+<tr class="row-odd"><td>MSG_GS</td>
+<td>2</td>
+<td>GS_OP_CUT</td>
+<td>1</td>
+<td>Optional</td>
+</tr>
+<tr class="row-even"><td></td>
+<td> </td>
+<td>GS_OP_EMIT</td>
+<td>2</td>
+<td>Optional</td>
+</tr>
+<tr class="row-odd"><td></td>
+<td> </td>
+<td>GS_OP_EMIT_CUT</td>
+<td>3</td>
+<td>Optional</td>
+</tr>
+<tr class="row-even"><td>MSG_GS_DONE</td>
+<td>3</td>
+<td>GS_OP_NOP</td>
+<td>0</td>
+<td>-</td>
+</tr>
+<tr class="row-odd"><td></td>
+<td> </td>
+<td>GS_OP_CUT</td>
+<td>1</td>
+<td>Optional</td>
+</tr>
+<tr class="row-even"><td></td>
+<td> </td>
+<td>GS_OP_EMIT</td>
+<td>2</td>
+<td>Optional</td>
+</tr>
+<tr class="row-odd"><td></td>
+<td> </td>
+<td>GS_OP_EMIT_CUT</td>
+<td>3</td>
+<td>Optional</td>
+</tr>
+<tr class="row-even"><td>MSG_SYSMSG</td>
+<td>15</td>
+<td>SYSMSG_OP_ECC_ERR_INTERRUPT</td>
+<td>1</td>
+<td>-</td>
+</tr>
+<tr class="row-odd"><td></td>
+<td> </td>
+<td>SYSMSG_OP_REG_RD</td>
+<td>2</td>
+<td>-</td>
+</tr>
+<tr class="row-even"><td></td>
+<td> </td>
+<td>SYSMSG_OP_HOST_TRAP_ACK</td>
+<td>3</td>
+<td>-</td>
+</tr>
+<tr class="row-odd"><td></td>
+<td> </td>
+<td>SYSMSG_OP_TTRACE_PC</td>
+<td>4</td>
+<td>-</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>Examples:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">s_sendmsg</span> <span class="mh">0x12</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="n">MSG_INTERRUPT</span><span class="p">)</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="mi">2</span><span class="p">,</span> <span class="n">GS_OP_CUT</span><span class="p">)</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="n">MSG_GS</span><span class="p">,</span> <span class="n">GS_OP_EMIT</span><span class="p">)</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="n">MSG_GS</span><span class="p">,</span> <span class="mi">2</span><span class="p">)</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="n">MSG_GS_DONE</span><span class="p">,</span> <span class="n">GS_OP_EMIT_CUT</span><span class="p">,</span> <span class="mi">1</span><span class="p">)</span>
+<span class="n">s_sendmsg</span> <span class="n">sendmsg</span><span class="p">(</span><span class="n">MSG_SYSMSG</span><span class="p">,</span> <span class="n">SYSMSG_OP_TTRACE_PC</span><span class="p">)</span>
+</pre></div>
+</div>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_param.html" title="param"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_label.html" title="label"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_buf.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_buf.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_buf.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_buf.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>soffset — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="soffset" href="gfx9_offset_smem_buf.html" />
+    <link rel="prev" title="vdst" href="gfx9_dst_mimg_regular_d16.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_offset_smem_buf.html" title="soffset"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_regular_d16.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="soffset">
+<span id="amdgpu-synid9-offset-buf"></span><h1>soffset<a class="headerlink" href="#soffset" title="Permalink to this headline">¶</a></h1>
+<p>An unsigned byte offset.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_offset_smem_buf.html" title="soffset"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_dst_mimg_regular_d16.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_smem_buf.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_smem_buf.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_smem_buf.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_smem_buf.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,99 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>soffset — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="soffset" href="gfx9_offset_smem_plain.html" />
+    <link rel="prev" title="soffset" href="gfx9_offset_buf.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_offset_smem_plain.html" title="soffset"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_offset_buf.html" title="soffset"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="soffset">
+<span id="amdgpu-synid9-offset-smem-buf"></span><h1>soffset<a class="headerlink" href="#soffset" title="Permalink to this headline">¶</a></h1>
+<p>An unsigned byte offset added to the base address to get memory address.</p>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">Assembler currently supports 20-bit offsets only. Use <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-uimm20"><span class="std std-ref">uimm20</span></a> instead of <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-uimm21"><span class="std std-ref">uimm21</span></a>.</p>
+</div>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-uimm21"><span class="std std-ref">uimm21</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_offset_smem_plain.html" title="soffset"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_offset_buf.html" title="soffset"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_smem_plain.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_smem_plain.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_smem_plain.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_offset_smem_plain.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,103 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>soffset — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="srsrc" href="gfx9_rsrc_buf.html" />
+    <link rel="prev" title="soffset" href="gfx9_offset_smem_buf.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_rsrc_buf.html" title="srsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_offset_smem_buf.html" title="soffset"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="soffset">
+<span id="amdgpu-synid9-offset-smem-plain"></span><h1>soffset<a class="headerlink" href="#soffset" title="Permalink to this headline">¶</a></h1>
+<p>An offset added to the base address to get memory address.</p>
+<ul class="simple">
+<li>If offset is specified as a register, it supplies an unsigned byte offset.</li>
+<li>If offset is specified as a 21-bit immediate, it supplies a signed byte offset.</li>
+</ul>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">Assembler currently supports 20-bit unsigned offsets only. Use <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-uimm20"><span class="std std-ref">uimm20</span></a> instead of <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-simm21"><span class="std std-ref">simm21</span></a>.</p>
+</div>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-simm21"><span class="std std-ref">simm21</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_rsrc_buf.html" title="srsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_offset_smem_buf.html" title="soffset"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_opt.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_opt.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_opt.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_opt.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>opt — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="dst" href="gfx9_ret.html" />
+    <link rel="prev" title="m" href="gfx9_mod_vop3_abs_neg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_ret.html" title="dst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_mod_vop3_abs_neg.html" title="m"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="opt">
+<span id="amdgpu-synid9-opt"></span><h1>opt<a class="headerlink" href="#opt" title="Permalink to this headline">¶</a></h1>
+<p>This is an optional operand. It must be used if and only if <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_ret.html" title="dst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_mod_vop3_abs_neg.html" title="m"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_param.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_param.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_param.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_param.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,117 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>param — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm3" href="gfx9_perm_smem.html" />
+    <link rel="prev" title="msg" href="gfx9_msg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_perm_smem.html" title="imm3"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_msg.html" title="msg"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="param">
+<span id="amdgpu-synid9-param"></span><h1>param<a class="headerlink" href="#param" title="Permalink to this headline">¶</a></h1>
+<p>Interpolation parameter to read:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="26%" />
+<col width="74%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Syntax</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>p0</td>
+<td>Parameter <em>P0</em>.</td>
+</tr>
+<tr class="row-odd"><td>p10</td>
+<td>Parameter <em>P10</em>.</td>
+</tr>
+<tr class="row-even"><td>p20</td>
+<td>Parameter <em>P20</em>.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_perm_smem.html" title="imm3"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_msg.html" title="msg"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_perm_smem.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_perm_smem.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_perm_smem.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_perm_smem.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,118 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm3 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm16" href="gfx9_simm16.html" />
+    <link rel="prev" title="param" href="gfx9_param.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_simm16.html" title="imm16"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_param.html" title="param"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm3">
+<span id="amdgpu-synid9-perm-smem"></span><h1>imm3<a class="headerlink" href="#imm3" title="Permalink to this headline">¶</a></h1>
+<p>A bit mask which indicates request permissions.</p>
+<p>This operand must be specified as an <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value is truncated to 7 bits, but only 3 low bits are significant.</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="29%" />
+<col width="71%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Bit Number</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>0</td>
+<td>Request <em>read</em> permission.</td>
+</tr>
+<tr class="row-odd"><td>1</td>
+<td>Request <em>write</em> permission.</td>
+</tr>
+<tr class="row-even"><td>2</td>
+<td>Request <em>execute</em> permission.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_simm16.html" title="imm16"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_param.html" title="param"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ret.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ret.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ret.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ret.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>dst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="Type deviation" href="gfx9_type_dev.html" />
+    <link rel="prev" title="opt" href="gfx9_opt.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_type_dev.html" title="Type deviation"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_opt.html" title="opt"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="dst">
+<span id="amdgpu-synid9-ret"></span><h1>dst<a class="headerlink" href="#dst" title="Permalink to this headline">¶</a></h1>
+<p>This is an input operand. It may optionally serve as a destination if <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> is specified.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_type_dev.html" title="Type deviation"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_opt.html" title="opt"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_rsrc_buf.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_rsrc_buf.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_rsrc_buf.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_rsrc_buf.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>srsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="srsrc" href="gfx9_rsrc_mimg.html" />
+    <link rel="prev" title="soffset" href="gfx9_offset_smem_plain.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_rsrc_mimg.html" title="srsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_offset_smem_plain.html" title="soffset"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="srsrc">
+<span id="amdgpu-synid9-rsrc-buf"></span><h1>srsrc<a class="headerlink" href="#srsrc" title="Permalink to this headline">¶</a></h1>
+<p>Buffer resource constant which defines the address and characteristics of the buffer in memory.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_rsrc_mimg.html" title="srsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_offset_smem_plain.html" title="soffset"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_rsrc_mimg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_rsrc_mimg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_rsrc_mimg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_rsrc_mimg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>srsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="saddr" href="gfx9_saddr_flat_global.html" />
+    <link rel="prev" title="srsrc" href="gfx9_rsrc_buf.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_saddr_flat_global.html" title="saddr"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_rsrc_buf.html" title="srsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="srsrc">
+<span id="amdgpu-synid9-rsrc-mimg"></span><h1>srsrc<a class="headerlink" href="#srsrc" title="Permalink to this headline">¶</a></h1>
+<p>Image resource constant which defines the location of the image buffer in memory, its dimensions, tiling, and data format.</p>
+<p><em>Size:</em> 8 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_saddr_flat_global.html" title="saddr"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_rsrc_buf.html" title="srsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_saddr_flat_global.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_saddr_flat_global.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_saddr_flat_global.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_saddr_flat_global.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,96 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>saddr — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="saddr" href="gfx9_saddr_flat_scratch.html" />
+    <link rel="prev" title="srsrc" href="gfx9_rsrc_mimg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_saddr_flat_scratch.html" title="saddr"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_rsrc_mimg.html" title="srsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="saddr">
+<span id="amdgpu-synid9-saddr-flat-global"></span><h1>saddr<a class="headerlink" href="#saddr" title="Permalink to this headline">¶</a></h1>
+<p>An optional 64-bit flat global address. Must be specified as <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a> if not used.</p>
+<p>See <a class="reference internal" href="gfx9_vaddr_flat_global.html#amdgpu-synid9-vaddr-flat-global"><span class="std std-ref">vaddr</span></a> for description of available addressing modes.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_saddr_flat_scratch.html" title="saddr"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_rsrc_mimg.html" title="srsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_saddr_flat_scratch.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_saddr_flat_scratch.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_saddr_flat_scratch.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_saddr_flat_scratch.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,96 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>saddr — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssamp" href="gfx9_samp_mimg.html" />
+    <link rel="prev" title="saddr" href="gfx9_saddr_flat_global.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_samp_mimg.html" title="ssamp"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_saddr_flat_global.html" title="saddr"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="saddr">
+<span id="amdgpu-synid9-saddr-flat-scratch"></span><h1>saddr<a class="headerlink" href="#saddr" title="Permalink to this headline">¶</a></h1>
+<p>An optional 32-bit flat scratch offset. Must be specified as <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a> if not used.</p>
+<p>Either this operand or <a class="reference internal" href="gfx9_vaddr_flat_scratch.html#amdgpu-synid9-vaddr-flat-scratch"><span class="std std-ref">vaddr</span></a> must be set to <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a>.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_samp_mimg.html" title="ssamp"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_saddr_flat_global.html" title="saddr"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_samp_mimg.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_samp_mimg.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_samp_mimg.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_samp_mimg.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssamp — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdata" href="gfx9_sdata128_0.html" />
+    <link rel="prev" title="saddr" href="gfx9_saddr_flat_scratch.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdata128_0.html" title="sdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_saddr_flat_scratch.html" title="saddr"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssamp">
+<span id="amdgpu-synid9-samp-mimg"></span><h1>ssamp<a class="headerlink" href="#ssamp" title="Permalink to this headline">¶</a></h1>
+<p>Sampler constant used to specify filtering options applied to the image data after it is read.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdata128_0.html" title="sdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_saddr_flat_scratch.html" title="saddr"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata128_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata128_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata128_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata128_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdata" href="gfx9_sdata32_0.html" />
+    <link rel="prev" title="ssamp" href="gfx9_samp_mimg.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdata32_0.html" title="sdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_samp_mimg.html" title="ssamp"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdata">
+<span id="amdgpu-synid9-sdata128-0"></span><h1>sdata<a class="headerlink" href="#sdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdata32_0.html" title="sdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_samp_mimg.html" title="ssamp"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdata" href="gfx9_sdata64_0.html" />
+    <link rel="prev" title="sdata" href="gfx9_sdata128_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdata64_0.html" title="sdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdata128_0.html" title="sdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdata">
+<span id="amdgpu-synid9-sdata32-0"></span><h1>sdata<a class="headerlink" href="#sdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdata64_0.html" title="sdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdata128_0.html" title="sdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdata64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx9_sdst128_0.html" />
+    <link rel="prev" title="sdata" href="gfx9_sdata32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst128_0.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdata32_0.html" title="sdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdata">
+<span id="amdgpu-synid9-sdata64-0"></span><h1>sdata<a class="headerlink" href="#sdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst128_0.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdata32_0.html" title="sdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst128_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst128_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst128_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst128_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx9_sdst256_0.html" />
+    <link rel="prev" title="sdata" href="gfx9_sdata64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst256_0.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdata64_0.html" title="sdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid9-sdst128-0"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst256_0.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdata64_0.html" title="sdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst256_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst256_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst256_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst256_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx9_sdst32_0.html" />
+    <link rel="prev" title="sdst" href="gfx9_sdst128_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst32_0.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst128_0.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid9-sdst256-0"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 8 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst32_0.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst128_0.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx9_sdst32_1.html" />
+    <link rel="prev" title="sdst" href="gfx9_sdst256_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst32_1.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst256_0.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid9-sdst32-0"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst32_1.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst256_0.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx9_sdst32_2.html" />
+    <link rel="prev" title="sdst" href="gfx9_sdst32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst32_2.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst32_0.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid9-sdst32-1"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst32_2.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst32_0.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_2.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_2.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_2.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst32_2.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx9_sdst512_0.html" />
+    <link rel="prev" title="sdst" href="gfx9_sdst32_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst512_0.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst32_1.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid9-sdst32-2"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst512_0.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst32_1.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst512_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst512_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst512_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst512_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx9_sdst64_0.html" />
+    <link rel="prev" title="sdst" href="gfx9_sdst32_2.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst64_0.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst32_2.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid9-sdst512-0"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 16 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst64_0.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst32_2.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="sdst" href="gfx9_sdst64_1.html" />
+    <link rel="prev" title="sdst" href="gfx9_sdst512_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst64_1.html" title="sdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst512_0.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid9-sdst64-0"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_sdst64_1.html" title="sdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst512_0.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst64_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst64_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst64_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_sdst64_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>sdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx9_src32_0.html" />
+    <link rel="prev" title="sdst" href="gfx9_sdst64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_src32_0.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst64_0.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="sdst">
+<span id="amdgpu-synid9-sdst64-1"></span><h1>sdst<a class="headerlink" href="#sdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_src32_0.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst64_0.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_simm16.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_simm16.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_simm16.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_simm16.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm16 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="tgt" href="gfx9_tgt.html" />
+    <link rel="prev" title="imm3" href="gfx9_perm_smem.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_tgt.html" title="tgt"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_perm_smem.html" title="imm3"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm16">
+<span id="amdgpu-synid9-simm16"></span><h1>imm16<a class="headerlink" href="#imm16" title="Permalink to this headline">¶</a></h1>
+<p>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value is truncated to 16 bits and then sign-extended to 32 bits.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_tgt.html" title="tgt"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_perm_smem.html" title="imm3"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx9_src32_1.html" />
+    <link rel="prev" title="sdst" href="gfx9_sdst64_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_src32_1.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst64_1.html" title="sdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid9-src32-0"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-literal"><span class="std std-ref">literal</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_src32_1.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_sdst64_1.html" title="sdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx9_src64_0.html" />
+    <link rel="prev" title="src" href="gfx9_src32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_src64_0.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src32_0.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid9-src32-1"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_src64_0.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src32_0.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_2.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_2.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_2.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_2.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 9 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx9_src32_3.html" />
+    <link rel="prev" title="src" href="gfx9_src32_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_src32_3.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src32_1.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid9-src32-2"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vccz"><span class="std std-ref">vccz</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-execz"><span class="std std-ref">execz</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-scc"><span class="std std-ref">scc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-lds-direct"><span class="std std-ref">lds_direct</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_src32_3.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src32_1.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-07-10.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_3.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_3.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_3.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src32_3.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 9 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx9_src64_0.html" />
+    <link rel="prev" title="src" href="gfx9_src32_2.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_src64_0.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src32_2.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid9-src32-3"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vccz"><span class="std std-ref">vccz</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-execz"><span class="std std-ref">execz</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-scc"><span class="std std-ref">scc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_src64_0.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src32_2.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-07-10.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="src" href="gfx9_src64_1.html" />
+    <link rel="prev" title="src" href="gfx9_src32_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_src64_1.html" title="src"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src32_1.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid9-src64-0"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-literal"><span class="std std-ref">literal</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_src64_1.html" title="src"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src32_1.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src64_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src64_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src64_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src64_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>src — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vsrc" href="gfx9_src_exp.html" />
+    <link rel="prev" title="src" href="gfx9_src64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_src_exp.html" title="vsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src64_0.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="src">
+<span id="amdgpu-synid9-src64-1"></span><h1>src<a class="headerlink" href="#src" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_src_exp.html" title="vsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src64_0.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src_exp.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src_exp.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src_exp.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_src_exp.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,104 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx9_ssrc32_0.html" />
+    <link rel="prev" title="src" href="gfx9_src64_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_0.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src64_1.html" title="src"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vsrc">
+<span id="amdgpu-synid9-src-exp"></span><h1>vsrc<a class="headerlink" href="#vsrc" title="Permalink to this headline">¶</a></h1>
+<p>Data to copy to export buffers. This is an optional operand. Must be specified as <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a> if not used.</p>
+<p><a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-compr"><span class="std std-ref">compr</span></a> modifier indicates use of compressed (16-bit) data. This limits number of source operands from 4 to 2:</p>
+<ul class="simple">
+<li>src0 and src1 must specify the first register (or <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a>).</li>
+<li>src2 and src3 must specify the second register (or <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a>).</li>
+</ul>
+<p>An example:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">exp</span> <span class="n">mrtz</span> <span class="n">v3</span><span class="p">,</span> <span class="n">v3</span><span class="p">,</span> <span class="n">off</span><span class="p">,</span> <span class="n">off</span> <span class="n">compr</span>
+</pre></div>
+</div>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_0.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src64_1.html" title="src"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx9_ssrc32_1.html" />
+    <link rel="prev" title="vsrc" href="gfx9_src_exp.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_1.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src_exp.html" title="vsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid9-ssrc32-0"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-literal"><span class="std std-ref">literal</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_1.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_src_exp.html" title="vsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx9_ssrc32_2.html" />
+    <link rel="prev" title="ssrc" href="gfx9_ssrc32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_2.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_0.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid9-ssrc32-1"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_2.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_0.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_2.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_2.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_2.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_2.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx9_ssrc32_3.html" />
+    <link rel="prev" title="ssrc" href="gfx9_ssrc32_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_3.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_1.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid9-ssrc32-2"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_3.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_1.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_3.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_3.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_3.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_3.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx9_ssrc32_4.html" />
+    <link rel="prev" title="ssrc" href="gfx9_ssrc32_2.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_4.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_2.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid9-ssrc32-3"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-iconst"><span class="std std-ref">iconst</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_4.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_2.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_4.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_4.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_4.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc32_4.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx9_ssrc64_0.html" />
+    <link rel="prev" title="ssrc" href="gfx9_ssrc32_3.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_0.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_3.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid9-ssrc32-4"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-m0"><span class="std std-ref">m0</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_0.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_3.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx9_ssrc64_1.html" />
+    <link rel="prev" title="ssrc" href="gfx9_ssrc32_4.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_1.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_4.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid9-ssrc64-0"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-literal"><span class="std std-ref">literal</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_1.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc32_4.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx9_ssrc64_2.html" />
+    <link rel="prev" title="ssrc" href="gfx9_ssrc64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_2.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_0.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid9-ssrc64-1"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_2.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_0.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_2.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_2.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_2.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_2.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="ssrc" href="gfx9_ssrc64_3.html" />
+    <link rel="prev" title="ssrc" href="gfx9_ssrc64_1.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_3.html" title="ssrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_1.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid9-ssrc64-2"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-constant"><span class="std std-ref">constant</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_3.html" title="ssrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_1.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_3.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_3.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_3.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_ssrc64_3.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>ssrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vaddr" href="gfx9_vaddr_flat_global.html" />
+    <link rel="prev" title="ssrc" href="gfx9_ssrc64_2.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vaddr_flat_global.html" title="vaddr"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_2.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="ssrc">
+<span id="amdgpu-synid9-ssrc64-3"></span><h1>ssrc<a class="headerlink" href="#ssrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-s"><span class="std std-ref">s</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-flat-scratch"><span class="std std-ref">flat_scratch</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-xnack"><span class="std std-ref">xnack</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-ttmp"><span class="std std-ref">ttmp</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-exec"><span class="std std-ref">exec</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vaddr_flat_global.html" title="vaddr"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_2.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_tgt.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_tgt.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_tgt.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_tgt.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,123 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>tgt — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="imm16" href="gfx9_uimm16.html" />
+    <link rel="prev" title="imm16" href="gfx9_simm16.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_uimm16.html" title="imm16"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_simm16.html" title="imm16"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="tgt">
+<span id="amdgpu-synid9-tgt"></span><h1>tgt<a class="headerlink" href="#tgt" title="Permalink to this headline">¶</a></h1>
+<p>An export target:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="29%" />
+<col width="71%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Syntax</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>pos{0..3}</td>
+<td>Copy vertex position 0..3.</td>
+</tr>
+<tr class="row-odd"><td>param{0..31}</td>
+<td>Copy vertex parameter 0..31.</td>
+</tr>
+<tr class="row-even"><td>mrt{0..7}</td>
+<td>Copy pixel color to the MRTs 0..7.</td>
+</tr>
+<tr class="row-odd"><td>mrtz</td>
+<td>Copy pixel depth (Z) data.</td>
+</tr>
+<tr class="row-even"><td>null</td>
+<td>Copy nothing.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_uimm16.html" title="imm16"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_simm16.html" title="imm16"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_type_dev.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_type_dev.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_type_dev.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_type_dev.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>Type deviation — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="Syntax of AMDGPU Instruction Modifiers" href="../AMDGPUModifierSyntax.html" />
+    <link rel="prev" title="dst" href="gfx9_ret.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="../AMDGPUModifierSyntax.html" title="Syntax of AMDGPU Instruction Modifiers"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ret.html" title="dst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="type-deviation">
+<span id="amdgpu-synid9-type-dev"></span><h1>Type deviation<a class="headerlink" href="#type-deviation" title="Permalink to this headline">¶</a></h1>
+<p><em>Type</em> of this operand differs from <em>type</em> <a class="reference internal" href="../AMDGPUInstructionSyntax.html#amdgpu-syn-instruction-type"><span class="std std-ref">implied by the opcode</span></a>. This tag specifies actual operand <em>type</em>.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="../AMDGPUModifierSyntax.html" title="Syntax of AMDGPU Instruction Modifiers"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ret.html" title="dst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_uimm16.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_uimm16.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_uimm16.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_uimm16.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,93 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>imm16 — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="waitcnt" href="gfx9_waitcnt.html" />
+    <link rel="prev" title="tgt" href="gfx9_tgt.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_waitcnt.html" title="waitcnt"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_tgt.html" title="tgt"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="imm16">
+<span id="amdgpu-synid9-uimm16"></span><h1>imm16<a class="headerlink" href="#imm16" title="Permalink to this headline">¶</a></h1>
+<p>An <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>. The value is truncated to 16 bits and then zero-extended to 32 bits.</p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_waitcnt.html" title="waitcnt"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_tgt.html" title="tgt"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vaddr_flat_global.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vaddr_flat_global.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vaddr_flat_global.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vaddr_flat_global.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,103 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vaddr — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vaddr" href="gfx9_vaddr_flat_scratch.html" />
+    <link rel="prev" title="ssrc" href="gfx9_ssrc64_3.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vaddr_flat_scratch.html" title="vaddr"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_3.html" title="ssrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vaddr">
+<span id="amdgpu-synid9-vaddr-flat-global"></span><h1>vaddr<a class="headerlink" href="#vaddr" title="Permalink to this headline">¶</a></h1>
+<p>A 64-bit flat global address or a 32-bit offset depending on addressing mode:</p>
+<ul class="simple">
+<li>Address = <a class="reference internal" href="#amdgpu-synid9-vaddr-flat-global"><span class="std std-ref">vaddr</span></a> + <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-flat-offset13s"><span class="std std-ref">offset13s</span></a>. <a class="reference internal" href="#amdgpu-synid9-vaddr-flat-global"><span class="std std-ref">vaddr</span></a> is a 64-bit address. This mode is indicated by <a class="reference internal" href="gfx9_saddr_flat_global.html#amdgpu-synid9-saddr-flat-global"><span class="std std-ref">saddr</span></a> set to <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a>.</li>
+<li>Address = <a class="reference internal" href="gfx9_saddr_flat_global.html#amdgpu-synid9-saddr-flat-global"><span class="std std-ref">saddr</span></a> + <a class="reference internal" href="#amdgpu-synid9-vaddr-flat-global"><span class="std std-ref">vaddr</span></a> + <a class="reference internal" href="../AMDGPUModifierSyntax.html#amdgpu-synid-flat-offset13s"><span class="std std-ref">offset13s</span></a>. <a class="reference internal" href="#amdgpu-synid9-vaddr-flat-global"><span class="std std-ref">vaddr</span></a> is a 32-bit offset. This mode is used when <a class="reference internal" href="gfx9_saddr_flat_global.html#amdgpu-synid9-saddr-flat-global"><span class="std std-ref">saddr</span></a> is not <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a>.</li>
+</ul>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">Assembler currently expects a 64-bit <em>vaddr</em> regardless of addressing mode. This have to be fixed.</p>
+</div>
+<p><em>Size:</em> 1 or 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vaddr_flat_scratch.html" title="vaddr"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_ssrc64_3.html" title="ssrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vaddr_flat_scratch.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vaddr_flat_scratch.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vaddr_flat_scratch.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vaddr_flat_scratch.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,96 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vaddr — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vcc" href="gfx9_vcc_64.html" />
+    <link rel="prev" title="vaddr" href="gfx9_vaddr_flat_global.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vcc_64.html" title="vcc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vaddr_flat_global.html" title="vaddr"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vaddr">
+<span id="amdgpu-synid9-vaddr-flat-scratch"></span><h1>vaddr<a class="headerlink" href="#vaddr" title="Permalink to this headline">¶</a></h1>
+<p>An optional 32-bit flat scratch offset. Must be specified as <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a> if not used.</p>
+<p>Either this operand or <a class="reference internal" href="gfx9_saddr_flat_scratch.html#amdgpu-synid9-saddr-flat-scratch"><span class="std std-ref">saddr</span></a> must be set to <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a>.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-off"><span class="std std-ref">off</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vcc_64.html" title="vcc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vaddr_flat_global.html" title="vaddr"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vcc_64.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vcc_64.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vcc_64.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vcc_64.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vcc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx9_vdata128_0.html" />
+    <link rel="prev" title="vaddr" href="gfx9_vaddr_flat_scratch.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdata128_0.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vaddr_flat_scratch.html" title="vaddr"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vcc">
+<span id="amdgpu-synid9-vcc-64"></span><h1>vcc<a class="headerlink" href="#vcc" title="Permalink to this headline">¶</a></h1>
+<p>Vector condition code.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-vcc"><span class="std std-ref">vcc</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdata128_0.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vaddr_flat_scratch.html" title="vaddr"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata128_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata128_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata128_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata128_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx9_vdata32_0.html" />
+    <link rel="prev" title="vcc" href="gfx9_vcc_64.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdata32_0.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vcc_64.html" title="vcc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid9-vdata128-0"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdata32_0.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vcc_64.html" title="vcc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx9_vdata64_0.html" />
+    <link rel="prev" title="vdata" href="gfx9_vdata128_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdata64_0.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdata128_0.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid9-vdata32-0"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdata64_0.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdata128_0.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdata" href="gfx9_vdata96_0.html" />
+    <link rel="prev" title="vdata" href="gfx9_vdata32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdata96_0.html" title="vdata"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdata32_0.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid9-vdata64-0"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdata96_0.html" title="vdata"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdata32_0.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata96_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata96_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata96_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdata96_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdata — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_vdst128_0.html" />
+    <link rel="prev" title="vdata" href="gfx9_vdata64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdst128_0.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdata64_0.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdata">
+<span id="amdgpu-synid9-vdata96-0"></span><h1>vdata<a class="headerlink" href="#vdata" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 3 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdst128_0.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdata64_0.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst128_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst128_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst128_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst128_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_vdst32_0.html" />
+    <link rel="prev" title="vdata" href="gfx9_vdata96_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdst32_0.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdata96_0.html" title="vdata"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-vdst128-0"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdst32_0.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdata96_0.html" title="vdata"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_vdst64_0.html" />
+    <link rel="prev" title="vdst" href="gfx9_vdst128_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdst64_0.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdst128_0.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-vdst32-0"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdst64_0.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdst128_0.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vdst" href="gfx9_vdst96_0.html" />
+    <link rel="prev" title="vdst" href="gfx9_vdst32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdst96_0.html" title="vdst"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdst32_0.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-vdst64-0"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vdst96_0.html" title="vdst"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdst32_0.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst96_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst96_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst96_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vdst96_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vdst — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vsrc" href="gfx9_vsrc128_0.html" />
+    <link rel="prev" title="vdst" href="gfx9_vdst64_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vsrc128_0.html" title="vsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdst64_0.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vdst">
+<span id="amdgpu-synid9-vdst96-0"></span><h1>vdst<a class="headerlink" href="#vdst" title="Permalink to this headline">¶</a></h1>
+<p>Instruction output.</p>
+<p><em>Size:</em> 3 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vsrc128_0.html" title="vsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdst64_0.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc128_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc128_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc128_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc128_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vsrc" href="gfx9_vsrc32_0.html" />
+    <link rel="prev" title="vdst" href="gfx9_vdst96_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vsrc32_0.html" title="vsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdst96_0.html" title="vdst"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vsrc">
+<span id="amdgpu-synid9-vsrc128-0"></span><h1>vsrc<a class="headerlink" href="#vsrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 4 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vsrc32_0.html" title="vsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vdst96_0.html" title="vdst"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc32_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc32_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc32_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc32_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vsrc" href="gfx9_vsrc64_0.html" />
+    <link rel="prev" title="vsrc" href="gfx9_vsrc128_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vsrc64_0.html" title="vsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vsrc128_0.html" title="vsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vsrc">
+<span id="amdgpu-synid9-vsrc32-0"></span><h1>vsrc<a class="headerlink" href="#vsrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vsrc64_0.html" title="vsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vsrc128_0.html" title="vsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc32_1.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc32_1.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc32_1.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc32_1.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vsrc — LLVM 9 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vsrc" href="gfx9_vsrc64_0.html" />
+    <link rel="prev" title="vsrc" href="gfx9_vsrc32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_vsrc64_0.html" title="vsrc"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vsrc32_0.html" title="vsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vsrc">
+<span id="amdgpu-synid9-vsrc32-1"></span><h1>vsrc<a class="headerlink" href="#vsrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 1 dword.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a>, <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-lds-direct"><span class="std std-ref">lds_direct</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_vsrc64_0.html" title="vsrc"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vsrc32_0.html" title="vsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-07-10.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc64_0.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc64_0.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc64_0.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_vsrc64_0.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,95 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>vsrc — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="fx" href="gfx9_mad_type_dev.html" />
+    <link rel="prev" title="vsrc" href="gfx9_vsrc32_0.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_mad_type_dev.html" title="fx"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vsrc32_0.html" title="vsrc"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="vsrc">
+<span id="amdgpu-synid9-vsrc64-0"></span><h1>vsrc<a class="headerlink" href="#vsrc" title="Permalink to this headline">¶</a></h1>
+<p>Instruction input.</p>
+<p><em>Size:</em> 2 dwords.</p>
+<p><em>Operands:</em> <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-v"><span class="std std-ref">v</span></a></p>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_mad_type_dev.html" title="fx"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_vsrc32_0.html" title="vsrc"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_waitcnt.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_waitcnt.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_waitcnt.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPU/gfx9_waitcnt.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,169 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>waitcnt — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="../_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
+    <script type="text/javascript" src="../_static/jquery.js"></script>
+    <script type="text/javascript" src="../_static/underscore.js"></script>
+    <script type="text/javascript" src="../_static/doctools.js"></script>
+    <link rel="index" title="Index" href="../genindex.html" />
+    <link rel="search" title="Search" href="../search.html" />
+    <link rel="next" title="vaddr" href="gfx9_addr_buf.html" />
+    <link rel="prev" title="imm16" href="gfx9_uimm16.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="../index.html">
+    <img src="../_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="gfx9_addr_buf.html" title="vaddr"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_uimm16.html" title="imm16"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" accesskey="U">Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="waitcnt">
+<span id="amdgpu-synid9-waitcnt"></span><h1>waitcnt<a class="headerlink" href="#waitcnt" title="Permalink to this headline">¶</a></h1>
+<p>Counts of outstanding instructions to wait for.</p>
+<p>The bits of this operand have the following meaning:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="18%" />
+<col width="82%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Bits</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>3:0</td>
+<td>VM_CNT: vector memory operations count, lower bits.</td>
+</tr>
+<tr class="row-odd"><td>6:4</td>
+<td>EXP_CNT: export count.</td>
+</tr>
+<tr class="row-even"><td>11:8</td>
+<td>LGKM_CNT: LDS, GDS, Constant and Message count.</td>
+</tr>
+<tr class="row-odd"><td>15:14</td>
+<td>VM_CNT: vector memory operations count, upper bits.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>This operand may be specified as a positive 16-bit <a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer_number</span></a>
+or as a combination of the following symbolic helpers:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="24%" />
+<col width="76%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Syntax</th>
+<th class="head">Description</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>vmcnt(<<em>N</em>>)</td>
+<td>VM_CNT value. <em>N</em> must not exceed the largest VM_CNT value.</td>
+</tr>
+<tr class="row-odd"><td>expcnt(<<em>N</em>>)</td>
+<td>EXP_CNT value. <em>N</em> must not exceed the largest EXP_CNT value.</td>
+</tr>
+<tr class="row-even"><td>lgkmcnt(<<em>N</em>>)</td>
+<td>LGKM_CNT value. <em>N</em> must not exceed the largest LGKM_CNT value.</td>
+</tr>
+<tr class="row-odd"><td>vmcnt_sat(<<em>N</em>>)</td>
+<td>VM_CNT value computed as min(<em>N</em>, the largest VM_CNT value).</td>
+</tr>
+<tr class="row-even"><td>expcnt_sat(<<em>N</em>>)</td>
+<td>EXP_CNT value computed as min(<em>N</em>, the largest EXP_CNT value).</td>
+</tr>
+<tr class="row-odd"><td>lgkmcnt_sat(<<em>N</em>>)</td>
+<td>LGKM_CNT value computed as min(<em>N</em>, the largest LGKM_CNT value).</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>These helpers may be specified in any order. Ampersands and commas may be used as optional separators.</p>
+<p><em>N</em> is either an
+<a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-integer-number"><span class="std std-ref">integer number</span></a> or an
+<a class="reference internal" href="../AMDGPUOperandSyntax.html#amdgpu-synid-absolute-expression"><span class="std std-ref">absolute expression</span></a>.</p>
+<p>Examples:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">s_waitcnt</span> <span class="mi">0</span>
+<span class="n">s_waitcnt</span> <span class="n">vmcnt</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span>
+<span class="n">s_waitcnt</span> <span class="n">expcnt</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span> <span class="n">lgkmcnt</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span>
+<span class="n">s_waitcnt</span> <span class="n">vmcnt</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span> <span class="n">expcnt</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span> <span class="n">lgkmcnt</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span>
+<span class="n">s_waitcnt</span> <span class="n">vmcnt</span><span class="p">(</span><span class="mi">1</span><span class="p">),</span> <span class="n">expcnt</span><span class="p">(</span><span class="mi">2</span><span class="p">),</span> <span class="n">lgkmcnt</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span>
+<span class="n">s_waitcnt</span> <span class="n">vmcnt</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span> <span class="o">&</span> <span class="n">lgkmcnt_sat</span><span class="p">(</span><span class="mi">100</span><span class="p">)</span> <span class="o">&</span> <span class="n">expcnt</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span>
+</pre></div>
+</div>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="../genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="gfx9_addr_buf.html" title="vaddr"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="gfx9_uimm16.html" title="imm16"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="../index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="../AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li>
+          <li class="nav-item nav-item-2"><a href="AMDGPUAsmGFX9.html" >Syntax of GFX9 Instructions</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPUInstructionNotation.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPUInstructionNotation.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPUInstructionNotation.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPUInstructionNotation.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,208 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>AMDGPU Instructions Notation — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+    <script type="text/javascript" src="_static/jquery.js"></script>
+    <script type="text/javascript" src="_static/underscore.js"></script>
+    <script type="text/javascript" src="_static/doctools.js"></script>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="next" title="Stack maps and patch points in LLVM" href="StackMaps.html" />
+    <link rel="prev" title="AMDGPU Instruction Syntax" href="AMDGPUInstructionSyntax.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="index.html">
+    <img src="_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="StackMaps.html" title="Stack maps and patch points in LLVM"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="AMDGPUInstructionSyntax.html" title="AMDGPU Instruction Syntax"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="AMDGPUUsage.html" accesskey="U">User Guide for AMDGPU Backend</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="amdgpu-instructions-notation">
+<h1>AMDGPU Instructions Notation<a class="headerlink" href="#amdgpu-instructions-notation" title="Permalink to this headline">¶</a></h1>
+<div class="contents local topic" id="contents">
+<ul class="simple">
+<li><a class="reference internal" href="#introduction" id="id4">Introduction</a></li>
+<li><a class="reference internal" href="#instructions" id="id5">Instructions</a><ul>
+<li><a class="reference internal" href="#notation" id="id6">Notation</a></li>
+</ul>
+</li>
+<li><a class="reference internal" href="#opcode" id="id7">Opcode</a><ul>
+<li><a class="reference internal" href="#id1" id="id8">Notation</a></li>
+</ul>
+</li>
+<li><a class="reference internal" href="#operands" id="id9">Operands</a><ul>
+<li><a class="reference internal" href="#amdgpu-syn-instruction-operand-notation" id="id10">Notation</a></li>
+</ul>
+</li>
+<li><a class="reference internal" href="#modifiers" id="id11">Modifiers</a><ul>
+<li><a class="reference internal" href="#amdgpu-syn-instruction-modifier-notation" id="id12">Notation</a></li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="section" id="introduction">
+<span id="amdgpu-syn-instruction-notation"></span><h2><a class="toc-backref" href="#id4">Introduction</a><a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h2>
+<p>This is an overview of notation used to describe the syntax of AMDGPU assembler instructions.</p>
+<p>This notation mimics the <a class="reference internal" href="AMDGPUInstructionSyntax.html#amdgpu-syn-instructions"><span class="std std-ref">syntax of assembler instructions</span></a>
+except that instead of real operands and modifiers it provides references to their description.</p>
+</div>
+<div class="section" id="instructions">
+<h2><a class="toc-backref" href="#id5">Instructions</a><a class="headerlink" href="#instructions" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="notation">
+<h3><a class="toc-backref" href="#id6">Notation</a><a class="headerlink" href="#notation" title="Permalink to this headline">¶</a></h3>
+<p>This is the notation used to describe AMDGPU instructions:</p>
+<blockquote>
+<div><code class="docutils literal notranslate"><span class="pre"><</span></code><a class="reference internal" href="#amdgpu-syn-opcode-notation"><span class="std std-ref">opcode description</span></a><code class="docutils literal notranslate"><span class="pre">></span>  <span class="pre"><</span></code><a class="reference internal" href="#amdgpu-syn-instruction-operands-notation"><span class="std std-ref">operands description</span></a><code class="docutils literal notranslate"><span class="pre">></span>  <span class="pre"><</span></code><a class="reference internal" href="#amdgpu-syn-instruction-modifiers-notation"><span class="std std-ref">modifiers description</span></a><code class="docutils literal notranslate"><span class="pre">></span></code></div></blockquote>
+</div>
+</div>
+<div class="section" id="opcode">
+<span id="amdgpu-syn-opcode-notation"></span><h2><a class="toc-backref" href="#id7">Opcode</a><a class="headerlink" href="#opcode" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="id1">
+<h3><a class="toc-backref" href="#id8">Notation</a><a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+<p>TBD</p>
+</div>
+</div>
+<div class="section" id="operands">
+<span id="amdgpu-syn-instruction-operands-notation"></span><h2><a class="toc-backref" href="#id9">Operands</a><a class="headerlink" href="#operands" title="Permalink to this headline">¶</a></h2>
+<p>An instruction may have zero or more <em>operands</em>. They are comma-separated in the description:</p>
+<blockquote>
+<div><code class="docutils literal notranslate"><span class="pre"><</span></code><a class="reference internal" href="#amdgpu-syn-instruction-operand-notation"><span class="std std-ref">description of operand 0</span></a><code class="docutils literal notranslate"><span class="pre">>,</span> <span class="pre"><</span></code><a class="reference internal" href="#amdgpu-syn-instruction-operand-notation"><span class="std std-ref">description of operand 1</span></a><code class="docutils literal notranslate"><span class="pre">>,</span> <span class="pre">...</span></code></div></blockquote>
+<p>The order of <em>operands</em> is fixed. <em>Operands</em> cannot be omitted
+except for special cases described below.</p>
+<div class="section" id="amdgpu-syn-instruction-operand-notation">
+<span id="id2"></span><h3><a class="toc-backref" href="#id10">Notation</a><a class="headerlink" href="#amdgpu-syn-instruction-operand-notation" title="Permalink to this headline">¶</a></h3>
+<p>An operand is described using the following notation:</p>
+<blockquote>
+<div><em><name><tag0><tag1>…</em></div></blockquote>
+<p>Where:</p>
+<ul class="simple">
+<li><em>name</em> is a link to a description of the operand.</li>
+<li><em>tags</em> are optional. They are used to indicate special operand properties:</li>
+</ul>
+<blockquote id="amdgpu-syn-instruction-operand-tags">
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="15%" />
+<col width="85%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Operand tag</th>
+<th class="head">Meaning</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>:opt</td>
+<td>An optional operand.</td>
+</tr>
+<tr class="row-odd"><td>:m</td>
+<td>An operand which may be used with
+<a class="reference internal" href="AMDGPUModifierSyntax.html#amdgpu-synid-vop3-operand-modifiers"><span class="std std-ref">VOP3 operand modifiers</span></a> or
+<a class="reference internal" href="AMDGPUModifierSyntax.html#amdgpu-synid-sdwa-operand-modifiers"><span class="std std-ref">SDWA operand modifiers</span></a>.</td>
+</tr>
+<tr class="row-even"><td>:dst</td>
+<td>An input operand which may also serve as a destination
+if <a class="reference internal" href="AMDGPUModifierSyntax.html#amdgpu-synid-glc"><span class="std std-ref">glc</span></a> modifier is specified.</td>
+</tr>
+<tr class="row-odd"><td>:fx</td>
+<td>This is an <em>f32</em> or <em>f16</em> operand depending on
+<a class="reference internal" href="AMDGPUModifierSyntax.html#amdgpu-synid-mad-mix-op-sel-hi"><span class="std std-ref">m_op_sel_hi</span></a> modifier.</td>
+</tr>
+<tr class="row-even"><td>:<type></td>
+<td>Operand <em>type</em> differs from <em>type</em>
+<a class="reference internal" href="AMDGPUInstructionSyntax.html#amdgpu-syn-instruction-type"><span class="std std-ref">implied by the opcode name</span></a>.
+This tag specifies actual operand <em>type</em>.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>Examples:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">src1</span><span class="p">:</span><span class="n">m</span>             <span class="o">//</span> <span class="n">src1</span> <span class="n">operand</span> <span class="n">may</span> <span class="n">be</span> <span class="n">used</span> <span class="k">with</span> <span class="n">operand</span> <span class="n">modifiers</span>
+<span class="n">vdata</span><span class="p">:</span><span class="n">dst</span>          <span class="o">//</span> <span class="n">vdata</span> <span class="n">operand</span> <span class="n">may</span> <span class="n">be</span> <span class="n">used</span> <span class="k">as</span> <span class="n">both</span> <span class="n">source</span> <span class="ow">and</span> <span class="n">destination</span>
+<span class="n">vdst</span><span class="p">:</span><span class="n">u32</span>           <span class="o">//</span> <span class="n">vdst</span> <span class="n">operand</span> <span class="n">has</span> <span class="n">u32</span> <span class="nb">type</span>
+</pre></div>
+</div>
+</div>
+</div>
+<div class="section" id="modifiers">
+<span id="amdgpu-syn-instruction-modifiers-notation"></span><h2><a class="toc-backref" href="#id11">Modifiers</a><a class="headerlink" href="#modifiers" title="Permalink to this headline">¶</a></h2>
+<p>An instruction may have zero or more optional <em>modifiers</em>. They are space-separated in the description:</p>
+<blockquote>
+<div><code class="docutils literal notranslate"><span class="pre"><</span></code><a class="reference internal" href="#amdgpu-syn-instruction-modifier-notation"><span class="std std-ref">description of modifier 0</span></a><code class="docutils literal notranslate"><span class="pre">></span> <span class="pre"><</span></code><a class="reference internal" href="#amdgpu-syn-instruction-modifier-notation"><span class="std std-ref">description of modifier 1</span></a><code class="docutils literal notranslate"><span class="pre">></span> <span class="pre">...</span></code></div></blockquote>
+<p>The order of <em>modifiers</em> is fixed.</p>
+<div class="section" id="amdgpu-syn-instruction-modifier-notation">
+<span id="id3"></span><h3><a class="toc-backref" href="#id12">Notation</a><a class="headerlink" href="#amdgpu-syn-instruction-modifier-notation" title="Permalink to this headline">¶</a></h3>
+<p>A <em>modifier</em> is described using the following notation:</p>
+<blockquote>
+<div><em><name></em></div></blockquote>
+<p>Where <em>name</em> is a link to a description of the <em>modifier</em>.</p>
+</div>
+</div>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="StackMaps.html" title="Stack maps and patch points in LLVM"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="AMDGPUInstructionSyntax.html" title="AMDGPU Instruction Syntax"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: www-releases/trunk/8.0.1/docs/AMDGPUInstructionSyntax.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/8.0.1/docs/AMDGPUInstructionSyntax.html?rev=368037&view=auto
==============================================================================
--- www-releases/trunk/8.0.1/docs/AMDGPUInstructionSyntax.html (added)
+++ www-releases/trunk/8.0.1/docs/AMDGPUInstructionSyntax.html Tue Aug  6 06:51:02 2019
@@ -0,0 +1,343 @@
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>AMDGPU Instruction Syntax — LLVM 8 documentation</title>
+    <link rel="stylesheet" href="_static/llvm-theme.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
+    <script type="text/javascript" src="_static/jquery.js"></script>
+    <script type="text/javascript" src="_static/underscore.js"></script>
+    <script type="text/javascript" src="_static/doctools.js"></script>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+    <link rel="next" title="AMDGPU Instructions Notation" href="AMDGPUInstructionNotation.html" />
+    <link rel="prev" title="Syntax of AMDGPU Instruction Operands" href="AMDGPUOperandSyntax.html" />
+<style type="text/css">
+  table.right { float: right; margin-left: 20px; }
+  table.right td { border: 1px solid #ccc; }
+</style>
+
+  </head><body>
+<div class="logo">
+  <a href="index.html">
+    <img src="_static/logo.png"
+         alt="LLVM Logo" width="250" height="88"/></a>
+</div>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="AMDGPUInstructionNotation.html" title="AMDGPU Instructions Notation"
+             accesskey="N">next</a> |</li>
+        <li class="right" >
+          <a href="AMDGPUOperandSyntax.html" title="Syntax of AMDGPU Instruction Operands"
+             accesskey="P">previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="AMDGPUUsage.html" accesskey="U">User Guide for AMDGPU Backend</a> »</li> 
+      </ul>
+    </div>
+
+
+    <div class="document">
+      <div class="documentwrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="amdgpu-instruction-syntax">
+<h1>AMDGPU Instruction Syntax<a class="headerlink" href="#amdgpu-instruction-syntax" title="Permalink to this headline">¶</a></h1>
+<div class="contents local topic" id="contents">
+<ul class="simple">
+<li><a class="reference internal" href="#instructions" id="id3">Instructions</a><ul>
+<li><a class="reference internal" href="#syntax" id="id4">Syntax</a></li>
+<li><a class="reference internal" href="#opcode-mnemonic" id="id5">Opcode Mnemonic</a></li>
+<li><a class="reference internal" href="#type-and-size-suffices" id="id6">Type and Size Suffices</a></li>
+<li><a class="reference internal" href="#encoding-suffices" id="id7">Encoding Suffices</a></li>
+</ul>
+</li>
+<li><a class="reference internal" href="#operands" id="id8">Operands</a><ul>
+<li><a class="reference internal" href="#id1" id="id9">Syntax</a></li>
+</ul>
+</li>
+<li><a class="reference internal" href="#modifiers" id="id10">Modifiers</a><ul>
+<li><a class="reference internal" href="#id2" id="id11">Syntax</a></li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="section" id="instructions">
+<span id="amdgpu-syn-instructions"></span><h2><a class="toc-backref" href="#id3">Instructions</a><a class="headerlink" href="#instructions" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="syntax">
+<h3><a class="toc-backref" href="#id4">Syntax</a><a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h3>
+<p>An instruction has the following syntax:</p>
+<blockquote>
+<div><code class="docutils literal notranslate"><span class="pre"><</span></code><em>opcode mnemonic</em><code class="docutils literal notranslate"><span class="pre">></span>    <span class="pre"><</span></code><em>operand0</em><code class="docutils literal notranslate"><span class="pre">>,</span> <span class="pre"><</span></code><em>operand1</em><code class="docutils literal notranslate"><span class="pre">>,...</span>    <span class="pre"><</span></code><em>modifier0</em><code class="docutils literal notranslate"><span class="pre">></span> <span class="pre"><</span></code><em>modifier1</em><code class="docutils literal notranslate"><span class="pre">>...</span></code></div></blockquote>
+<p><a class="reference internal" href="AMDGPUOperandSyntax.html"><span class="doc">Operands</span></a> are normally comma-separated while
+<a class="reference internal" href="AMDGPUModifierSyntax.html"><span class="doc">modifiers</span></a> are space-separated.</p>
+<p>The order of <em>operands</em> and <em>modifiers</em> is fixed.
+Most <em>modifiers</em> are optional and may be omitted.</p>
+</div>
+<div class="section" id="opcode-mnemonic">
+<span id="amdgpu-syn-instruction-mnemo"></span><h3><a class="toc-backref" href="#id5">Opcode Mnemonic</a><a class="headerlink" href="#opcode-mnemonic" title="Permalink to this headline">¶</a></h3>
+<p>Opcode mnemonic describes opcode semantics and may include one or more suffices in this order:</p>
+<ul class="simple">
+<li><a class="reference internal" href="#amdgpu-syn-instruction-type"><span class="std std-ref">Destination operand type suffix</span></a>.</li>
+<li><a class="reference internal" href="#amdgpu-syn-instruction-type"><span class="std std-ref">Source operand type suffix</span></a>.</li>
+<li><a class="reference internal" href="#amdgpu-syn-instruction-enc"><span class="std std-ref">Encoding suffix</span></a>.</li>
+</ul>
+</div>
+<div class="section" id="type-and-size-suffices">
+<span id="amdgpu-syn-instruction-type"></span><h3><a class="toc-backref" href="#id6">Type and Size Suffices</a><a class="headerlink" href="#type-and-size-suffices" title="Permalink to this headline">¶</a></h3>
+<p>Instructions which operate with data have an implied type of <em>data</em> operands.
+This data type is specified as a suffix of instruction mnemonic.</p>
+<p>There are instructions which have 2 type suffices:
+the first is the data type of the destination operand,
+the second is the data type of source <em>data</em> operand(s).</p>
+<p>Note that data type specified by an instruction does not apply
+to other kinds of operands such as <em>addresses</em>, <em>offsets</em> and so on.</p>
+<p>The following table enumerates the most frequently used type suffices.</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="52%" />
+<col width="27%" />
+<col width="20%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Type Suffices</th>
+<th class="head">Packed instruction?</th>
+<th class="head">Data Type</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>_b512, _b256, _b128, _b64, _b32, _b16, _b8</td>
+<td>No</td>
+<td>Bits.</td>
+</tr>
+<tr class="row-odd"><td>_u64, _u32, _u16, _u8</td>
+<td>No</td>
+<td>Unsigned integer.</td>
+</tr>
+<tr class="row-even"><td>_i64, _i32, _i16, _i8</td>
+<td>No</td>
+<td>Signed integer.</td>
+</tr>
+<tr class="row-odd"><td>_f64, _f32, _f16</td>
+<td>No</td>
+<td>Floating-point.</td>
+</tr>
+<tr class="row-even"><td>_b16, _u16, _i16, _f16</td>
+<td>Yes</td>
+<td>Packed.</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>Instructions which have no type suffices are assumed to operate with typeless data.
+The size of data is specified by size suffices:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="23%" />
+<col width="26%" />
+<col width="51%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Size Suffix</th>
+<th class="head">Implied data type</th>
+<th class="head">Required register size in dwords</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>-</td>
+<td>b32</td>
+<td>1</td>
+</tr>
+<tr class="row-odd"><td>x2</td>
+<td>b64</td>
+<td>2</td>
+</tr>
+<tr class="row-even"><td>x3</td>
+<td>b96</td>
+<td>3</td>
+</tr>
+<tr class="row-odd"><td>x4</td>
+<td>b128</td>
+<td>4</td>
+</tr>
+<tr class="row-even"><td>x8</td>
+<td>b256</td>
+<td>8</td>
+</tr>
+<tr class="row-odd"><td>x16</td>
+<td>b512</td>
+<td>16</td>
+</tr>
+<tr class="row-even"><td>x</td>
+<td>b32</td>
+<td>1</td>
+</tr>
+<tr class="row-odd"><td>xy</td>
+<td>b64</td>
+<td>2</td>
+</tr>
+<tr class="row-even"><td>xyz</td>
+<td>b96</td>
+<td>3</td>
+</tr>
+<tr class="row-odd"><td>xyzw</td>
+<td>b128</td>
+<td>4</td>
+</tr>
+<tr class="row-even"><td>d16_x</td>
+<td>b16</td>
+<td>1</td>
+</tr>
+<tr class="row-odd"><td>d16_xy</td>
+<td>b16x2</td>
+<td>2 for GFX8.0, 1 for GFX8.1 and GFX9</td>
+</tr>
+<tr class="row-even"><td>d16_xyz</td>
+<td>b16x3</td>
+<td>3 for GFX8.0, 2 for GFX8.1 and GFX9</td>
+</tr>
+<tr class="row-odd"><td>d16_xyzw</td>
+<td>b16x4</td>
+<td>4 for GFX8.0, 2 for GFX8.1 and GFX9</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<div class="admonition warning">
+<p class="first admonition-title">Warning</p>
+<p class="last">There are exceptions from rules described above.
+Operands which have type different from type specified by the opcode are
+<a class="reference internal" href="AMDGPUInstructionNotation.html#amdgpu-syn-instruction-operand-tags"><span class="std std-ref">tagged</span></a> in the description.</p>
+</div>
+<p>Examples of instructions with different types of source and destination operands:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">s_bcnt0_i32_b64</span>
+<span class="n">v_cvt_f32_u32</span>
+</pre></div>
+</div>
+<p>Examples of instructions with one data type:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">v_max3_f32</span>
+<span class="n">v_max3_i16</span>
+</pre></div>
+</div>
+<p>Examples of instructions which operate with packed data:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">v_pk_add_u16</span>
+<span class="n">v_pk_add_i16</span>
+<span class="n">v_pk_add_f16</span>
+</pre></div>
+</div>
+<p>Examples of typeless instructions which operate on b128 data:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">buffer_store_dwordx4</span>
+<span class="n">flat_load_dwordx4</span>
+</pre></div>
+</div>
+</div>
+<div class="section" id="encoding-suffices">
+<span id="amdgpu-syn-instruction-enc"></span><h3><a class="toc-backref" href="#id7">Encoding Suffices</a><a class="headerlink" href="#encoding-suffices" title="Permalink to this headline">¶</a></h3>
+<p>Most <em>VOP1</em>, <em>VOP2</em> and <em>VOPC</em> instructions have several variants:
+they may also be encoded in <em>VOP3</em>, <em>DPP</em> and <em>SDWA</em> formats.</p>
+<p>The assembler will automatically use optimal encoding based on instruction operands.
+To force specific encoding, one can add a suffix to the opcode of the instruction:</p>
+<blockquote>
+<div><table border="1" class="docutils">
+<colgroup>
+<col width="75%" />
+<col width="25%" />
+</colgroup>
+<thead valign="bottom">
+<tr class="row-odd"><th class="head">Encoding</th>
+<th class="head">Encoding Suffix</th>
+</tr>
+</thead>
+<tbody valign="top">
+<tr class="row-even"><td>Native 32-bit encoding (<em>VOP1</em>, <em>VOP2</em> or <em>VOPC</em>)</td>
+<td>_e32</td>
+</tr>
+<tr class="row-odd"><td><em>VOP3</em> (64-bit) encoding</td>
+<td>_e64</td>
+</tr>
+<tr class="row-even"><td><em>DPP</em> encoding</td>
+<td>_dpp</td>
+</tr>
+<tr class="row-odd"><td><em>SDWA</em> encoding</td>
+<td>_sdwa</td>
+</tr>
+</tbody>
+</table>
+</div></blockquote>
+<p>These suffices are used in this reference to indicate the assumed encoding.
+When no suffix is specified, a native encoding is implied.</p>
+</div>
+</div>
+<div class="section" id="operands">
+<h2><a class="toc-backref" href="#id8">Operands</a><a class="headerlink" href="#operands" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="id1">
+<h3><a class="toc-backref" href="#id9">Syntax</a><a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
+<p>Syntax of most operands is described <a class="reference internal" href="AMDGPUOperandSyntax.html"><span class="doc">in this document</span></a>.</p>
+<p>For detailed information about operands follow <em>operand links</em> in GPU-specific documents:</p>
+<ul class="simple">
+<li><a class="reference internal" href="AMDGPU/AMDGPUAsmGFX7.html"><span class="doc">GFX7</span></a></li>
+<li><a class="reference internal" href="AMDGPU/AMDGPUAsmGFX8.html"><span class="doc">GFX8</span></a></li>
+<li><a class="reference internal" href="AMDGPU/AMDGPUAsmGFX9.html"><span class="doc">GFX9</span></a></li>
+</ul>
+</div>
+</div>
+<div class="section" id="modifiers">
+<h2><a class="toc-backref" href="#id10">Modifiers</a><a class="headerlink" href="#modifiers" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="id2">
+<h3><a class="toc-backref" href="#id11">Syntax</a><a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
+<p>Syntax of modifiers is described <a class="reference internal" href="AMDGPUModifierSyntax.html"><span class="doc">in this document</span></a>.</p>
+<p>Information about modifiers supported for individual instructions may be found in GPU-specific documents:</p>
+<ul class="simple">
+<li><a class="reference internal" href="AMDGPU/AMDGPUAsmGFX7.html"><span class="doc">GFX7</span></a></li>
+<li><a class="reference internal" href="AMDGPU/AMDGPUAsmGFX8.html"><span class="doc">GFX8</span></a></li>
+<li><a class="reference internal" href="AMDGPU/AMDGPUAsmGFX9.html"><span class="doc">GFX9</span></a></li>
+</ul>
+</div>
+</div>
+</div>
+
+
+          </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="AMDGPUInstructionNotation.html" title="AMDGPU Instructions Notation"
+             >next</a> |</li>
+        <li class="right" >
+          <a href="AMDGPUOperandSyntax.html" title="Syntax of AMDGPU Instruction Operands"
+             >previous</a> |</li>
+  <li><a href="http://llvm.org/">LLVM Home</a> | </li>
+  <li><a href="index.html">Documentation</a>»</li>
+
+          <li class="nav-item nav-item-1"><a href="AMDGPUUsage.html" >User Guide for AMDGPU Backend</a> »</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        © Copyright 2003-2019, LLVM Project.
+      Last updated on 2019-08-05.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
+    </div>
+  </body>
+</html>
\ No newline at end of file




More information about the llvm-commits mailing list