Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx181 #define SIGN_EXTEND(x, l) (((x)^(1<<((l)-1)))-(1<<(l-1))) in relocateARM() macro
183 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst & 0xFFFFFF, 24); in relocateARM()
197 A = SIGN_EXTEND((s << 23) | (i1 << 22) | (i2 << 21) | (u << 11) | l, 24); in relocateARM()
200 #undef SIGN_EXTEND in relocateARM()
503 #define SIGN_EXTEND(x, l) (((x)^(1<<((l)-1)))-(1<<(l-1))) in relocateAARCH64() macro
504 A = (Inst_t)(int64_t)SIGN_EXTEND(*inst32 & 0x3FFFFFF, 26); in relocateAARCH64()
506 #undef SIGN_EXTEND in relocateAARCH64()