spec_barrier
#define spec_barrier() do { asm volatile("ori 31,31,0" ::: "memory"); } while (0)
#define spec_barrier() do { } while (0)