HomeSort by relevance Sort by last modified time
    Searched defs:instructionID (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 805 * @param instructionID - A pointer whose target is filled in with the ID of the
812 static int getIDWithAttrMask(uint16_t* instructionID,
827 *instructionID = decode(insn->opcodeType,
832 *instructionID = decode(insn->opcodeType,
879 uint16_t instructionID;
981 if (getIDWithAttrMask(&instructionID, insn, attrMask))
990 spec = specifierForUID(instructionID);
    [all...]
X86DisassemblerDecoder.h 568 uint16_t instructionID;

Completed in 213 milliseconds