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.cpp 231 HasVEX_4VPrefix = Rec->getValueAsBit("hasVEX_4VPrefix");
298 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix|| HasVEXPrefix) {
650 if (HasVEX_4VPrefix)
659 if (HasVEX_4VPrefix)
672 if (HasVEX_4VPrefix)
680 if (HasVEX_4VPrefix)
694 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix)
703 if (HasVEX_4VPrefix)
726 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix
    [all...]
X86RecognizableInstr.h 59 /// The hasVEX_4VPrefix field from the record
60 bool HasVEX_4VPrefix;

Completed in 29 milliseconds