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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DisassemblerEmitter.cpp 117 RecognizableInstr::processInstr(Tables, *numberedInstructions[i], i);
X86RecognizableInstr.cpp 62 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
137 void RecognizableInstr::processInstr(DisassemblerTables &tables,
145 RecognizableInstr recogInstr(tables, insn, uid);
158 InstructionContext RecognizableInstr::insnContext() const {
351 void RecognizableInstr::adjustOperandEncoding(OperandEncoding &encoding) {
366 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex,
400 void RecognizableInstr::emitInstructionSpecifier() {
739 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const {
856 OperandType RecognizableInstr::typeFromString(const std::string &s
    [all...]
X86RecognizableInstr.h 155 /// RecognizableInstr - Encapsulates all information required to decode a single
159 class RecognizableInstr {
336 /// Constructor - Initializes a RecognizableInstr with the appropriate fields
342 RecognizableInstr(DisassemblerTables &tables,

Completed in 15 milliseconds