reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
810 if (!insn.spec) {
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp1020 insn->spec = specifierForUID(instructionID); 1028 insn->spec = specifierForUID(instructionIDWithREXW); 1063 insn->spec = specifierForUID(instructionID); 1092 insn->spec = spec; 1102 insn->spec = specifierForUID(instructionIDWithOpsize); 1105 insn->spec = spec; 1132 insn->spec = spec; 1142 insn->spec = specWithNewOpcode; 1148 insn->spec = specifierForUID(insn->instructionID); 1736 for (const auto &Op : x86OperandSets[insn->spec->operands]) { 1927 insn->operands = x86OperandSets[insn->spec->operands];