Home
last modified time | relevance | path

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

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