Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp110 *dest |= ApplyMask<int32_t>(0xfff3fff, result); in applyPLT0()
114 *(dest) |= ApplyMask<int32_t>(0x1f80, result); in applyPLT0()
152 *dest |= ApplyMask<int32_t>(0xfff3fff, result); in applyPLT1()
155 *(dest) |= ApplyMask<int32_t>(0x1f80, result); in applyPLT1()
DHexagonRelocator.cpp576 pReloc.target() |= ApplyMask<uint32_t>(bitMask, result); in applyAbs()
671 pReloc.target() |= ApplyMask<uint32_t>(bitMask, result); in applyRel()
691 pReloc.target() |= (uint32_t)ApplyMask<int32_t>(bitMask, pResult); in applyRel()
810 pReloc.target() |= ApplyMask<uint32_t>(bitMask, result); in relocGPREL()
828 pReloc.target() = pReloc.target() | ApplyMask<uint32_t>(bitMask, result); in relocPLTB22PCREL()
888 pReloc.target() |= ApplyMask<uint32_t>(bitMask, result_u); in relocGOT()
907 pReloc.target() |= ApplyMask<int32_t>(bitMask, result); in relocGOT()
960 pReloc.target() |= ApplyMask<uint32_t>(bitMask, result); in relocGOTREL()
DHexagonRelocationFunctions.h24 T1 ApplyMask(T2 pMask, T1 pData) { in ApplyMask() function