Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCBNDSI redundancy? #402

Open
nwf opened this issue Oct 2, 2024 · 0 comments
Open

SCBNDSI redundancy? #402

nwf opened this issue Oct 2, 2024 · 0 comments

Comments

@nwf
Copy link

nwf commented Oct 2, 2024

SCBNDSI has a 5-bit immediate, uimm, and a gated (by s) shift-by-4 operation, in

`immediate = ZeroExtend(s ? uimm<<4 : uimm)`
which means that there are two ways to request bound lengths of 0 (unshifed or shifted 0) and 16 (unshifed 16, shifted 1). Perhaps "shifted 0" and "shifted 1" could be put to better use (as requests for 512 and 528, say)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant