DescriptionMIPS: Fix Sltu macro instruction.
Fixes the case when the 'imm' is in range [8000,ffff], as the specification
says the 'imm' is sign-extended before the comparsion, so the effective range
is [max_unsigned-7fff,max_unsigned].
TEST=mjsunit/generated-transition-stub@3b8ad45e
BUG=
Committed: https://crrev.com/cb1084a800629bea10d88ba0cb0aad3d61ca5306
Cr-Commit-Position: refs/heads/master@{#39922}
Patch Set 1 #Patch Set 2 : Fix accidential change. #
Total comments: 4
Patch Set 3 : Fix nits. #
Messages
Total messages: 13 (6 generated)
|