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
This is more a comment than an issue,: For BCLRI, BSETI, BEXTI, BINVI, there is a comment that
"For RV32, the encodings corresponding to shamt[5]=1 are reserved."
This does not make much sense since shamt for RV32 is only 5 bits, and in all cases the immediate bit where shamt[5] resides for RV64 is always 0 for those instructions. Maybe it would be better to leave that comment out.
The text was updated successfully, but these errors were encountered:
This is more a comment than an issue,: For BCLRI, BSETI, BEXTI, BINVI, there is a comment that
"For RV32, the encodings corresponding to shamt[5]=1 are reserved."
This does not make much sense since shamt for RV32 is only 5 bits, and in all cases the immediate bit where shamt[5] resides for RV64 is always 0 for those instructions. Maybe it would be better to leave that comment out.
The text was updated successfully, but these errors were encountered: