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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp322 ARMRelocationFactory::DWord pLower16)
326 l = pLower16 & 0x7ffU, // 10-0
327 j1 = (pLower16 & (1U << 13)) >> 13, // 13
328 j2 = (pLower16 & (1U << 11)) >> 11; // 11
348 helper_thumb32_branch_lower(ARMRelocationFactory::DWord pLower16, argument
352 return ((pLower16 & ~0x2fffU) |
321 helper_thumb32_branch_offset(ARMRelocationFactory::DWord pUpper16, ARMRelocationFactory::DWord pLower16) argument

Completed in 51 milliseconds