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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 57 /// The hasVEX_4VPrefix field from the record
58 bool HasVEX_4VPrefix;
X86RecognizableInstr.cpp 234 HasVEX_4VPrefix = Rec->getValueAsBit("hasVEX_4VPrefix");
382 } else if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix|| HasVEXPrefix) {
700 if (HasVEX_4VPrefix)
709 if (HasVEX_4VPrefix)
722 if (HasVEX_4VPrefix)
733 if (HasVEX_4VPrefix)
748 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix)
760 if (HasVEX_4VPrefix)
784 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix
    [all...]

Completed in 59 milliseconds