[Webkit-unassigned] [Bug 260869] New: Take additional GPR operand for offlineasm instructions that need a scratch register

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 29 12:15:38 PDT 2023


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

            Bug ID: 260869
           Summary: Take additional GPR operand for offlineasm
                    instructions that need a scratch register
           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: ian.grunert at gmail.com

In offlineasm we reserve r11 as a scratch register on x86, for truncatef2q, truncated2q, cq2f, cq2d, absf, absd, negf, negd.

We can change those instructions to take an additional GPR for use as a scratch register, and return the power to choose when to use r11 to the programmer.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230829/a00b472f/attachment.htm>


More information about the webkit-unassigned mailing list