Bug 169152 - Add load / store exclusive instruction group to ARM64 disassembler
Summary: Add load / store exclusive instruction group to ARM64 disassembler
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-03 14:56 PST by Michael Saboff
Modified: 2017-03-03 16:54 PST (History)
4 users (show)

See Also:


Attachments
Patch (5.16 KB, patch)
2017-03-03 15:16 PST, Michael Saboff
fpizlo: review+
Details | Formatted Diff | Diff
Patch with bug fixes (5.63 KB, patch)
2017-03-03 15:56 PST, Michael Saboff
no flags Details | Formatted Diff | Diff
Updated with debugging instruction removed.\ (5.15 KB, patch)
2017-03-03 15:57 PST, Michael Saboff
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2017-03-03 14:56:39 PST
This is needed for other work going on.
Comment 1 Michael Saboff 2017-03-03 15:16:57 PST
Created attachment 303346 [details]
Patch
Comment 2 Michael Saboff 2017-03-03 15:56:20 PST
Created attachment 303349 [details]
Patch with bug fixes
Comment 3 Michael Saboff 2017-03-03 15:57:51 PST
Created attachment 303350 [details]
Updated with debugging instruction removed.\
Comment 4 Filip Pizlo 2017-03-03 16:50:43 PST
Comment on attachment 303350 [details]
Updated with debugging instruction removed.\

I tested this.  I think it's right.
Comment 5 Michael Saboff 2017-03-03 16:54:39 PST
Committed r213397: <http://trac.webkit.org/changeset/213397>