Lines Matching refs:WIN64
1 ; RUN: llc < %s -mtriple=x86_64-pc-mingw32 | FileCheck %s -check-prefix=WIN64
21 ; WIN64-LABEL: foo1:
22 ; WIN64: .seh_proc foo1
23 ; WIN64: callq bar
24 ; WIN64: nop
25 ; WIN64: addq ${{[0-9]+}}, %rsp
26 ; WIN64: retq
28 ; WIN64: callq _Unwind_Resume
29 ; WIN64-NEXT: ud2
30 ; WIN64: .seh_endproc
48 ; WIN64-LABEL: foo2:
49 ; WIN64: callq bar
50 ; WIN64: nop
51 ; WIN64: addq ${{[0-9]+}}, %rsp
52 ; WIN64: retq
60 ; WIN64-LABEL: foo3:
61 ; WIN64: callq bar
62 ; WIN64: xorl
63 ; WIN64-NOT: nop
64 ; WIN64: addq ${{[0-9]+}}, %rsp
65 ; WIN64: retq