Home
last modified time | relevance | path

Searched refs:RecognizableInstr (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp62 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables, in RecognizableInstr() function in RecognizableInstr
131 void RecognizableInstr::processInstr(DisassemblerTables &tables, in processInstr()
139 RecognizableInstr recogInstr(tables, insn, uid); in processInstr()
152 InstructionContext RecognizableInstr::insnContext() const { in insnContext()
399 void RecognizableInstr::emitInstructionSpecifier() { in emitInstructionSpecifier()
855 OperandType RecognizableInstr::typeFromString(const std::string &s, in typeFromString()
995 RecognizableInstr::immediateEncodingFromString(const std::string &s, in immediateEncodingFromString()
1033 RecognizableInstr::rmRegisterEncodingFromString(const std::string &s, in rmRegisterEncodingFromString()
1073 RecognizableInstr::roRegisterEncodingFromString(const std::string &s, in roRegisterEncodingFromString()
1167 RecognizableInstr::memoryEncodingFromString(const std::string &s, in memoryEncodingFromString()
[all …]
H A DX86RecognizableInstr.h159 class RecognizableInstr {
342 RecognizableInstr(DisassemblerTables &tables,
H A DDisassemblerEmitter.cpp117 RecognizableInstr::processInstr(Tables, *numberedInstructions[i], i); in EmitDisassembler()