Lines Matching refs:WIN64
3 ; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+mwaitx | FileCheck %s -check-prefix=WIN64
5 ; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=bdver4 | FileCheck %s -check-prefix=WIN64
15 ; WIN64-LABEL: foo:
16 ; WIN64: # %bb.0: # %entry
17 ; WIN64-NEXT: movq %rcx, %rax
18 ; WIN64-NEXT: movl %edx, %ecx
19 ; WIN64-NEXT: movl %r8d, %edx
20 ; WIN64-NEXT: monitorx
21 ; WIN64-NEXT: retq
40 ; WIN64-LABEL: bar:
41 ; WIN64: # %bb.0: # %entry
42 ; WIN64-NEXT: pushq %rbx
43 ; WIN64-NEXT: movl %r8d, %ebx
44 ; WIN64-NEXT: movl %edx, %eax
45 ; WIN64-NEXT: mwaitx
46 ; WIN64-NEXT: popq %rbx
47 ; WIN64-NEXT: retq