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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c806 uint16_t instructionIDWithWBit; local
811 if (getIDWithAttrMask(&instructionIDWithWBit,
819 specWithWBit = specifierForUID(instructionIDWithWBit);
821 if (instructionID != instructionIDWithWBit) {
822 insn->instructionID = instructionIDWithWBit;

Completed in 127 milliseconds