Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp148 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables, in RecognizableInstr() function in RecognizableInstr
169 void RecognizableInstr::processInstr(DisassemblerTables &tables, in processInstr()
174 RecognizableInstr recogInstr(tables, insn, uid); in processInstr()
196 InstructionContext RecognizableInstr::insnContext() const { in insnContext()
426 void RecognizableInstr::adjustOperandEncoding(OperandEncoding &encoding) { in adjustOperandEncoding()
441 void RecognizableInstr::handleOperand(bool optional, unsigned &operandIndex, in handleOperand()
473 void RecognizableInstr::emitInstructionSpecifier() { in emitInstructionSpecifier()
856 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const { in emitDecodePath()
1024 OperandType RecognizableInstr::typeFromString(StringRef Str, bool hasREX_W, in typeFromString()
1176 OperandEncoding RecognizableInstr::immediateEncodingFromString(StringRef Str, in immediateEncodingFromString()
[all …]
H A DDisassemblerEmitter.cpp107 RecognizableInstr::processInstr(Tables, *NumberedInst, Idx); in emitDisassembler()
H A DX86RecognizableInstr.h245 class RecognizableInstr : public RecognizableInstrBase {
366 RecognizableInstr(DisassemblerTables &tables, const CodeGenInstruction &insn,