Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp978 uint8_t currentOpcode; in emitDecodePath() local
980 for (currentOpcode = opcodeToSet; in emitDecodePath()
981 currentOpcode < (uint8_t)(opcodeToSet + Count); ++currentOpcode) in emitDecodePath()
982 tables.setTableFields(*opcodeType, insnContext(), currentOpcode, *filter, in emitDecodePath()