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 {
213 /// Constructor - Initializes a RecognizableInstr with the appropriate fields
219 RecognizableInstr(DisassemblerTables &tables,
DisassemblerEmitter.cpp 118 RecognizableInstr::processInstr(Tables, *numberedInstructions[i], i);
X86RecognizableInstr.cpp 191 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
265 void RecognizableInstr::processInstr(DisassemblerTables &tables,
273 RecognizableInstr recogInstr(tables, insn, uid);
286 InstructionContext RecognizableInstr::insnContext() const {
468 void RecognizableInstr::adjustOperandEncoding(OperandEncoding &encoding) {
478 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex,
512 void RecognizableInstr::emitInstructionSpecifier() {
813 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const {
913 OperandType RecognizableInstr::typeFromString(const std::string &s
    [all...]

Completed in 42 milliseconds