STORE
#define STORE \
#define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1
#define STORE(x, y) *(volatile int *)(x) = (y)