Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h350 void emitDecodePath(DisassemblerTables &tables) const;
H A DX86RecognizableInstr.cpp178 recogInstr.emitDecodePath(tables); in processInstr()
801 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const { in emitDecodePath() function in RecognizableInstr