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) {
605 if (HasVEX_4VPrefix)
614 if (HasVEX_4VPrefix)
627 if (HasVEX_4VPrefix)
635 if (HasVEX_4VPrefix)
650 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix)
659 if (HasVEX_4VPrefix)
683 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix
    [all...]
X86RecognizableInstr.h 57 /// The hasVEX_4VPrefix field from the record
58 bool HasVEX_4VPrefix;

Completed in 23 milliseconds