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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp213 j2 = (pLower16 & (1U << 11)) >> 11; // 11 local
215 Relocator::DWord i1 = j1 ^ s ? 0 : 1, i2 = j2 ^ s ? 0 : 1;
241 uint32_t j2 = (pLower16 & 0x0800U) >> 11; local
243 uint32_t upper = (s << 8) | (j2 << 7) | (j1 << 6) | (pUpper16 & 0x003fU);
257 uint32_t j2 = (pOffset & 0x00080000U) >> 19; local
260 return (pLower16 & 0xd000U) | (j1 << 13) | (j2 << 11) | lo;

Completed in 164 milliseconds