SIGN_EXTEND      1339 core/Interpreter.cpp 		u3t = SIGN_EXTEND(u1t + (1 << 3)); \
SIGN_EXTEND      1354 core/Interpreter.cpp 		u3t = SIGN_EXTEND(u1t + u2t); \
SIGN_EXTEND      1373 core/Interpreter.cpp 		u3t = SIGN_EXTEND(u1t - (1 << 3)); \
SIGN_EXTEND      1495 core/Interpreter.cpp 					u3t = SIGN_EXTEND(u1t - u2t); 
SIGN_EXTEND      1621 core/Interpreter.cpp 						sp[0] = SIGN_EXTEND(MAKE_INTEGER(i1));