[Webkit-unassigned] [Bug 30144] MIPS JIT Supports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 28 11:50:52 PDT 2010


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





--- Comment #62 from Chao-ying Fu <fu at mips.com>  2010-03-28 11:50:50 PST ---
Hi Oliver,

  I need to ask one question about branch8.
Does branch8 assume that the value of "Imm32 right" is unsigned? 
Ex:
Jump branch8(Condition cond, Address left, Imm32 right)
{
  ASSERT(!(right.m_value & 0xFFFFFF00)); // ???
}

  If yes, I need to use lbu (unsigned load byte) for MIPS to have correct
comparison.  Thanks a lot!

Regards,
Chao-ying

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list