Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86RecognizableInstr.cpp153 #define EVEX_KB(n) (HasEVEX_KZ && HasEVEX_B ? n##_KZ_B : \ macro
170 insnContext = EVEX_KB(IC_EVEX_L_W_OPSIZE); in insnContext()
172 insnContext = EVEX_KB(IC_EVEX_L_W_XS); in insnContext()
174 insnContext = EVEX_KB(IC_EVEX_L_W_XD); in insnContext()
176 insnContext = EVEX_KB(IC_EVEX_L_W); in insnContext()
184 insnContext = EVEX_KB(IC_EVEX_L_OPSIZE); in insnContext()
186 insnContext = EVEX_KB(IC_EVEX_L_XS); in insnContext()
188 insnContext = EVEX_KB(IC_EVEX_L_XD); in insnContext()
190 insnContext = EVEX_KB(IC_EVEX_L); in insnContext()
200 insnContext = EVEX_KB(IC_EVEX_L2_W_OPSIZE); in insnContext()
[all …]
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp280 #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()
[all …]