Home | History | Annotate | Download | only in Mips

Lines Matching full:static

2 ; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-O32
4 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n32 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N32
6 ; RUN: llc -march=mips64el -mcpu=mips64r2 -mattr=n64 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC-N64
12 ; STATIC-O32: lui $[[R0:[0-9]+]], %hi($CPI0_0)
13 ; STATIC-O32: lwc1 $f0, %lo($CPI0_0)($[[R0]])
16 ; STATIC-N32: lui $[[R0:[0-9]+]], %hi($CPI0_0)
17 ; STATIC-N32: lwc1 $f0, %lo($CPI0_0)($[[R0]])
20 ; STATIC-N64: ld $[[R0:[0-9]+]], %got_page($CPI0_0)
21 ; STATIC-N64: lwc1 $f0, %got_ofst($CPI0_0)($[[R0]])