Home
last modified time | relevance | path

Searched refs:emitDecodePath (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.h331 void emitDecodePath(DisassemblerTables &tables) const;
H A DX86RecognizableInstr.cpp175 recogInstr.emitDecodePath(tables); in processInstr()
764 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const { in emitDecodePath() function in RecognizableInstr