We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52794db + 437a70f commit 217cbc5Copy full SHA for 217cbc5
riscv/insns/wrs_nto.h
@@ -1,3 +1,5 @@
1
+require_extension(EXT_ZAWRS);
2
+
3
if (get_field(STATE.mstatus->read(), MSTATUS_TW)) {
4
require_privilege(PRV_M);
5
} else if (STATE.v) {
riscv/insns/wrs_sto.h
@@ -1 +1,3 @@
// WRS.STO stalls for a short duration
0 commit comments