SIGN_EXTEND        99 core/Interpreter.cpp #  define SIGN_EXTEND(v)       ((intptr_t(v) << 8) >> 8)	
SIGN_EXTEND       101 core/Interpreter.cpp #  define SIGN_EXTEND(v)       (intptr_t(v))