Lines Matching refs:WIN
3 ; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s --check-prefix=WIN
18 ; WIN-LABEL: test1:
19 ; WIN: # %bb.0:
20 ; WIN-NEXT: movl %r8d, %eax
21 ; WIN-NEXT: addl (%rcx), %edx
22 ; WIN-NEXT: cmovnsl %r9d, %eax
23 ; WIN-NEXT: retq
48 ; WIN-LABEL: test2:
49 ; WIN: # %bb.0:
50 ; WIN-NEXT: subq $40, %rsp
51 ; WIN-NEXT: testb $16, %cl
52 ; WIN-NEXT: jne .LBB1_2
53 ; WIN-NEXT: # %bb.1: # %true
54 ; WIN-NEXT: callq foo
55 ; WIN-NEXT: .LBB1_2: # %false
56 ; WIN-NEXT: addq $40, %rsp
57 ; WIN-NEXT: retq
82 ; WIN-LABEL: test3:
83 ; WIN: # %bb.0:
84 ; WIN-NEXT: subq $40, %rsp
85 ; WIN-NEXT: andl $16, %ecx
86 ; WIN-NEXT: jne .LBB2_2
87 ; WIN-NEXT: # %bb.1: # %true
88 ; WIN-NEXT: callq foo
89 ; WIN-NEXT: .LBB2_2: # %false
90 ; WIN-NEXT: addq $40, %rsp
91 ; WIN-NEXT: retq