Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h465 static const uint64_t SI1Mask = 0x000000000000ffff; in applyFixup() local
469 FixupPtr, Inst | ((Value & SI0Mask) << 16) | (Value & SI1Mask)); in applyFixup()