Lines Matching defs:insnContext
195 InstructionContext RecognizableInstr::insnContext() const {
196 InstructionContext insnContext;
207 insnContext = EVEX_KB_U(IC_EVEX_W_OPSIZE);
209 insnContext = EVEX_KB_U(IC_EVEX_W_XS);
211 insnContext = EVEX_KB_U(IC_EVEX_W_XD);
213 insnContext = EVEX_KB_U(IC_EVEX_W);
220 insnContext = EVEX_KB_U(IC_EVEX_OPSIZE);
222 insnContext = EVEX_KB_U(IC_EVEX_XS);
224 insnContext = EVEX_KB_U(IC_EVEX_XD);
226 insnContext = EVEX_KB_U(IC_EVEX);
234 insnContext = EVEX_B_NF(IC_EVEX_OPSIZE);
236 insnContext = EVEX_B_NF(IC_EVEX_W);
238 insnContext = EVEX_B_NF(IC_EVEX);
242 insnContext = EVEX_KB(IC_EVEX_L_W_OPSIZE);
244 insnContext = EVEX_KB(IC_EVEX_L_W_XS);
246 insnContext = EVEX_KB(IC_EVEX_L_W_XD);
248 insnContext = EVEX_KB(IC_EVEX_L_W);
256 insnContext = EVEX_KB(IC_EVEX_L_OPSIZE);
258 insnContext = EVEX_KB(IC_EVEX_L_XS);
260 insnContext = EVEX_KB(IC_EVEX_L_XD);
262 insnContext = EVEX_KB(IC_EVEX_L);
270 insnContext = EVEX_KB(IC_EVEX_L2_W_OPSIZE);
272 insnContext = EVEX_KB(IC_EVEX_L2_W_XS);
274 insnContext = EVEX_KB(IC_EVEX_L2_W_XD);
276 insnContext = EVEX_KB(IC_EVEX_L2_W);
284 insnContext = EVEX_KB(IC_EVEX_L2_OPSIZE);
286 insnContext = EVEX_KB(IC_EVEX_L2_XD);
288 insnContext = EVEX_KB(IC_EVEX_L2_XS);
290 insnContext = EVEX_KB(IC_EVEX_L2);
298 insnContext = EVEX_KB(IC_EVEX_W_OPSIZE);
300 insnContext = EVEX_KB(IC_EVEX_W_XS);
302 insnContext = EVEX_KB(IC_EVEX_W_XD);
304 insnContext = EVEX_KB(IC_EVEX_W);
312 insnContext = EVEX_KB_ADSIZE(IC_EVEX_OPSIZE);
314 insnContext = EVEX_KB_ADSIZE(IC_EVEX_XD);
316 insnContext = EVEX_KB_ADSIZE(IC_EVEX_XS);
318 insnContext = EVEX_KB(IC_EVEX);
327 insnContext = IC_VEX_L_W_OPSIZE;
329 insnContext = IC_VEX_L_W_XS;
331 insnContext = IC_VEX_L_W_XD;
333 insnContext = IC_VEX_L_W;
339 insnContext = IC_VEX_L_OPSIZE;
341 insnContext = IC_VEX_W_OPSIZE;
343 insnContext = IC_VEX_OPSIZE;
345 insnContext = IC_VEX_L_XS;
347 insnContext = IC_VEX_L_XD;
349 insnContext = IC_VEX_W_XS;
351 insnContext = IC_VEX_W_XD;
353 insnContext = IC_VEX_W;
355 insnContext = IC_VEX_L;
357 insnContext = IC_VEX_XD;
359 insnContext = IC_VEX_XS;
361 insnContext = IC_VEX;
368 insnContext = IC_64BIT_REXW_OPSIZE;
370 insnContext = IC_64BIT_REXW_ADSIZE;
372 insnContext = IC_64BIT_XD_OPSIZE;
374 insnContext = IC_64BIT_XS_OPSIZE;
376 insnContext = IC_64BIT_OPSIZE_ADSIZE;
378 insnContext = IC_64BIT_OPSIZE_ADSIZE;
380 insnContext = IC_64BIT_OPSIZE;
382 insnContext = IC_64BIT_ADSIZE;
384 insnContext = IC_64BIT_REXW_XS;
386 insnContext = IC_64BIT_REXW_XD;
388 insnContext = IC_64BIT_XD;
390 insnContext = IC_64BIT_XS;
392 insnContext = IC_64BIT_REX2;
394 insnContext = IC_64BIT_REXW;
396 insnContext = IC_64BIT;
399 insnContext = IC_XD_OPSIZE;
401 insnContext = IC_XS_OPSIZE;
403 insnContext = IC_XD_ADSIZE;
405 insnContext = IC_XS_ADSIZE;
407 insnContext = IC_OPSIZE_ADSIZE;
409 insnContext = IC_OPSIZE_ADSIZE;
411 insnContext = IC_OPSIZE;
413 insnContext = IC_ADSIZE;
415 insnContext = IC_XD;
417 insnContext = IC_XS;
419 insnContext = IC;
422 return insnContext;
475 Spec->insnContext = insnContext();
1011 tables.setTableFields(*opcodeType, insnContext(), currentOpcode, *filter,
1015 tables.setTableFields(*opcodeType, insnContext(), opcodeToSet, *filter, UID,