Lines Matching refs:MSVC
2 …lc -mcpu=generic -mtriple=i686-pc-windows-msvc -mattr=+sse2 < %s | FileCheck %s --check-prefix=MSVC
8 ; MSVC-LABEL: testPastArguments:
9 ; MSVC: # %bb.0: # %entry
10 ; MSVC-NEXT: subl $20, %esp
11 ; MSVC-NEXT: movaps _a, %xmm0
12 ; MSVC-NEXT: movups %xmm0, 4(%esp)
13 ; MSVC-NEXT: movl $1, (%esp)
14 ; MSVC-NEXT: calll _testm128
15 ; MSVC-NEXT: addl $20, %esp
16 ; MSVC-NEXT: retl
38 ; MSVC-LABEL: foo:
39 ; MSVC: # %bb.0:
40 ; MSVC-NEXT: pushl %eax
41 ; MSVC-NEXT: movups 8(%esp), %xmm0
42 ; MSVC-NEXT: movups 24(%esp), %xmm1
43 ; MSVC-NEXT: cmpltps %xmm1, %xmm0
44 ; MSVC-NEXT: popl %eax
45 ; MSVC-NEXT: retl
71 ; MSVC-LABEL: bar:
72 ; MSVC: # %bb.0:
73 ; MSVC-NEXT: subl $32, %esp
74 ; MSVC-NEXT: movaps {{.*#+}} xmm0 = [5.0E+0,6.0E+0,7.0E+0,8.0E+0]
75 ; MSVC-NEXT: movups %xmm0, 16(%esp)
76 ; MSVC-NEXT: movaps {{.*#+}} xmm0 = [1.0E+0,2.0E+0,3.0E+0,4.0E+0]
77 ; MSVC-NEXT: movups %xmm0, (%esp)
78 ; MSVC-NEXT: calll _foo
79 ; MSVC-NEXT: addl $32, %esp
80 ; MSVC-NEXT: retl