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
Hi,
For some compressed instructions, the non-zero check for the RS/RD registers and the immediate value is missing. Here is the list of instructions with the associated missing checks:
C.ADDI4SPN : imm != 0
C.ADDIW : rd != 0
C.LII : imm != 0
C.LWSP : rd != 0
C.LDSP : rd != 0
C.JR : rs != 0
The text was updated successfully, but these errors were encountered:
Hi,
For some compressed instructions, the non-zero check for the RS/RD registers and the immediate value is missing. Here is the list of instructions with the associated missing checks:
The text was updated successfully, but these errors were encountered: