Lines Matching refs:STATIC
2 …sel -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -check-prefix=STATIC-O32
4 …32 -relocation-model=static -mtriple=mipsel-linux-gnu < %s | FileCheck %s -check-prefix=STATIC-N32
6 …mcpu=mips64r2 -mattr=-n64,n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
16 ; STATIC-O32: lui $[[R1:[0-9]+]], %hi(s1)
17 ; STATIC-O32: lw ${{[0-9]+}}, %lo(s1)($[[R1]])
18 ; STATIC-O32: lui $[[R2:[0-9]+]], %hi(g1)
19 ; STATIC-O32: lw ${{[0-9]+}}, %lo(g1)($[[R2]])
24 ; STATIC-N32: lui $[[R1:[0-9]+]], %hi(s1)
25 ; STATIC-N32: lw ${{[0-9]+}}, %lo(s1)($[[R1]])
26 ; STATIC-N32: lui $[[R2:[0-9]+]], %hi(g1)
27 ; STATIC-N32: lw ${{[0-9]+}}, %lo(g1)($[[R2]])
32 ; STATIC-N64: ld $[[R1:[0-9]+]], %got_page(s1)
33 ; STATIC-N64: lw ${{[0-9]+}}, %got_ofst(s1)($[[R1]])
34 ; STATIC-N64: ld ${{[0-9]+}}, %got_disp(g1)