Searched refs:NumToSkip (Results 1 – 2 of 2) sorted by relevance
863 uint32_t NumToSkip = Byte; in emitTable() local867 NumToSkip |= Byte << 8; in emitTable()871 NumToSkip |= Byte << 16; in emitTable()873 return NumToSkip; in emitTable()882 auto emitNumToSkipComment = [&](uint32_t NumToSkip, bool InComment = false) { in emitTable() argument883 uint32_t Index = ((I - Table.begin()) + NumToSkip); in emitTable()886 if (*(I + NumToSkip) == MCD::OPC_Fail) in emitTable()929 uint32_t NumToSkip = emitNumToSkip(I, OS); in emitTable() local930 emitNumToSkipComment(NumToSkip); in emitTable()948 uint32_t NumToSkip = emitNumToSkip(I, OS); in emitTable() local[all …]
3414 unsigned NumToSkip = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local3415 if (NumToSkip & 128) in SelectCodeCommon()3416 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex); in SelectCodeCommon()3418 if (NumToSkip == 0) { in SelectCodeCommon()3423 FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()4370 unsigned NumToSkip = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local4371 if (NumToSkip & 128) in SelectCodeCommon()4372 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex); in SelectCodeCommon()4376 if (NumToSkip != 0) { in SelectCodeCommon()4377 LastScope.FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()