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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 73 /// The hasEVEX_K field from the record
74 bool HasEVEX_K;
X86RecognizableInstr.cpp 241 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K");
302 #define EVEX_KB(n) (HasEVEX_K && HasEVEX_B? n##_K_B : \
303 (HasEVEX_K? n##_K : (HasEVEX_B ? n##_B : n)))
730 if (HasEVEX_K)
757 if (HasEVEX_K)
793 if (HasEVEX_K)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 534 bool HasEVEX_K = HasEVEX && ((TSFlags >> X86II::VEXShift) & X86II::EVEX_K);
630 if (HasEVEX_K && ((TSFlags >> X86II::VEXShift) & X86II::EVEX_Z))
715 if (HasEVEX_K)
750 if (HasEVEX_K)
792 if (HasEVEX_K)
818 if (HasEVEX_K)
850 if (HasEVEX_K)
876 if (HasEVEX_K)
    [all...]
X86BaseInfo.h 614 bool HasEVEX_K = HasEVEX && ((TSFlags >> X86II::VEXShift) & X86II::EVEX_K);
620 if (HasEVEX_K)

Completed in 934 milliseconds