Lines Matching full:spec
1046 insn->spec = specifierForUID(instructionID);
1054 insn->spec = specifierForUID(instructionIDWithREXW);
1082 insn->spec = specifierForUID(instructionID);
1096 const struct InstructionSpecifier *spec;
1100 spec = specifierForUID(instructionID);
1111 insn->spec = spec;
1121 insn->spec = specifierForUID(instructionIDWithOpsize);
1124 insn->spec = spec;
1136 const struct InstructionSpecifier *spec;
1140 spec = specifierForUID(instructionID);
1151 insn->spec = spec;
1161 insn->spec = specWithNewOpcode;
1167 insn->spec = specifierForUID(insn->instructionID);
1750 for (const auto &Op : x86OperandSets[insn->spec->operands]) {
1898 insn->operands = x86OperandSets[insn->spec->operands];