Lines Matching refs:opcodeToSet
797 uint8_t opcodeToSet = 0; in emitDecodePath() local
843 opcodeToSet = Opcode; in emitDecodePath()
852 opcodeToSet = Opcode; in emitDecodePath()
860 opcodeToSet = Opcode; in emitDecodePath()
868 opcodeToSet = Opcode; in emitDecodePath()
876 opcodeToSet = Opcode; in emitDecodePath()
895 opcodeToSet = 0xd8 + (Prefix - X86Local::D8); in emitDecodePath()
948 opcodeToSet = Opcode; in emitDecodePath()
957 assert(opcodeToSet < 0xf9 && in emitDecodePath()
962 for (currentOpcode = opcodeToSet; in emitDecodePath()
963 currentOpcode < opcodeToSet + 8; in emitDecodePath()
972 Spec->modifierBase = opcodeToSet; in emitDecodePath()
977 opcodeToSet, in emitDecodePath()
984 opcodeToSet, in emitDecodePath()
989 Spec->modifierBase = opcodeToSet; in emitDecodePath()