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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp752 ARMRelocator::DWord pLower16)
756 l = pLower16 & 0x7ffU, // 10-0
757 j1 = (pLower16 & (1U << 13)) >> 13, // 13
758 j2 = (pLower16 & (1U << 11)) >> 11; // 11
778 helper_thumb32_branch_lower(ARMRelocator::DWord pLower16, argument
782 return ((pLower16 & ~0x2fffU) |
751 helper_thumb32_branch_offset(ARMRelocator::DWord pUpper16, ARMRelocator::DWord pLower16) argument

Completed in 221 milliseconds