Home | History | Annotate | Download | only in X86

Lines Matching full:x32

1 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+sse | FileCheck %s --check-prefix=X32
2 ; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+sse2 | FileCheck %s --check-prefix=X32
9 ; X32-LABEL: nop:
10 ; X32: # BB#0:
11 ; X32-NEXT: pushl %ebp
12 ; X32-NEXT: movl %esp, %ebp
13 ; X32-NEXT: andl $-16, %esp
14 ; X32-NEXT: subl $32, %esp
15 ; X32-NEXT: #APP
16 ; X32-NEXT: #NO_APP
17 ; X32-NEXT: movaps %xmm0, (%esp)
18 ; X32-NEXT: movl %ebp, %esp
19 ; X32-NEXT: popl %ebp
20 ; X32-NEXT: retl