Home
last modified time | relevance | path

Searched refs:HasEVEX_B (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DX86RecognizableInstr.h76 bool HasEVEX_B; variable
DX86RecognizableInstr.cpp205 HasEVEX_B = Rec->getValueAsBit("hasEVEX_B"); in RecognizableInstr()
263 #define EVEX_KB(n) (HasEVEX_KZ && HasEVEX_B ? n##_KZ_B : \
264 (HasEVEX_K && HasEVEX_B ? n##_K_B : \
266 (HasEVEX_K? n##_K : (HasEVEX_B ? n##_B : n)))))