HomeSort by relevance Sort by last modified time
    Searched full:instructionid (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 788 * @param instructionID - A pointer whose target is filled in with the ID of the
795 static int getIDWithAttrMask(uint16_t* instructionID,
810 *instructionID = decode(insn->opcodeType,
815 *instructionID = decode(insn->opcodeType,
878 uint16_t instructionID;
983 if (getIDWithAttrMask(&instructionID, insn, attrMask))
    [all...]
X86DisassemblerDecoder.h 583 uint16_t instructionID;
X86DisassemblerDecoderCommon.h 300 // for each instructionID are identical.
    [all...]
X86Disassembler.cpp     [all...]

Completed in 97 milliseconds