Searched refs:j1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx186 j1 = (*inst >> 13) & 0x1u, // 13 local
188 Inst_t i1 = (~(j1 ^ s)) & 0x1u,
280 Inst_t j1 = ((~i1) ^ s) & 0x01u, // 13 local
285 *inst |= j1 << 13;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp327 j1 = (pLower16 & (1U << 13)) >> 13, // 13 local
329 ARMRelocationFactory::DWord i1 = j1 ^ s? 0: 1,

Completed in 180 milliseconds