Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp79 uint32_t valBit = (data >> off) & 1; in applyMask() local
82 result |= (valBit << bit); in applyMask()