Searched refs:kRegMapFormatShift (Results 1 – 1 of 1) sorted by relevance
76 return GetData()[1] | ((GetData()[0] & ~kRegMapFormatMask) << kRegMapFormatShift); in RegWidth()113 static const int kRegMapFormatShift = 5; variable