Searched refs:ImmHiValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h214 uint32_t ImmHiValue = ((uint64_t)Addend >> 9) & 0x00FFFFE0; local
215 *p = (*p & 0x9F00001F) | ImmHiValue | ImmLoValue;

Completed in 110 milliseconds