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.
I think that some of the Zba/Zbb/Zbs instructions could be a good candidates for compressed space.
mostly 64 codepoint cost each (rd'/rs1' + rs2')
sh1/2/3add
- destructive index (rd'/rs1')andn
,orn
,xnor
- rs2' is negated operandrev8
- destructive at 8 codeponits cost or rd' placed in bits [4:2].uw
instructions - depending on how common is the uint32_t issuemin/minu/max/maxu - probably low useage to be worth
bseti
,bclri
,binvi
- high cost (3+5/6 bits) (E: those replace also single bitori
/xori
/andi
exceptbclri
with shamt <= 4)The text was updated successfully, but these errors were encountered: