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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 74 /// The hasEVEX_B field from the record
75 bool HasEVEX_B;
X86RecognizableInstr.cpp 222 HasEVEX_B = Rec->getValueAsBit("hasEVEX_B");
280 #define EVEX_KB(n) (HasEVEX_KZ && HasEVEX_B ? n##_KZ_B : \
281 (HasEVEX_K && HasEVEX_B ? n##_K_B : \
283 (HasEVEX_K? n##_K : (HasEVEX_B ? n##_B : n)))))
    [all...]

Completed in 1003 milliseconds