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

/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c837 uint16_t instructionIDWithOpsize; local
842 if (getIDWithAttrMask(&instructionIDWithOpsize,
857 x86DisassemblerGetInstrName(instructionIDWithOpsize, miiArg);
860 insn->instructionID = instructionIDWithOpsize;
861 insn->spec = specifierForUID(instructionIDWithOpsize);

Completed in 69 milliseconds