Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/include/impl/
DELFObject.hxx186 j1 = (*inst >> 13) & 0x1u, // 13 in relocateARM() local
188 Inst_t i1 = (~(j1 ^ s)) & 0x1u, in relocateARM()
280 Inst_t j1 = ((~i1) ^ s) & 0x01u, // 13 in relocateARM() local
285 *inst |= j1 << 13; in relocateARM()
/frameworks/compile/libbcc/tests/debuginfo/
DREADME23 *** execution with the "-j1" flag to llvm-lit
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocationFactory.cpp342 j1 = (pLower16 & (1U << 13)) >> 13, // 13 in helper_thumb32_branch_offset() local
344 ARMRelocationFactory::DWord i1 = j1 ^ s? 0: 1, in helper_thumb32_branch_offset()