Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocationFunctions.h29 const bool valBit = (pData >> off) & 1; in ApplyMask() local
32 result |= static_cast<T1>(valBit) << bit; in ApplyMask()