Home
last modified time | relevance | path

Searched defs:j2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp240 j2 = (pLower16 & (1U << 11)) >> 11; // 11 in helper_thumb32_branch_offset() local
276 uint32_t j2 = (pLower16 & 0x0800U) >> 11; in helper_thumb32_cond_branch_offset() local
294 uint32_t j2 = (pOffset & 0x00080000U) >> 19; in helper_thumb32_cond_branch_lower() local
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx192 j2 = (*inst >> 11) & 0x1u; // 11 in relocateARM() local
286 j2 = ((~i2) ^ s) & 0x01u; // 11 in relocateARM() local