Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp837 uint8_t currentOpcode; in emitDecodePath() local
839 for (currentOpcode = opcodeToSet; currentOpcode < opcodeToSet + Count; in emitDecodePath()
840 ++currentOpcode) in emitDecodePath()
841 tables.setTableFields(*opcodeType, insnContext(), currentOpcode, *filter, in emitDecodePath()