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

/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c877 uint16_t instructionIDWithNewOpcode; local
885 if (getIDWithAttrMask(&instructionIDWithNewOpcode,
895 specWithNewOpcode = specifierForUID(instructionIDWithNewOpcode);
900 insn->instructionID = instructionIDWithNewOpcode;

Completed in 66 milliseconds