Searched defs:instructionIDWithWBit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c802 uint16_t instructionIDWithWBit; local
807 if (getIDWithAttrMask(&instructionIDWithWBit,
815 specWithWBit = specifierForUID(instructionIDWithWBit);
817 if (instructionID != instructionIDWithWBit) {
818 insn->instructionID = instructionIDWithWBit;

Completed in 152 milliseconds