[Webkit-unassigned] [Bug 152693] [mips] Lower immediates of logical operations.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 02:02:13 PST 2016


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

--- Comment #11 from Julien Brianceau <jbriance at cisco.com> ---
(In reply to comment #10)
> Sorry, I'm a bit late here ;). I understood that the andi, ori and xori
> instructions interpret the 16 bit immediate as unsigned, so I understand
> that we could use the instruction for the range 0x0..0xffff, and not only
> for 0x0..0x7fff. Or did I miss something?

You're right. However if this case happens (immediate value in 0x7fff..0xffff), we'll also have to update the mipsOperand method of Immediate class to accept this range.

-- 
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/20160119/a1930f33/attachment.html>


More information about the webkit-unassigned mailing list