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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 59 /// The hasVEX_4VOp3 field from the record
60 bool HasVEX_4VOp3;
X86RecognizableInstr.cpp 198 HasVEX_4VOp3 = Rec->getValueAsBit("hasVEX_4VOp3");
614 if (HasVEX_4V || HasVEX_4VOp3)
636 if (HasVEX_4VOp3)
650 if (HasVEX_4V || HasVEX_4VOp3)
672 if (HasVEX_4VOp3)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 620 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3;
815 if (HasVEX_4VOp3)
881 if (HasVEX_4VOp3)
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 752 bool HasVEX_4VOp3 = (TSFlags >> X86II::VEXShift) & X86II::VEX_4VOp3;
    [all...]

Completed in 65 milliseconds