Searched refs:IN_S25_RANGE (Results 1 – 1 of 1) sorted by relevance
159 #define IN_S25_RANGE(x) ((x) <= (0x1000000 - 1) && (x) >= -0x1000000) macro2654 return (!(disp & 1) && IN_S25_RANGE(disp)); in is_valid_far_disp()