[Webkit-unassigned] [Bug 150376] New: [MIPS] offlineasm: move immediate values of boolean operations to register if they are out of the 0-0xffff range

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 15:28:20 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=150376

            Bug ID: 150376
           Summary: [MIPS] offlineasm: move immediate values of boolean
                    operations to register if they are out of the 0-0xffff
                    range
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: guijemont at igalia.com

Boolean operations on MIPS can only take an unsigned 16 bits immediate. For all other immediate values, we need to copy them into a temporary register first.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151020/959f59bb/attachment.html>


More information about the webkit-unassigned mailing list