<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:john.brawn.123@gmail.com" title="John Brawn <john.brawn.123@gmail.com>"> <span class="fn">John Brawn</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - llvm-mc treats .n suffix as .w suffix for ADC"
   href="https://llvm.org/bugs/show_bug.cgi?id=13803">bug 13803</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>john.brawn.123@gmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>INVALID
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - llvm-mc treats .n suffix as .w suffix for ADC"
   href="https://llvm.org/bugs/show_bug.cgi?id=13803#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - llvm-mc treats .n suffix as .w suffix for ADC"
   href="https://llvm.org/bugs/show_bug.cgi?id=13803">bug 13803</a>
              from <span class="vcard"><a class="email" href="mailto:john.brawn.123@gmail.com" title="John Brawn <john.brawn.123@gmail.com>"> <span class="fn">John Brawn</span></a>
</span></b>
        <pre>The syntax for encoding T1 is ADC{S}<c>.W, but the assembler syntax for ADC
(immediate) is

  ADC{S}{<c>}{<q>} {<Rd>,} <Rn>, #<const>

where <q> is .N or .W (page A8-301 of the ARMv7-A/R ARMARM revision C.c).

In the ARMARM the .W suffix is listed in the encoding if it's necessary to
distinguish it from other encodings, but in the assembly syntax it's permitted
even when it's not needed to distinguish between encodings (see section A8.2
"Standard assembler syntax fields").</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>