HomeSort by relevance Sort by last modified time
    Searched refs:ApplyMask (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 481 pReloc.target() = pReloc.target() | ApplyMask<int32_t>(0x00df20fe,result);
499 pReloc.target() = pReloc.target() | ApplyMask<int32_t>(bitMask, result);
516 pReloc.target() = pReloc.target() | ApplyMask<int32_t>(0x00001f18, result);
558 pReloc.target() = pReloc.target() | ApplyMask<uint32_t>(0x0000ffff, result);
571 pReloc.target() = pReloc.target() | ApplyMask<uint32_t>(0x000000ff, result);
585 pReloc.target() = pReloc.target() | ApplyMask<uint32_t>(0x00c03fff, result);
598 pReloc.target() = pReloc.target() | ApplyMask<uint32_t>(0x00c03fff, result);
615 pReloc.target() = pReloc.target() | ApplyMask<uint32_t>(bitMask, result);
634 pReloc.target() = pReloc.target() | ApplyMask<uint32_t>(bitMask, result);
653 pReloc.target() = pReloc.target() | ApplyMask<uint32_t>(bitMask, result)
    [all...]
HexagonPLT.cpp 138 *dest |= ApplyMask<int32_t>(0xfff3fff, result);
142 *(dest) |= ApplyMask<int32_t>(0x1f80, result);
182 *dest |= ApplyMask<int32_t>(0xfff3fff, result);
185 *(dest) |= ApplyMask<int32_t>(0x1f80, result);
HexagonRelocationFunctions.h 21 T1 ApplyMask(T2 pMask, T1 pData) {

Completed in 139 milliseconds