HomeSort by: relevance | last modified time | path
    Searched refs:TableInfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 323 void emitTableEntry(DecoderTableInfo &TableInfo) const;
491 unsigned getPredicateIndex(DecoderTableInfo &TableInfo, StringRef P) const;
492 void emitPredicateTableEntry(DecoderTableInfo &TableInfo,
495 void emitSoftFailTableEntry(DecoderTableInfo &TableInfo,
499 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
503 void emitSingletonTableEntry(DecoderTableInfo &TableInfo,
536 void emitTableEntries(DecoderTableInfo &TableInfo) const;
663 void Filter::emitTableEntry(DecoderTableInfo &TableInfo) const {
664 TableInfo.Table.push_back(MCD::OPC_ExtractField);
665 TableInfo.Table.push_back(StartBit)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompile.c 451 else if (TableData->TableInfo)
458 Status = DtCompileTable (FieldList, TableData->TableInfo,
  /src/sys/external/bsd/acpica/dist/common/
dmtable.c 570 * Simple tables have only a TableInfo structure, complex tables have a
828 else if (TableData->TableInfo)
832 Status = AcpiDmDumpTable (Length, 0, Table, 0, TableData->TableInfo);
  /src/sys/external/bsd/acpica/dist/include/
acdisasm.h 228 ACPI_DMTABLE_INFO *TableInfo;

Completed in 38 milliseconds