Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp847 uint8_t opcodeToSet = Opcode; in emitDecodePath() local
863 assert(((opcodeToSet % Count) == 0) && "ADDREG_FRM opcode not aligned"); in emitDecodePath()
867 for (currentOpcode = opcodeToSet; in emitDecodePath()
868 currentOpcode < (uint8_t)(opcodeToSet + Count); ++currentOpcode) in emitDecodePath()
874 tables.setTableFields(*opcodeType, insnContext(), opcodeToSet, *filter, UID, in emitDecodePath()