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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp81 uint32_t valBit = (data >> off) & 1; local
84 result |= (valBit << bit);

Completed in 44 milliseconds