Home
last modified time | relevance | path

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

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