Lines Matching refs:XS
105 class XS { bits<5> Prefix = 12; }
259 !if(!eq(Prefix, 12 /* XS */), [HasSSE1], [HasSSE2]));
270 !if(!eq(Prefix, 12 /* XS */), [HasSSE1], [HasSSE2]));
300 // SSI - SSE1 instructions with XS prefix.
303 // VSSI - SSE1 instructions with XS prefix in AVX form.
307 : I<o, F, outs, ins, asm, pattern>, XS, Requires<[HasSSE1]>;
310 : Ii8<o, F, outs, ins, asm, pattern>, XS, Requires<[HasSSE1]>;
320 : I<o, F, outs, ins, !strconcat("v", asm), pattern>, XS,
331 // SSDIi8 - SSE2 instructions with ImmT == Imm8 and XS prefix.
344 : Ii8<o, F, outs, ins, asm, pattern>, XS, Requires<[HasSSE2]>;
364 // S3SI - SSE3 instructions with XS prefix.
369 : I<o, F, outs, ins, asm, pattern, SSEPackedSingle>, XS,
514 // MMXIS - MMX instructions with XS prefix.
535 : Ii8<o, F, outs, ins, asm, pattern>, XS, Requires<[HasMMX]>;