Home | History | Annotate | Download | only in PowerPC

Lines Matching full:dynamic

4 ; RUN: llc < %s -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DYNAMIC
5 ; RUN: llc < %s -relocation-model=dynamic-no-pic -mtriple=powerpc64-apple-darwin8 | FileCheck %s -check-prefix=DYNAMIC64
25 ; DYNAMIC: _foo:
26 ; DYNAMIC: bl L_exact_log2$stub
27 ; DYNAMIC: blr
85 ; DYNAMIC: .section __TEXT,__symbol_stub1,symbol_stubs,pure_instructions,16
86 ; DYNAMIC: L_exact_log2$stub:
87 ; DYNAMIC: .indirect_symbol _exact_log2
88 ; DYNAMIC: lis r11, ha16(L_exact_log2$lazy_ptr)
89 ; DYNAMIC: lwzu r12, lo16(L_exact_log2$lazy_ptr)(r11)
90 ; DYNAMIC: mtctr r12
91 ; DYNAMIC: bctr
93 ; DYNAMIC: .section __DATA,__la_symbol_ptr,lazy_symbol_pointers
94 ; DYNAMIC: L_exact_log2$lazy_ptr:
95 ; DYNAMIC: .indirect_symbol _exact_log2
96 ; DYNAMIC: .long dyld_stub_binding_helper