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

/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp805 * @param instructionID - A pointer whose target is filled in with the ID of the
812 static int getIDWithAttrMask(uint16_t* instructionID, argument
827 *instructionID = decode(insn->opcodeType,
832 *instructionID = decode(insn->opcodeType,
879 uint16_t instructionID; local
981 if (getIDWithAttrMask(&instructionID, insn, attrMask))
990 spec = specifierForUID(instructionID);
998 if (getIDWithAttrMask(&instructionID, insn, attrMask))
1019 spec = specifierForUID(instructionID);
1029 insn->instructionID
[all...]
H A DX86DisassemblerDecoder.h568 uint16_t instructionID; member in struct:llvm::X86Disassembler::InternalInstruction

Completed in 1140 milliseconds