Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp820 std::map<OperandListTy, unsigned> OperandSets; in emitInstructionInfo() local
831 unsigned &N = OperandSets[OperandList]; in emitInstructionInfo()
861 o.indent(i * 2) << (OperandSets[OperandList] - 1) << ",\n"; in emitInstructionInfo()