Home | History | Annotate | Download | only in X86

Lines Matching full:x86

1 ; RUN: llc < %s -mtriple=i386-pc-linux -mcpu=corei7 -relocation-model=static | FileCheck --check-prefix=X86 %s
23 ; X86: sj0
24 ; x86: movl %ebp, buf
25 ; X86: movl %esp, buf+8
26 ; x86: movl ${{.*LBB.*}}, buf+4
27 ; X86: ret
50 ; X86: lj0
51 ; X86: movl buf, %ebp
52 ; X86: movl buf+4, %[[REG32:.*]]
53 ; X86: movl buf+8, %esp
54 ; X86: jmpl *%[[REG32]]