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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 58 /// The hasVEX_4VOp3 field from the record
59 bool HasVEX_4VOp3;
  /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 49 milliseconds