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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 197 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V");
566 if (HasVEX_4V)
575 if (HasVEX_4V)
588 if (HasVEX_4V)
599 if (HasVEX_4V)
614 if (HasVEX_4V || HasVEX_4VOp3)
626 if (HasVEX_4V)
650 if (HasVEX_4V || HasVEX_4VOp3)
662 if (HasVEX_4V)
    [all...]
X86RecognizableInstr.h 57 /// The hasVEX_4V field from the record
58 bool HasVEX_4V;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 646 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
668 if (HasVEX_4V)
690 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
692 if (HasVEX_4V)
X86MCCodeEmitter.cpp 619 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
763 if (HasVEX_4V) {
798 if (HasVEX_4V) {
830 if (HasVEX_4V) {
866 if (HasVEX_4V) {
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 751 bool HasVEX_4V = (TSFlags >> X86II::VEXShift) & X86II::VEX_4V;
865 if (HasVEX_4V)
887 if (HasVEX_4V) {
    [all...]

Completed in 115 milliseconds