Searched refs:IC_max (Results 1 - 6 of 6) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86DisassemblerShared.h48 /// applies given a specific set of attributes. Hence there are only IC_max
51 OpcodeDecision opcodeDecisions[llvm::X86Disassembler::IC_max];
H A DX86DisassemblerTables.cpp365 assert(upper < IC_max);
366 assert(lower < IC_max);
372 static int ranks[IC_max] = {
603 for (unsigned index = 0; index < IC_max; ++index) {
612 if (index + 1 < IC_max)
911 for (unsigned index = 0; index < IC_max; ++index) {
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DX86DisassemblerTables.cpp115 assert(upper < IC_max);
116 assert(lower < IC_max);
119 static int ranks[IC_max] = {
408 for (index = 0; index < IC_max; ++index) {
416 if (index + 1 < IC_max)
665 for (index = 0; index < IC_max; ++index) {
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h120 IC_max enumerator in enum:__anon18850
198 * applies given a specific set of attributes. Hence there are only IC_max
202 struct OpcodeDecision opcodeDecisions[IC_max];
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h278 IC_max enumerator in enum:llvm::X86Disassembler::InstructionContext
H A DX86DisassemblerDecoder.cpp42 /// applies given a specific set of attributes. Hence there are only IC_max
45 OpcodeDecision opcodeDecisions[IC_max];

Completed in 83 milliseconds