Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp655 uint32_t NumToSkip = Table.size() - PrevFilter - 2; in emitTableEntry() local
656 assert(NumToSkip < 65536U && "disassembler decoding table too large!"); in emitTableEntry()
657 Table[PrevFilter] = (uint8_t)NumToSkip; in emitTableEntry()
658 Table[PrevFilter + 1] = (uint8_t)(NumToSkip >> 8); in emitTableEntry()
736 uint32_t NumToSkip = Byte; in emitTable() local
740 NumToSkip |= Byte << 8; in emitTable()
741 OS << "// Skip to: " << ((I - Table.begin()) + NumToSkip) << "\n"; in emitTable()
756 uint32_t NumToSkip = Byte; in emitTable() local
760 NumToSkip |= Byte << 8; in emitTable()
761 OS << "// Skip to: " << ((I - Table.begin()) + NumToSkip) << "\n"; in emitTable()
[all …]
/external/capstone/arch/XCore/
DXCoreGenDisassemblerTables.inc776 unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \
793 NumToSkip = *Ptr++; \
794 NumToSkip |= (*Ptr++) << 8; \
796 Ptr += NumToSkip; \
805 NumToSkip = *Ptr++; \
806 NumToSkip |= (*Ptr++) << 8; \
808 Ptr += NumToSkip; \
814 NumToSkip = *Ptr++; \
815 NumToSkip |= (*Ptr++) << 8; \
818 Ptr += NumToSkip; \
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2146 unsigned NumToSkip = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
2147 if (NumToSkip & 128) in SelectCodeCommon()
2148 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex); in SelectCodeCommon()
2150 if (NumToSkip == 0) { in SelectCodeCommon()
2155 FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()
2779 unsigned NumToSkip = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
2780 if (NumToSkip & 128) in SelectCodeCommon()
2781 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex); in SelectCodeCommon()
2785 if (NumToSkip != 0) { in SelectCodeCommon()
2786 LastScope.FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2869 unsigned NumToSkip = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
2870 if (NumToSkip & 128) in SelectCodeCommon()
2871 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex); in SelectCodeCommon()
2873 if (NumToSkip == 0) { in SelectCodeCommon()
2878 FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()
3549 unsigned NumToSkip = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3550 if (NumToSkip & 128) in SelectCodeCommon()
3551 NumToSkip = GetVBR(NumToSkip, MatcherTable, MatcherIndex); in SelectCodeCommon()
3555 if (NumToSkip != 0) { in SelectCodeCommon()
3556 LastScope.FailIndex = MatcherIndex+NumToSkip; in SelectCodeCommon()
/external/capstone/arch/Sparc/
DSparcGenDisassemblerTables.inc1955 unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \
1972 NumToSkip = *Ptr++; \
1973 NumToSkip |= (*Ptr++) << 8; \
1975 Ptr += NumToSkip; \
1984 NumToSkip = *Ptr++; \
1985 NumToSkip |= (*Ptr++) << 8; \
1987 Ptr += NumToSkip; \
1993 NumToSkip = *Ptr++; \
1994 NumToSkip |= (*Ptr++) << 8; \
1997 Ptr += NumToSkip; \
/external/capstone/arch/PowerPC/
DPPCGenDisassemblerTables.inc3204 unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \
3221 NumToSkip = *Ptr++; \
3222 NumToSkip |= (*Ptr++) << 8; \
3224 Ptr += NumToSkip; \
3233 NumToSkip = *Ptr++; \
3234 NumToSkip |= (*Ptr++) << 8; \
3236 Ptr += NumToSkip; \
3242 NumToSkip = *Ptr++; \
3243 NumToSkip |= (*Ptr++) << 8; \
3246 Ptr += NumToSkip; \
/external/capstone/arch/SystemZ/
DSystemZGenDisassemblerTables.inc2946 unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \
2963 NumToSkip = *Ptr++; \
2964 NumToSkip |= (*Ptr++) << 8; \
2966 Ptr += NumToSkip; \
2975 NumToSkip = *Ptr++; \
2976 NumToSkip |= (*Ptr++) << 8; \
2978 Ptr += NumToSkip; \
2984 NumToSkip = *Ptr++; \
2985 NumToSkip |= (*Ptr++) << 8; \
2988 Ptr += NumToSkip; \
/external/capstone/arch/Mips/
DMipsGenDisassemblerTables.inc6516 unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \
6533 NumToSkip = *Ptr++; \
6534 NumToSkip |= (*Ptr++) << 8; \
6536 Ptr += NumToSkip; \
6545 NumToSkip = *Ptr++; \
6546 NumToSkip |= (*Ptr++) << 8; \
6548 Ptr += NumToSkip; \
6554 NumToSkip = *Ptr++; \
6555 NumToSkip |= (*Ptr++) << 8; \
6558 Ptr += NumToSkip; \
/external/capstone/arch/ARM/
DARMGenDisassemblerTables.inc13462 unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \
13479 NumToSkip = *Ptr++; \
13480 NumToSkip |= (*Ptr++) << 8; \
13482 Ptr += NumToSkip; \
13491 NumToSkip = *Ptr++; \
13492 NumToSkip |= (*Ptr++) << 8; \
13494 Ptr += NumToSkip; \
13500 NumToSkip = *Ptr++; \
13501 NumToSkip |= (*Ptr++) << 8; \
13504 Ptr += NumToSkip; \
/external/capstone/arch/AArch64/
DAArch64GenDisassemblerTables.inc12677 unsigned Start, Len, NumToSkip, PIdx, Opc, DecodeIdx; \
12694 NumToSkip = *Ptr++; \
12695 NumToSkip |= (*Ptr++) << 8; \
12697 Ptr += NumToSkip; \
12706 NumToSkip = *Ptr++; \
12707 NumToSkip |= (*Ptr++) << 8; \
12709 Ptr += NumToSkip; \
12715 NumToSkip = *Ptr++; \
12716 NumToSkip |= (*Ptr++) << 8; \
12719 Ptr += NumToSkip; \