[Webkit-unassigned] [Bug 152370] New: ARM64 MacroAssembler improperly reuses data temp register in test32() and test8() calls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 17:55:29 PST 2015


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

            Bug ID: 152370
           Summary: ARM64 MacroAssembler improperly reuses data temp
                    register in test32() and test8() calls
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: iOS
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

The void test32(ResultCondition cond, Address address, TrustedImm32 mask, RegisterID dest) and the similar test8() use the dataTempRegister with the value loaded from "address" and then call void test32(ResultCondition cond, RegisterID src, TrustedImm32 mask, RegisterID dest).  The two register version of test32 can use the dataTempRegister to materialize the immediate mask.

-- 
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/20151217/b3228774/attachment-0001.html>


More information about the webkit-unassigned mailing list