Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp776 uint8_t currentOpcode; in emitDecodePath() local
778 for (currentOpcode = opcodeToSet; in emitDecodePath()
779 currentOpcode < opcodeToSet + 8; in emitDecodePath()
780 ++currentOpcode) in emitDecodePath()
781 tables.setTableFields(*opcodeType, insnContext(), currentOpcode, *filter, in emitDecodePath()