Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h413 static const uint32_t Low14Mask = 0xfffc; in applyFixup() local
420 support::endian::write32<Endianness>(FixupPtr, (Inst & ~Low14Mask) | in applyFixup()
421 (Value & Low14Mask)); in applyFixup()