Searched refs:SIGN32 (Results 1 – 2 of 2) sorted by relevance
425 #define GET_DSP_GRD(n) ((n | 2) == 7 ? SEXT (DSP_GRD (n)) : SIGN32 (DSP_R (n)))668 #define SIGN32(x) (SEXT32 (x) >> 31) macro
944 (SIGN32): Fixed to only shift by 31.1016 (SEXT32, SIGN32): New macros.