<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [x86 disassembler] XMM registers used incorrectly in address calculation"
   href="https://bugs.llvm.org/show_bug.cgi?id=32807">32807</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[x86 disassembler] XMM registers used incorrectly in address calculation
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.9
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>MC
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nholcomb@wisc.edu
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The following EVEX instruction is decoded with an XMM register used incorrectly
in address calculation. This happens for quite a few similar EVEX instructions.
I tried assembling the LLVM Output using gas and received an error.

Bytes:          62 a1 2d d4 db 6c b6 08
LLVM Output:    vpandd 32(%rsi,%xmm14,4){1to16}, %zmm26, %zmm21 {%k4} {z}
Error from gas: unsupported vector index register for `vpandd'
Expected:       vpandd 32(%rsi, %r14, 4){1to16}, %zmm26, %zmm21{%k4}{z}</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>