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

/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c644 * getIDWithAttrMask - Determines the ID of an instruction, consuming
655 static int getIDWithAttrMask(uint16_t* instructionID, function
786 if (getIDWithAttrMask(&instructionID, insn, attrMask))
807 if (getIDWithAttrMask(&instructionIDWithWBit,
842 if (getIDWithAttrMask(&instructionIDWithOpsize,
885 if (getIDWithAttrMask(&instructionIDWithNewOpcode,

Completed in 253 milliseconds