Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Spec

1 //===- X86RecognizableInstr.cpp - Disassembler instruction spec --*- C++ -*-===//
198 Spec = &tables.specForUID(UID);
493 Spec->operands[operandIndex].encoding = ENCODING_DUP;
494 Spec->operands[operandIndex].type =
504 Spec->operands[operandIndex].encoding = encoding;
505 Spec->operands[operandIndex].type = typeFromString(typeName,
513 Spec->name = Name;
515 Spec->insnContext = insnContext();