HomeSort by: relevance | last modified time | path
    Searched refs:HasEVEX_B (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.h 198 /// The hasEVEX_B field from the record
199 bool HasEVEX_B;
X86RecognizableInstr.cpp 92 HasEVEX_B = Rec->getValueAsBit("hasEVEX_B");
103 EncodeRC = HasEVEX_B &&
153 #define EVEX_KB(n) (HasEVEX_KZ && HasEVEX_B ? n##_KZ_B : \
154 (HasEVEX_K && HasEVEX_B ? n##_K_B : \
156 (HasEVEX_K? n##_K : (HasEVEX_B ? n##_B : n)))))

Completed in 52 milliseconds