Lines Matching refs:EVEX_KB
280 #define EVEX_KB(n) (HasEVEX_KZ && HasEVEX_B ? n##_KZ_B : \ macro
296 insnContext = EVEX_KB(IC_EVEX_L_W_OPSIZE); in insnContext()
298 insnContext = EVEX_KB(IC_EVEX_L_W_XS); in insnContext()
300 insnContext = EVEX_KB(IC_EVEX_L_W_XD); in insnContext()
302 insnContext = EVEX_KB(IC_EVEX_L_W); in insnContext()
310 insnContext = EVEX_KB(IC_EVEX_L_OPSIZE); in insnContext()
312 insnContext = EVEX_KB(IC_EVEX_L_XS); in insnContext()
314 insnContext = EVEX_KB(IC_EVEX_L_XD); in insnContext()
316 insnContext = EVEX_KB(IC_EVEX_L); in insnContext()
325 insnContext = EVEX_KB(IC_EVEX_L2_W_OPSIZE); in insnContext()
327 insnContext = EVEX_KB(IC_EVEX_L2_W_XS); in insnContext()
329 insnContext = EVEX_KB(IC_EVEX_L2_W_XD); in insnContext()
331 insnContext = EVEX_KB(IC_EVEX_L2_W); in insnContext()
339 insnContext = EVEX_KB(IC_EVEX_L2_OPSIZE); in insnContext()
341 insnContext = EVEX_KB(IC_EVEX_L2_XD); in insnContext()
343 insnContext = EVEX_KB(IC_EVEX_L2_XS); in insnContext()
345 insnContext = EVEX_KB(IC_EVEX_L2); in insnContext()
354 insnContext = EVEX_KB(IC_EVEX_W_OPSIZE); in insnContext()
356 insnContext = EVEX_KB(IC_EVEX_W_XS); in insnContext()
358 insnContext = EVEX_KB(IC_EVEX_W_XD); in insnContext()
360 insnContext = EVEX_KB(IC_EVEX_W); in insnContext()
368 insnContext = EVEX_KB(IC_EVEX_OPSIZE); in insnContext()
370 insnContext = EVEX_KB(IC_EVEX_XD); in insnContext()
372 insnContext = EVEX_KB(IC_EVEX_XS); in insnContext()
374 insnContext = EVEX_KB(IC_EVEX); in insnContext()