Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp838 uint8_t currentOpcode; in emitDecodePath() local
840 for (currentOpcode = opcodeToSet; currentOpcode < opcodeToSet + Count; in emitDecodePath()
841 ++currentOpcode) in emitDecodePath()
842 tables.setTableFields(*opcodeType, insnContext(), currentOpcode, *filter, in emitDecodePath()