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 70 /// The hasEVEX_K field from the record
71 bool HasEVEX_K;
X86RecognizableInstr.cpp 220 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K");
281 (HasEVEX_K && HasEVEX_B ? n##_K_B : \
283 (HasEVEX_K? n##_K : (HasEVEX_B ? n##_B : n)))))
570 if (HasEVEX_K)
615 if (HasEVEX_K)
637 if (HasEVEX_K)
661 if (HasEVEX_K)
694 if (HasEVEX_K)
733 if (HasEVEX_K)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 603 bool HasEVEX_K = TSFlags & X86II::EVEX_K;
693 uint8_t EVEX_z = (HasEVEX_K && (TSFlags & X86II::EVEX_Z)) ? 1 : 0;
729 if (HasEVEX_K)
757 if (HasEVEX_K)
795 if (HasEVEX_K)
817 if (HasEVEX_K)
853 if (HasEVEX_K)
880 if (HasEVEX_K)
    [all...]
X86BaseInfo.h 662 bool HasEVEX_K = TSFlags & X86II::EVEX_K;
683 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K;
696 return 0 + HasVEX_4V + HasEVEX_K;

Completed in 137 milliseconds