Searched refs:IN_S12_RANGE (Results 1 – 1 of 1) sorted by relevance
157 #define IN_S12_RANGE(x) ((x) <= (0x800 - 1) && (x) >= -0x800) macro683 if (IN_S12_RANGE(imm)) in arc_mov_i()