Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DX86RecognizableInstr.cpp879 uint8_t currentOpcode; in emitDecodePath() local
881 for (currentOpcode = opcodeToSet; in emitDecodePath()
882 currentOpcode < (uint8_t)(opcodeToSet + Count); ++currentOpcode) in emitDecodePath()
883 tables.setTableFields(*opcodeType, insnContext(), currentOpcode, *filter, in emitDecodePath()