Searched defs:SIGN_EXTEND (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx176 #define SIGN_EXTEND(x, l) (((x)^(1<<((l)-1)))-(1<<(l-1))) macro
178 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24);
192 A = SIGN_EXTEND((s << 23) | (i1 << 22) | (i2 << 21) | (u << 11) | l, 24);
195 #undef SIGN_EXTEND macro

Completed in 41 milliseconds