Searched defs:SEXT4 (Results 1 – 6 of 6) sorted by relevance
374 #define SEXT4(x) ((((x)&0xf)^(~7))+8) macro
402 #define SEXT4(x) ((((x)&0xf)^(~7))+8) macro
364 #define SEXT4(x) ((((x)&0xf)^(~0x7))+0x8) macro