Home
last modified time | relevance | path

Searched refs:ATTR_max (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h74 ATTR_max = 0x1 << 15, enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp898 o.indent(i * 2) << "static const uint8_t " CONTEXTS_STR "[" << ATTR_max in emitContextTable()
902 for (unsigned index = 0; index < ATTR_max; ++index) { in emitContextTable()