<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [mips] Add new or32 implementation after r194613"
   href="https://bugs.webkit.org/show_bug.cgi?id=152865#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [mips] Add new or32 implementation after r194613"
   href="https://bugs.webkit.org/show_bug.cgi?id=152865">bug 152865</a>
              from <span class="vcard"><a class="email" href="mailto:achristensen&#64;apple.com" title="Alex Christensen &lt;achristensen&#64;apple.com&gt;"> <span class="fn">Alex Christensen</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=268495&amp;action=diff" name="attach_268495" title="Patch">attachment 268495</a> <a href="attachment.cgi?id=268495&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=268495&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=268495&amp;action=review</a>

<span class="quote">&gt; Source/JavaScriptCore/assembler/MacroAssemblerMIPS.h:384
&gt; +        if (imm.m_value &gt; 0 &amp;&amp; imm.m_value &lt; 65535</span >

I'm no mips expert, but should this be &lt;= 65535?  There are other places in MacroAssemblerMIPS.h where this is also &lt; 65535, but don't they all work using the 16-bit immediate value if the immediate value is equal to 65535, too?</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>