Home
last modified time | relevance | path

Searched refs:SIGN_EXTEND (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/linkloader/include/impl/
DELFObject.hxx176 #define SIGN_EXTEND(x, l) (((x)^(1<<((l)-1)))-(1<<(l-1))) in relocateARM() macro
178 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()