Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp865 uint8_t currentOpcode; in emitDecodePath() local
867 for (currentOpcode = opcodeToSet; in emitDecodePath()
868 currentOpcode < (uint8_t)(opcodeToSet + Count); ++currentOpcode) in emitDecodePath()
869 tables.setTableFields(*opcodeType, insnContext(), currentOpcode, *filter, in emitDecodePath()