Browse Source
All of these are cases where other instructions overlay the reserved encodings (e.g. C.EBREAK is C.JALR with rs1=x0), so the checks are redundant.pull/2151/head
3 changed files with 0 additions and 3 deletions
@ -1,3 +1,2 @@ |
|||
require_extension(EXT_ZCA); |
|||
require(insn.rvc_rs2() != 0); |
|||
WRITE_RD(sext_xlen(RVC_RS1 + RVC_RS2)); |
|||
|
|||
@ -1,3 +1,2 @@ |
|||
require_extension(EXT_ZCA); |
|||
require(insn.rvc_rs2() != 0); |
|||
WRITE_RD(RVC_RS2); |
|||
|
|||
Loading…
Reference in new issue