1 /* ------------------------------------------------------------------ */
2 /* WARNING: relative order of tokens is important. */
4 // See https://riscv.org/wp-content/uploads/2017/05/riscv-spec-v2.2.pdf
80 #define DEF_ASM_WITH_SUFFIX(x, y) \
81 DEF(TOK_ASM_ ## x ## _ ## y, #x #y)
168 DEF_ASM_WITH_SUFFIX(fence
, i
)
184 /* Privileged Instructions */