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

/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx190 j2 = (*inst >> 11) & 0x1u; // 11 local
192 i2 = (~(j2 ^ s)) & 0x1u;
284 j2 = ((~i2) ^ s) & 0x01u; // 11 local
289 *inst |= j2 << 11;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp328 j2 = (pLower16 & (1U << 11)) >> 11; // 11 local
330 i2 = j2 ^ s? 0: 1;

Completed in 764 milliseconds