Bug 150376 - [MIPS] offlineasm: move immediate values of boolean operations to register if they are out of the 0-0xffff range
Summary: [MIPS] offlineasm: move immediate values of boolean operations to register if...
Status: RESOLVED DUPLICATE of bug 152693
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 108664
  Show dependency treegraph
 
Reported: 2015-10-20 15:28 PDT by Guillaume Emont
Modified: 2016-01-15 00:51 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.72 KB, patch)
2015-10-20 15:39 PDT, Guillaume Emont
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume Emont 2015-10-20 15:28:20 PDT
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.
Comment 1 Guillaume Emont 2015-10-20 15:39:31 PDT
Created attachment 263625 [details]
Patch
Comment 2 Michael Catanzaro 2015-12-30 15:07:05 PST
Comment on attachment 263625 [details]
Patch

Can't hurt anything for non-MIPS.
Comment 3 Julien Brianceau 2016-01-15 00:51:25 PST
Duplicate of bug #152693 (see r194725 <http://trac.webkit.org/changeset/194725>)

*** This bug has been marked as a duplicate of bug 152693 ***