Searched refs:TableInfo (Results 1 – 1 of 1) sorted by relevance
270 void emitTableEntry(DecoderTableInfo &TableInfo) const;435 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;436 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,439 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,443 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,447 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,477 void emitTableEntries(DecoderTableInfo &TableInfo) const;607 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const { in emitTableEntry()608 TableInfo.Table.push_back(MCD::OPC_ExtractField); in emitTableEntry()609 TableInfo.Table.push_back(StartBit); in emitTableEntry()[all …]