Home | History | Annotate | Download | only in X86

Lines Matching full:x32

1 ; RUN: llc < %s -mcpu=generic -mtriple=i686-linux -segmented-stacks -verify-machineinstrs | FileCheck %s -check-prefix=X32
23 ; X32-LABEL: test_basic:
25 ; X32: cmpl %gs:48, %esp
26 ; X32-NEXT: ja .LBB0_2
28 ; X32: pushl $4
29 ; X32-NEXT: pushl $12
30 ; X32-NEXT: calll __morestack
31 ; X32-NEXT: ret
33 ; X32: movl %esp, %eax
34 ; X32-NEXT: subl %ecx, %eax
35 ; X32-NEXT: cmpl %eax, %gs:48
37 ; X32: movl %eax, %esp
39 ; X32: subl $12, %esp
40 ; X32-NEXT: pushl %ecx
41 ; X32-NEXT: calll __morestack_allocate_stack_space
42 ; X32-NEXT: addl $16, %esp