Searched refs:SIGN_EXTEND (Results 1 – 1 of 1) sorted by relevance
176 #define SIGN_EXTEND(x, l) (((x)^(1<<((l)-1)))-(1<<(l-1))) in relocateARM() macro178 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24); in relocateARM()192 A = SIGN_EXTEND((s << 23) | (i1 << 22) | (i2 << 21) | (u << 11) | l, 24); in relocateARM()195 #undef SIGN_EXTEND in relocateARM()