Searched refs:instructionIDWithREXW (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp1001 uint16_t instructionIDWithREXW; local
1002 if (getIDWithAttrMask(&instructionIDWithREXW,
1009 const char *SpecName = GetInstrName(instructionIDWithREXW, miiArg);
1012 insn->instructionID = instructionIDWithREXW;
1013 insn->spec = specifierForUID(instructionIDWithREXW);

Completed in 74 milliseconds