Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp273 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local
275 if (recogInstr.shouldBeEmitted()) { in processInstr()
276 recogInstr.emitInstructionSpecifier(); in processInstr()
277 recogInstr.emitDecodePath(tables); in processInstr()