Lines Matching refs:XS
115 class XS { bits<5> Prefix = 12; }
291 def __xs : XS;
346 // SSI - SSE1 instructions with XS prefix.
349 // VSSI - SSE1 instructions with XS prefix in AVX form.
354 : I<o, F, outs, ins, asm, pattern, itin>, XS, Requires<[UseSSE1]>;
357 : Ii8<o, F, outs, ins, asm, pattern, itin>, XS, Requires<[UseSSE1]>;
368 : I<o, F, outs, ins, !strconcat("v", asm), pattern, itin>, XS,
379 // S2SI - SSE2 instructions with XS prefix.
380 // SSDIi8 - SSE2 instructions with ImmT == Imm8 and XS prefix.
387 // MMXSSDIi8 - SSE2 instructions with ImmT == Imm8 and XS prefix as well as
398 : I<o, F, outs, ins, asm, pattern, itin>, XS, Requires<[UseSSE2]>;
401 : Ii8<o, F, outs, ins, asm, pattern>, XS, Requires<[UseSSE2]>;
416 : I<o, F, outs, ins, !strconcat("v", asm), pattern, itin>, XS,
427 : Ii8<o, F, outs, ins, asm, pattern>, XS, Requires<[HasSSE2]>;
432 // S3SI - SSE3 instructions with XS prefix.
437 : I<o, F, outs, ins, asm, pattern, itin, SSEPackedSingle>, XS,
636 // MMXIS - MMX instructions with XS prefix.
657 : Ii8<o, F, outs, ins, asm, pattern, itin>, XS, Requires<[HasMMX]>;