Searched refs:RegUnitBits (Results 1 – 2 of 2) sorted by relevance
641 static constexpr unsigned RegUnitBits = 12; variable653 unsigned FirstRU = RU & ((1u << RegUnitBits) - 1); in MCRegUnitIterator()654 unsigned Offset = RU >> RegUnitBits; in MCRegUnitIterator()
1009 constexpr unsigned RegUnitBits = 12; in runMCDesc() local1010 assert(isUInt<RegUnitBits>(FirstRU) && "Too many regunits"); in runMCDesc()1011 assert(isUInt<32 - RegUnitBits>(Offset) && "Offset is too big"); in runMCDesc()1015 << (Offset << RegUnitBits | FirstRU) << ", " in runMCDesc()