Searched defs:SIGNEXTEND (Results 1 – 2 of 2) sorted by relevance
38 #define SIGNEXTEND(v, n) ((MASKBITS (v, n) ^ SIGNBIT (n)) - SIGNBIT (n)) macro