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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp321 helper_thumb32_branch_offset(ARMRelocationFactory::DWord pUpper16, argument
324 ARMRelocationFactory::DWord s = (pUpper16 & (1U << 10)) >> 10, // 26 bit
325 u = pUpper16 & 0x3ffU, // 25-16
340 helper_thumb32_branch_upper(ARMRelocationFactory::DWord pUpper16, argument
344 return (pUpper16 & ~0x7ffU) | ((pOffset >> 12) & 0x3ffU) | (sign << 10);

Completed in 162 milliseconds