Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp819 std::map<OperandListTy, unsigned> OperandSets; in emitInstructionInfo() local
830 unsigned &N = OperandSets[OperandList]; in emitInstructionInfo()
860 o.indent(i * 2) << (OperandSets[OperandList] - 1) << ",\n"; in emitInstructionInfo()