Searched refs:IN_S21_RANGE (Results 1 – 1 of 1) sorted by relevance
158 #define IN_S21_RANGE(x) ((x) <= (0x100000 - 1) && (x) >= -0x100000) macro2665 return (!(disp & 1) && IN_S21_RANGE(disp)); in is_valid_near_disp()