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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp751 helper_thumb32_branch_offset(ARMRelocator::DWord pUpper16, argument
754 ARMRelocator::DWord s = (pUpper16 & (1U << 10)) >> 10, // 26 bit
755 u = pUpper16 & 0x3ffU, // 25-16
770 helper_thumb32_branch_upper(ARMRelocator::DWord pUpper16, argument
774 return (pUpper16 & ~0x7ffU) | ((pOffset >> 12) & 0x3ffU) | (sign << 10);

Completed in 34 milliseconds