Home | History | Annotate | Download | only in TableGen

Lines Matching refs:HasEVEX_K

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)