Bug 169717 - [jsc] MacroAssemblerMIPS: implement the branchPtr(RelationalCondition, BaseIndex, RegisterID) overload.
Summary: [jsc] MacroAssemblerMIPS: implement the branchPtr(RelationalCondition, BaseIn...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-15 16:30 PDT by Guillaume Emont
Modified: 2017-03-21 01:35 PDT (History)
9 users (show)

See Also:


Attachments
Patch (1.53 KB, patch)
2017-03-15 16:33 PDT, Guillaume Emont
no flags Details | Formatted Diff | Diff
Patch (2.31 KB, patch)
2017-03-15 16:42 PDT, Guillaume Emont
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Emont 2017-03-15 16:30:37 PDT
One of the few things missing for MIPS to work.
Comment 1 Guillaume Emont 2017-03-15 16:33:34 PDT
Created attachment 304577 [details]
Patch

Patch by Žan Doberšek.
Comment 2 Guillaume Emont 2017-03-15 16:42:24 PDT
Created attachment 304579 [details]
Patch

More complete version that also exposes branchPtr on MIPS.
Comment 3 Yusuke Suzuki 2017-03-21 01:04:43 PDT
Comment on attachment 304579 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2017-03-21 01:34:54 PDT
Comment on attachment 304579 [details]
Patch

Clearing flags on attachment: 304579

Committed r214213: <http://trac.webkit.org/changeset/214213>
Comment 5 WebKit Commit Bot 2017-03-21 01:35:02 PDT
All reviewed patches have been landed.  Closing bug.