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

/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp308 #define EVEX_KB(n) (HasEVEX_KZ && HasEVEX_B ? n##_KZ_B : \ macro
324 insnContext = EVEX_KB(IC_EVEX_L_W_OPSIZE);
326 insnContext = EVEX_KB(IC_EVEX_L_W_XS);
329 insnContext = EVEX_KB(IC_EVEX_L_W_XD);
331 insnContext = EVEX_KB(IC_EVEX_L_W);
335 insnContext = EVEX_KB(IC_EVEX_L_OPSIZE);
337 insnContext = EVEX_KB(IC_EVEX_L_XS);
340 insnContext = EVEX_KB(IC_EVEX_L_XD);
342 insnContext = EVEX_KB(IC_EVEX_L);
347 insnContext = EVEX_KB(IC_EVEX_L2_W_OPSIZ
[all...]

Completed in 99 milliseconds