Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp1409 const uint64_t fullMask = 0x0003ffff0000ffff; in relocate() local
1412 uint64_t instr = readPrefixedInstruction(loc) & ~fullMask; in relocate()