Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp239 j1 = (pLower16 & (1U << 13)) >> 13, // 13 in helper_thumb32_branch_offset() local
241 Relocator::DWord i1 = j1 ^ s? 0: 1, in helper_thumb32_branch_offset()
275 uint32_t j1 = (pLower16 & 0x2000U) >> 13; in helper_thumb32_cond_branch_offset() local
278 uint32_t upper = (s << 8) | (j2 << 7) | (j1 << 6) | (pUpper16 & 0x003fU); in helper_thumb32_cond_branch_offset()
295 uint32_t j1 = (pOffset & 0x00040000U) >> 18; in helper_thumb32_cond_branch_lower() local
297 return (pLower16 & 0xd000U) | (j1 << 13) | (j2 << 11) | lo; in helper_thumb32_cond_branch_lower()
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx191 j1 = (*inst >> 13) & 0x1u, // 13 in relocateARM() local
193 Inst_t i1 = (~(j1 ^ s)) & 0x1u, in relocateARM()
285 Inst_t j1 = ((~i1) ^ s) & 0x01u, // 13 in relocateARM() local
290 *inst |= j1 << 13; in relocateARM()
/frameworks/compile/libbcc/tests/debuginfo/
DREADME23 *** execution with the "-j1" flag to llvm-lit