Home
last modified time | relevance | path

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

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