Searched refs:RISCV_FENCE (Results 1 – 1 of 1) sorted by relevance
10 #define RISCV_FENCE(p, s) \ macro14 #define mb() RISCV_FENCE(iorw,iorw)15 #define rmb() RISCV_FENCE(ir,ir)16 #define wmb() RISCV_FENCE(ow,ow)
Completed in 4 milliseconds