Home | History | Annotate | Download | only in X86

Lines Matching full:w64

2 ; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=penryn -asm-verbose=0 -o - | FileCheck %s -check-prefix=W64
19 ; W64: test1:
20 ; W64-NEXT: movdqa (%rcx), %xmm0
21 ; W64-NEXT: pshufd $1, %xmm0, %xmm1
22 ; W64-NEXT: addss %xmm0, %xmm1
23 ; W64-NEXT: movss %xmm1, (%rdx)
24 ; W64-NEXT: ret
43 ; W64: test2:
44 ; W64-NEXT: movaps (%rcx), %xmm0
45 ; W64-NEXT: addps (%rdx), %xmm0
46 ; W64-NEXT: ret
61 ; W64: test3:
62 ; W64-NEXT: movaps (%rcx), %xmm0
63 ; W64-NEXT: addps %xmm0, %xmm0
64 ; W64-NEXT: ret
78 ; W64: test4:
79 ; W64-NEXT: movaps (%rcx), %xmm0
80 ; W64-NEXT: addps %xmm0, %xmm0
81 ; W64-NEXT: ret
103 ; W64: test5:
104 ; W64-NEXT: movaps (%rcx), %xmm0
105 ; W64-NEXT: addps %xmm0, %xmm0
106 ; W64-NEXT: addps %xmm0, %xmm0
107 ; W64-NEXT: ret