Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp263 #define EVEX_KB(n) (HasEVEX_KZ && HasEVEX_B ? n##_KZ_B : \ macro
279 insnContext = EVEX_KB(IC_EVEX_L_W_OPSIZE); in insnContext()
281 insnContext = EVEX_KB(IC_EVEX_L_W_XS); in insnContext()
283 insnContext = EVEX_KB(IC_EVEX_L_W_XD); in insnContext()
285 insnContext = EVEX_KB(IC_EVEX_L_W); in insnContext()
293 insnContext = EVEX_KB(IC_EVEX_L_OPSIZE); in insnContext()
295 insnContext = EVEX_KB(IC_EVEX_L_XS); in insnContext()
297 insnContext = EVEX_KB(IC_EVEX_L_XD); in insnContext()
299 insnContext = EVEX_KB(IC_EVEX_L); in insnContext()
308 insnContext = EVEX_KB(IC_EVEX_L2_W_OPSIZE); in insnContext()
[all …]