<html>
    <head>
      <base href="https://bugs.webkit.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 - Improve ARM64 disassembler handling of pseudo ops, unsupported opcodes and zero reg"
   href="https://bugs.webkit.org/show_bug.cgi?id=168527">168527</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Improve ARM64 disassembler handling of pseudo ops, unsupported opcodes and zero reg
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>JavaScriptCore
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>msaboff&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>There are several minor issues with the ARM64 disassemble's ability to handle the code we currently generate.  The list includes:
 - Integer extract and rotate immediate opcodes aren't disassembled.
 - Single source bit operations like CLZ, CLS and REV aren't disassembled.
 - The conditional instructions like CSEL, CSINC, CSET and FCSEL aren't disassembled.
 - There are many opcode where we print X31/W31 instead of XZR/WZR for the zero register.
 - For register index load and store instruction, we print the zero register when the convention is that we should omit.
 - Several pseudo instructions are handled
   MVN Xd, Xn in place of ORN Xd, XZR, Xn
   LSL Xd, Xn, #count in place of UBFIZ Xd, Xn, #count, #count
   SMULL Xd, Wn, Wm in place of SMADDL Xd, Wn, Wm, XZR</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>