IF_SEXT
#define IF_SEXT(x, w) \
#define IF_SEXT(v, w) ((((long long)(v)) << (64 - w)) >> (64 - w))
#define IF_SEXT(v, w) \