<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 - [AMDGPU][MC][GFX10] Many VOP3 only opcodes are decoded with _e64 suffix"
   href="https://bugs.llvm.org/show_bug.cgi?id=49644">49644</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[AMDGPU][MC][GFX10] Many VOP3 only opcodes are decoded with _e64 suffix
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </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>Backend: AMDGPU
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>dpreobrazhensky@luxoft.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The following opcodes are VOP3 only but they are printed with _e64 suffix when
decoded:

    v_add_co_u32
    v_sub_co_u32
    v_subrev_co_u32
    v_add_nc_u16
    v_sub_nc_u16
    v_ashrrev_i16
    v_lshlrev_b16
    v_lshrrev_b16
    v_bcnt_u32_b32
    v_bfm_b32
    v_ldexp_f32
    v_mul_lo_u16
    v_cvt_pk_i16_i32
    v_cvt_pk_u16_u32
    v_cvt_pknorm_i16_f32
    v_cvt_pknorm_u16_f32
    v_mbcnt_hi_u32_b32
    v_mbcnt_lo_u32_b32
    v_max_i16
    v_max_u16
    v_min_i16
    v_min_u16

Examples:

Test:
    0xff,0x00,0x0f,0xd7,0x01,0x05,0x02,0x00
Output:
    v_add_co_u32_e64 v255, s0, v1, v2

Test:
    0xff,0x00,0x63,0xd7,0x01,0x05,0x02,0x00
Output:
    v_bfm_b32_e64 v255, v1, v2</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>