Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DX86RecognizableInstr.cpp276 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local
278 recogInstr.emitInstructionSpecifier(tables); in processInstr()
280 if (recogInstr.shouldBeEmitted()) in processInstr()
281 recogInstr.emitDecodePath(tables); in processInstr()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp272 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local
274 if (recogInstr.shouldBeEmitted()) { in processInstr()
275 recogInstr.emitInstructionSpecifier(); in processInstr()
276 recogInstr.emitDecodePath(tables); in processInstr()