c.nop
Non-operation
This instruction is defined by:
Execution
-
Pruned, XLEN == 64
-
Original
if (implemented?(ExtensionName::C) && (CSR[misa].C == 1'b0)) {
raise(ExceptionCode::IllegalInstruction, mode(), $encoding);
}
Non-operation
This instruction is defined by:
Pruned, XLEN == 64
Original
if (implemented?(ExtensionName::C) && (CSR[misa].C == 1'b0)) {
raise(ExceptionCode::IllegalInstruction, mode(), $encoding);
}