Searched refs:SBIT (Results 1 – 1 of 1) sorted by relevance
86 #define SBIT(x) (1 << (x)) /* Signed version of BIT() */ macro146 return !(imm >= SBIT(15) || imm < -SBIT(15)); in is_range16()