Searched refs:EVEX_KB (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp281 #define EVEX_KB(n) (HasEVEX_KZ && HasEVEX_B ? n##_KZ_B : \ macro
297 insnContext = EVEX_KB(IC_EVEX_L_W_OPSIZE);
299 insnContext = EVEX_KB(IC_EVEX_L_W_XS);
301 insnContext = EVEX_KB(IC_EVEX_L_W_XD);
303 insnContext = EVEX_KB(IC_EVEX_L_W);
311 insnContext = EVEX_KB(IC_EVEX_L_OPSIZE);
313 insnContext = EVEX_KB(IC_EVEX_L_XS);
315 insnContext = EVEX_KB(IC_EVEX_L_XD);
317 insnContext = EVEX_KB(IC_EVEX_L);
326 insnContext = EVEX_KB(IC_EVEX_L2_W_OPSIZ
[all...]

Completed in 110 milliseconds