Home
last modified time | relevance | path

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

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