Lines Matching +full:mingw32 +full:- +full:make
1 ; Make sure that we realign the stack. Mingw32 uses 4 byte stack alignment, we
4 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=pentium2 | FileCheck %s -check-prefix=NOSSE
5 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=pentium3 | FileCheck %s -check-prefix=SSE1
6 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=yonah | FileCheck %s -check-prefix=SSE2
7 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=corei7-avx | FileCheck %s -check-prefix=AVX1
8 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -mcpu=core-avx2 | FileCheck %s -check-prefix=AVX2
17 ; NOSSE-LABEL: test1:
18 ; NOSSE-NOT: and
21 ; SSE1-LABEL: test1:
22 ; SSE1: andl $-16
26 ; SSE2-LABEL: test1:
27 ; SSE2: andl $-16
31 ; AVX1-LABEL: test1:
32 ; AVX1: andl $-32
36 ; AVX2-LABEL: test1:
37 ; AVX2: andl $-32
50 ; NOSSE-LABEL: test2:
51 ; NOSSE-NOT: and
54 ; SSE1-LABEL: test2:
55 ; SSE1: andl $-16
59 ; SSE2-LABEL: test2:
60 ; SSE2: andl $-16
64 ; AVX1-LABEL: test2:
65 ; AVX1: andl $-16
69 ; AVX2-LABEL: test2:
70 ; AVX2: andl $-16