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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 59 /// The hasVEX_4VOp3Prefix field from the record
60 bool HasVEX_4VOp3Prefix;
X86RecognizableInstr.cpp 232 HasVEX_4VOp3Prefix = Rec->getValueAsBit("hasVEX_4VOp3Prefix");
298 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix|| HasVEXPrefix) {
650 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix)
669 if (HasVEX_4VOp3Prefix)
683 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix)
702 if (HasVEX_4VOp3Prefix)
    [all...]

Completed in 400 milliseconds