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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 58 /// The hasVEX_4VOp3 field from the record
59 bool HasVEX_4VOp3;
X86RecognizableInstr.cpp 215 HasVEX_4VOp3 = Rec->getValueAsBit("hasVEX_4VOp3");
568 if (HasVEX_4V || HasVEX_4VOp3)
674 if (HasVEX_4VOp3)
707 if (HasVEX_4VOp3)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 605 bool HasVEX_4VOp3 = TSFlags & X86II::VEX_4VOp3;
773 if (HasVEX_4VOp3)
832 if (HasVEX_4VOp3)
    [all...]

Completed in 420 milliseconds