You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bit 19 may be set in the high immediate returned by Split32BitImmediate.
(The most obvious case is for 1<<31-1). This means that the immediate
will be sign-extended when used with LUI.
We must sign-extend this value to make it clear that this is
intentional, otherwise assemble will reject the immediate for 'not
fitting in 20 bits'.
Fixesgolang#10
Change-Id: I83ac8a81a5fb1a9663af63bc2dee8a896567f945
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by pierslauder:
The text was updated successfully, but these errors were encountered: