HomeSort by relevance Sort by last modified time
    Searched refs:RecognizableInstr (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 30 /// RecognizableInstr - Encapsulates all information required to decode a single
34 class RecognizableInstr {
208 /// Constructor - Initializes a RecognizableInstr with the appropriate fields
214 RecognizableInstr(DisassemblerTables &tables,
X86RecognizableInstr.cpp 174 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
247 void RecognizableInstr::processInstr(DisassemblerTables &tables,
255 RecognizableInstr recogInstr(tables, insn, uid);
268 InstructionContext RecognizableInstr::insnContext() const {
444 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex,
476 void RecognizableInstr::emitInstructionSpecifier() {
781 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const {
874 OperandType RecognizableInstr::typeFromString(const std::string &s,
    [all...]
DisassemblerEmitter.cpp 118 RecognizableInstr::processInstr(Tables, *numberedInstructions[i], i);

Completed in 94 milliseconds