Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp139 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local
141 if (recogInstr.shouldBeEmitted()) { in processInstr()
142 recogInstr.emitInstructionSpecifier(); in processInstr()
143 recogInstr.emitDecodePath(tables); in processInstr()