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