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
{{ message }}
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
as everything outside v0.70 got postponed, i think it's worth to note that some of the current compressed encodings may lead to awkward encoding of potential new instructions.
e.g. #158 there is potential encoding with immediate symmetrical to c.lui
but current load/stores occupy all combinations of bits [11:10] with bit 12 set to 0, which means that any new istructions have to fit next to c.sh or with bit 12 set to 1. 12th bit is also the only one used for sign extensions by other instructions.
The text was updated successfully, but these errors were encountered:
as everything outside v0.70 got postponed, i think it's worth to note that some of the current compressed encodings may lead to awkward encoding of potential new instructions.
e.g. #158 there is potential encoding with immediate symmetrical to c.lui
but current load/stores occupy all combinations of bits [11:10] with bit 12 set to
0
, which means that any new istructions have to fit next toc.sh
or with bit 12 set to1
. 12th bit is also the only one used for sign extensions by other instructions.The text was updated successfully, but these errors were encountered: