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 61 /// The hasVEX_4VOp3Prefix field from the record
62 bool HasVEX_4VOp3Prefix;
X86RecognizableInstr.cpp 232 HasVEX_4VOp3Prefix = Rec->getValueAsBit("hasVEX_4VOp3Prefix");
298 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix|| HasVEXPrefix) {
694 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix)
713 if (HasVEX_4VOp3Prefix)
726 if (HasVEX_4VPrefix || HasVEX_4VOp3Prefix)
745 if (HasVEX_4VOp3Prefix)
    [all...]

Completed in 40 milliseconds