Searched refs:opcodeToSet (Results 1 – 1 of 1) sorted by relevance
982 uint8_t opcodeToSet = Opcode; in emitDecodePath() local1006 assert(((opcodeToSet % Count) == 0) && "ADDREG_FRM opcode not aligned"); in emitDecodePath()1010 for (currentOpcode = opcodeToSet; in emitDecodePath()1011 currentOpcode < (uint8_t)(opcodeToSet + Count); ++currentOpcode) in emitDecodePath()1016 tables.setTableFields(*opcodeType, insnContext(), opcodeToSet, *filter, UID, in emitDecodePath()