Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h529 auto UDelta = static_cast<uint32_t>(Delta); in applyFixup() local
530 uint32_t EncodedImmHi = ((UDelta >> 2) & 0x7ffff) << 5; in applyFixup()
531 uint32_t EncodedImmLo = (UDelta & 0x3) << 29; in applyFixup()