Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DHexagon.cpp77 uint32_t ValBit = (Data >> Off) & 1; in applyMask() local
80 Result |= (ValBit << Bit); in applyMask()