Lines Matching refs:PIC
1 ; RUN: llc -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-O32
3 …64el -mcpu=mips64r2 -target-abi n32 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N32
5 …64el -mcpu=mips64r2 -target-abi n64 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC-N64
13 ; PIC-O32: lw $[[R0:[0-9]+]], %got(s1)
14 ; PIC-O32: lw ${{[0-9]+}}, %lo(s1)($[[R0]])
15 ; PIC-O32: lw ${{[0-9]+}}, %got(g1)
21 ; PIC-N32: lw $[[R0:[0-9]+]], %got_page(s1)
22 ; PIC-N32: lw ${{[0-9]+}}, %got_ofst(s1)($[[R0]])
23 ; PIC-N32: lw ${{[0-9]+}}, %got_disp(g1)
29 ; PIC-N64: ld $[[R0:[0-9]+]], %got_page(s1)
30 ; PIC-N64: lw ${{[0-9]+}}, %got_ofst(s1)($[[R0]])
31 ; PIC-N64: ld ${{[0-9]+}}, %got_disp(g1)