Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h213 uint32_t ImmLoValue = ((uint64_t)Addend << 17) & 0x60000000; in encodeAddend() local
215 *p = (*p & 0x9F00001F) | ImmHiValue | ImmLoValue; in encodeAddend()