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

/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp122 assert(upper < IC_max);
123 assert(lower < IC_max);
126 static int ranks[IC_max] = {
424 for (unsigned index = 0; index < IC_max; ++index) {
432 if (index + 1 < IC_max)
706 for (unsigned index = 0; index < IC_max; ++index) {
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h125 IC_max enumerator in enum:__anon2521
211 * applies given a specific set of attributes. Hence there are only IC_max
215 struct OpcodeDecision opcodeDecisions[IC_max];

Completed in 109 milliseconds