reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/X86DisassemblerShared.h
   26     memset(operands, 0, sizeof(operands));
   26     memset(operands, 0, sizeof(operands));
utils/TableGen/X86DisassemblerTables.cpp
  840                                  .operands[OperandIndex].encoding;
  842                          .operands[OperandIndex].type;
  873                                  .operands[OperandIndex].encoding;
  875                          .operands[OperandIndex].type;
utils/TableGen/X86RecognizableInstr.cpp
  378     Spec->operands[operandIndex].encoding = ENCODING_DUP;
  379     Spec->operands[operandIndex].type =
  389   Spec->operands[operandIndex].encoding = encoding;
  390   Spec->operands[operandIndex].type = typeFromString(typeName,