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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp207 Relocator::DWord pUpper16,
209 Relocator::DWord s = (pUpper16 & (1U << 10)) >> 10, // 26 bit
210 u = pUpper16 & 0x3ffU, // 25-16
223 static Relocator::DWord helper_thumb32_branch_upper(Relocator::DWord pUpper16, argument
226 return (pUpper16 & ~0x7ffU) | ((pOffset >> 12) & 0x3ffU) | (sign << 10);
237 Relocator::DWord pUpper16,
239 uint32_t s = (pUpper16 & 0x0400U) >> 10;
243 uint32_t upper = (s << 8) | (j2 << 7) | (j1 << 6) | (pUpper16 & 0x003fU);
248 Relocator::DWord pUpper16,
251 return (pUpper16
206 helper_thumb32_branch_offset( Relocator::DWord pUpper16, Relocator::DWord pLower16) argument
236 helper_thumb32_cond_branch_offset( Relocator::DWord pUpper16, Relocator::DWord pLower16) argument
247 helper_thumb32_cond_branch_upper( Relocator::DWord pUpper16, Relocator::DWord pOffset) argument
[all...]

Completed in 52 milliseconds