Home | History | Annotate | Download | only in X86

Lines Matching full:static

2 ; RUN: llc < %s -march=x86 -mtriple=i686-unknown-linux-gnu -relocation-model=static | FileCheck %s -check-prefix=CHECK-STATIC-32
3 ; RUN: llc < %s -march=x86-64 -relocation-model=static | FileCheck %s -check-prefix=CHECK-STATIC-64
22 ; P suffix removes (rip) in -static 64-bit mode.
29 ; CHECK-STATIC-64: test1:
30 ; CHECK-STATIC-64: frob G(%rip) x
31 ; CHECK-STATIC-64: frob G x
37 ; CHECK-STATIC-32: test1:
38 ; CHECK-STATIC-32: frob G x
39 ; CHECK-STATIC-32: frob G x
48 ; CHECK-STATIC-64: test3:
49 ; CHECK-STATIC-64: call bar
50 ; CHECK-STATIC-64: call test3
51 ; CHECK-STATIC-64: call $bar
52 ; CHECK-STATIC-64: call $test3
54 ; CHECK-STATIC-32: test3:
55 ; CHECK-STATIC-32: call bar
56 ; CHECK-STATIC-32: call test3
57 ; CHECK-STATIC-32: call $bar
58 ; CHECK-STATIC-32: call $test3