• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/

Lines Matching defs:insnContext

158 InstructionContext RecognizableInstr::insnContext() const {
159 InstructionContext insnContext;
169 insnContext = EVEX_KB(IC_EVEX_L_W_OPSIZE);
171 insnContext = EVEX_KB(IC_EVEX_L_W_XS);
173 insnContext = EVEX_KB(IC_EVEX_L_W_XD);
175 insnContext = EVEX_KB(IC_EVEX_L_W);
183 insnContext = EVEX_KB(IC_EVEX_L_OPSIZE);
185 insnContext = EVEX_KB(IC_EVEX_L_XS);
187 insnContext = EVEX_KB(IC_EVEX_L_XD);
189 insnContext = EVEX_KB(IC_EVEX_L);
197 insnContext = EVEX_KB(IC_EVEX_L2_W_OPSIZE);
199 insnContext = EVEX_KB(IC_EVEX_L2_W_XS);
201 insnContext = EVEX_KB(IC_EVEX_L2_W_XD);
203 insnContext = EVEX_KB(IC_EVEX_L2_W);
211 insnContext = EVEX_KB(IC_EVEX_L2_OPSIZE);
213 insnContext = EVEX_KB(IC_EVEX_L2_XD);
215 insnContext = EVEX_KB(IC_EVEX_L2_XS);
217 insnContext = EVEX_KB(IC_EVEX_L2);
226 insnContext = EVEX_KB(IC_EVEX_W_OPSIZE);
228 insnContext = EVEX_KB(IC_EVEX_W_XS);
230 insnContext = EVEX_KB(IC_EVEX_W_XD);
232 insnContext = EVEX_KB(IC_EVEX_W);
240 insnContext = EVEX_KB(IC_EVEX_OPSIZE);
242 insnContext = EVEX_KB(IC_EVEX_XD);
244 insnContext = EVEX_KB(IC_EVEX_XS);
246 insnContext = EVEX_KB(IC_EVEX);
255 insnContext = IC_VEX_L_W_OPSIZE;
257 insnContext = IC_VEX_L_W_XS;
259 insnContext = IC_VEX_L_W_XD;
261 insnContext = IC_VEX_L_W;
267 insnContext = IC_VEX_L_OPSIZE;
269 insnContext = IC_VEX_W_OPSIZE;
271 insnContext = IC_VEX_OPSIZE;
273 insnContext = IC_VEX_L_XS;
275 insnContext = IC_VEX_L_XD;
277 insnContext = IC_VEX_W_XS;
279 insnContext = IC_VEX_W_XD;
281 insnContext = IC_VEX_W;
283 insnContext = IC_VEX_L;
285 insnContext = IC_VEX_XD;
287 insnContext = IC_VEX_XS;
289 insnContext = IC_VEX;
296 insnContext = IC_64BIT_REXW_OPSIZE;
298 insnContext = IC_64BIT_REXW_ADSIZE;
300 insnContext = IC_64BIT_XD_OPSIZE;
302 insnContext = IC_64BIT_XS_OPSIZE;
304 insnContext = IC_64BIT_OPSIZE_ADSIZE;
306 insnContext = IC_64BIT_OPSIZE_ADSIZE;
308 insnContext = IC_64BIT_OPSIZE;
310 insnContext = IC_64BIT_ADSIZE;
312 insnContext = IC_64BIT_REXW_XS;
314 insnContext = IC_64BIT_REXW_XD;
316 insnContext = IC_64BIT_XD;
318 insnContext = IC_64BIT_XS;
320 insnContext = IC_64BIT_REXW;
322 insnContext = IC_64BIT;
325 insnContext = IC_XD_OPSIZE;
327 insnContext = IC_XS_OPSIZE;
329 insnContext = IC_XD_ADSIZE;
331 insnContext = IC_XS_ADSIZE;
333 insnContext = IC_OPSIZE_ADSIZE;
335 insnContext = IC_OPSIZE_ADSIZE;
337 insnContext = IC_OPSIZE;
339 insnContext = IC_ADSIZE;
341 insnContext = IC_XD;
343 insnContext = IC_XS;
345 insnContext = IC;
348 return insnContext;
403 Spec->insnContext = insnContext();
842 tables.setTableFields(*opcodeType, insnContext(), currentOpcode, *filter,
847 tables.setTableFields(*opcodeType, insnContext(), opcodeToSet, *filter, UID,